Modify ↓
Opened 11 years ago
Closed 11 years ago
#11319 closed defect (fixed)
[patch] lock JCS cache directory
| Reported by: | wiktorn | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 15.04 |
| Component: | Core imagery | Version: | latest |
| Keywords: | Cc: |
Description
If two instances of JOSM are open in parallel, they will write to exactly same file, but indexes in memory will get out of sync with data file on the disk, so the file will be dropped.
This patch prevents two parallel instances to write to the same files.
Attachments (1)
Change History (2)
by , 11 years ago
| Attachment: | jcs_lock_cache_directory.patch added |
|---|
comment:1 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In [8186]