Modify ↓
Opened 16 years ago
Closed 15 years ago
#2322 closed defect (fixed)
Regression in r2038 (patches "JOSM destroys its preferences, when disk is full")
Reported by: | anonymous | Owned by: | xeen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
When disk is full or JOSM crash during writing of the preferences, all preferences are gone.
Attachments (1)
Change History (7)
comment:1 by , 16 years ago
Summary: | JOSM destroys it's preferences, when disk is full → JOSM destroys its preferences, when disk is full |
---|
by , 15 years ago
Attachment: | do_not_destroy_prefs.patch added |
---|
comment:2 by , 15 years ago
Summary: | JOSM destroys its preferences, when disk is full → [PATCH] JOSM destroys its preferences, when disk is full |
---|
comment:4 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | [PATCH] JOSM destroys its preferences, when disk is full → Regression in r2038 (patches "JOSM destroys its preferences, when disk is full") |
Version: | → latest |
Since r2038:
If you remove the josm-home folder, an error-message pops up on start-up ("Preferences file had errors...").
A fresh preferences file should be created silently.
comment:5 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Backups old prefs, writes new prefs to tempfile first. If disk becomes full or josm crashes only the tempfile should be broken. At least, there should be a working backup.