#5559 closed defect (fixed)
josm still does not use or even delete saved osm-states
Reported by: | wambacher | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | autosave | Cc: |
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 13 years ago by
Changed 13 years ago by
comment:1 Changed 13 years ago by
comment:2 follow-up: 3 Changed 13 years ago by
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 Changed 13 years ago by
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 13 years ago by
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.)
Changed 13 years ago by
Attachment: | 5548.tar.bz2 added |
---|
debug output for ticket #5548 with josm 3678
comment:7 Changed 13 years ago by
comment:11 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
found that #5548 is the same problem but less infos.