GNOME Bugzilla – Bug 464777
crash in gThumb Image Viewer: uri vanishes before uric...
Last modified: 2007-10-11 13:12:20 UTC
What were you doing when the application crashed? uri vanishes before uricmp is complete? I tried modifying uricmp to use g_strdup on the input paths, and it eliminates that crash, but it crashes elsewhere. I suspect that a FileData structure is being unref'd too early. gthumb-2-10 svn rev 1882. - Mike Distribution: Fedora Core release 6 (Zod) Gnome Release: 2.16.3 2007-01-31 (Red Hat, Inc) BugBuddy Version: 2.16.0 System: Linux 2.6.19-1.2911.fc6 #1 SMP Sat Feb 10 15:51:47 EST 2007 i686 X Vendor: The XFree86 Project, Inc X Vendor Release: 40300000 Selinux: No Accessibility: Disabled Memory status: size: 109441024 vsize: 0 resident: 109441024 share: 0 rss: 36392960 rss_rlim: 0 CPU usage: start_time: 1186593058 rtime: 0 utime: 167 stime: 0 cutime:148 cstime: 0 timeout: 19 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/gthumb' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1208981792 (LWP 24334)] [New Thread -1340114032 (LWP 24359)] [New Thread -1339585648 (LWP 24358)] [New Thread -1339057264 (LWP 24357)] [New Thread -1253409904 (LWP 24347)] [New Thread -1252881520 (LWP 24346)] 0x004e2402 in __kernel_vsyscall ()
+ Trace 153768
Thread 1 (Thread -1208981792 (LWP 24334))
I've added ref/unref of file_data values in the file view too, can you still reproduce the problem ?
*** Bug 464879 has been marked as a duplicate of this bug. ***
Paolo, it still occurs. A stacktrace with svn rev 1883 is in comment 2. - Mike
Created attachment 93330 [details] Sample image For some reason, this image seems to always trigger the crash. I'm not sure if that is coincidence or not. - Mike
Seems to be fixed in svn rev 1889. - Mike
Still a problem. Re-opening and marking as a dupe of bug 485721 (new backtrace). - Mike
*** This bug has been marked as a duplicate of 485721 ***