Bug #109
closedHangs after failed overwrite of write-protected file
0%
Description
From CHIRP daily-04072012
attempting to overwrite a write-protected file pops up a "File Access Error" dialogue. Selecting OK returns to the program, but a subsequent save attempt to another/new writeable file hangs the program. Had to kill it with kill -9 or closing the terminal it was running in.
Terminal output:
--- Exception Dialog: File Access Error ---
Traceback (most recent call last):
File "/home/pjohnson/Downloads/chirp-daily-04072012/chirpui/mainapp.py", line 422, in do_saveas
eset.save(fname)
File "/home/pjohnson/Downloads/chirp-daily-04072012/chirpui/editorset.py", line 155, in save
self.radio.save(fname)
File "/home/pjohnson/Downloads/chirp-daily-04072012/chirp/chirp_common.py", line 918, in save
self.save_mmap(filename)
File "/home/pjohnson/Downloads/chirp-daily-04072012/chirp/chirp_common.py", line 942, in save_mmap
raise Exception("File Access Error")
Exception: File Access Error¶
Updated by Dan Smith over 12 years ago
- Assignee set to Dan Smith
- Target version set to 0.3.0
Ooh, good one, thanks.
Updated by Dan Smith over 12 years ago
- Status changed from New to Rejected
Fixed for tomorrow, thanks!