#5559 closed defect (fixed)
josm still does not use or even delete saved osm-states
| Reported by: | wambacher | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | autosave |
| Cc: | 3609 |
Description
hi, still the old problem - for me -
i can only delete the autosave-directory to get rid of that stuff.
some older release "fixed" that bug, but i don't see any changes.
i'm using version 3609 but i've seen NO version dealing with that problem.
regards
walter
Attachments (5)
Change History (17)
Changed 3 years ago by anonymous
Changed 3 years ago by anonymous
comment:1 Changed 3 years ago by peter_ille
comment:2 follow-up: ↓ 3 Changed 3 years ago by jttt
Next time this happen, can you please run it in strace? The command would be:
strace -f -o strace.log java -jar josm-latest.jar
Start josm, click on Discard button, close josm and attach strace.log to this ticket.
comment:3 in reply to: ↑ 2 Changed 3 years ago by anonymous
Replying to jttt:
Next time this happen, can you please run it in strace? The command would be:
strace -f -o strace.log java -jar josm-latest.jar
Start josm, click on Discard button, close josm and attach strace.log to this ticket.
done.
regards
walter
comment:4 Changed 2 years ago by bastiK
Added debug output in [3675], could you please run again, click on "discard" (3rd button, just to avoid misunderstanding) and report the console output?
(I looked at the strace. There should be 2 attempts to read/list the autosave folder: one on start and one after you clicked the discard button. But only the first is present, which leads me to believe that for some reason, some code isn't executed at all.)
comment:5 Changed 2 years ago by bastiK
Ticket #5548 has been marked as a duplicate of this ticket.
comment:6 Changed 2 years ago by bastiK
Ticket #5499 has been marked as a duplicate of this ticket.
comment:7 Changed 2 years ago by frief
comment:8 Changed 2 years ago by bastiK
In [3679/josm]:
comment:9 Changed 2 years ago by bastiK
This should solve the problem, please confirm!
comment:10 Changed 2 years ago by frief
Fixes the problem for me, thanks!)
comment:11 Changed 2 years ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
comment:12 Changed 2 years ago by bastiK
Ticket #5656 has been marked as a duplicate of this ticket.



found that #5548 is the same problem but less infos.