GNOME Bugzilla – Bug 750142
Crash after changing and renaming file.
Last modified: 2016-03-10 21:19:53 UTC
I can always reproduce the following bug in gThumb 3.2.8 (tested in Ubunut 15.04): (1) select a file and make some changes to it, for example adjust colors (without saving the file afterwards) (2) rename the file form the Edit menu (3) select a different file gThumb always crashes when showing the Save Changes message dialog. The text in the message dialog still refers to the file by its old name (before the renaming).
Can confirm in 3.4.x, by doing: 1) select a file (x.jpg) 2) make a change (say, rotate it) 3) press "F2" to rename it to "y.jpg" 4) Click "save" when prompted by the "Save changes to file 'x.jpg'" dialog - note the use of the old name in the dialog title. 5) Crash
Program received signal SIGSEGV, Segmentation fault. 0x00000000004a4e2b in gth_viewer_page_save (self=0x0, file=0x0, func=0x44bc00 <ask_whether_to_save__file_saved_cb>, data=0x297cb80) at gth-viewer-page.c:156 156 GTH_VIEWER_PAGE_GET_INTERFACE (self)->save (self, file, func, data);
+ Trace 235820
Thread 1 (Thread 0x7ffff7f9e9c0 (LWP 19765))
This problem has been fixed now. The fix will be available in version 3.4.2 and higher.
*** Bug 763474 has been marked as a duplicate of this bug. ***