#6683 closed defect (fixed)
/vsimem/ file closing is thread unsafe
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.4 |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
When closing 2 different handles pointing to the same /vsimem/ file from 2 different threads, the destruction is racy and can lead to double destruction of the VSIMemFile object.
Change History (5)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 8 years ago
Milestone: | → 2.0.4 |
---|
Note:
See TracTickets
for help on using tickets.
In 35727: