GNOME Bugzilla – Bug 420614
crash in gThumb Image Viewer: Closed importer window d...
Last modified: 2007-03-26 13:27:53 UTC
What were you doing when the application crashed? Closed importer window during driver initialization (before thumbnails start loading). I used Alt+F4 to close the window, because the driver initialization happens to quickly to click on the close-window "x". 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.20-1.2925.fc6 #1 SMP Sat Mar 10 19:15:16 EST 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 70101000 Selinux: Enforcing Accessibility: Disabled Memory status: size: 249847808 vsize: 0 resident: 249847808 share: 0 rss: 76906496 rss_rlim: 0 CPU usage: start_time: 1174411000 rtime: 0 utime: 600 stime: 0 cutime:561 cstime: 0 timeout: 39 it_real_value: 0 frequency: 13 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 -1208572208 (LWP 24115)] [New Thread -1276646512 (LWP 24131)] [New Thread -1276118128 (LWP 24130)] [New Thread -1274475632 (LWP 24129)] [New Thread -1252967536 (LWP 24125)] [New Thread -1252439152 (LWP 24124)] 0x00728402 in __kernel_vsyscall ()
+ Trace 120416
Thread 1 (Thread -1208572208 (LWP 24115))
----------- .xsession-errors --------------------- warning: the debug information found in "/usr/lib/debug//usr/lib/gnome-vfs-2.0/modules/libfile.so.debug" does not match "/usr/lib/gnome-vfs-2.0/modules/libfile.so" (CRC mismatch). warning: the debug information found in "/usr/lib/debug//usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so.debug" does not match "/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so" (CRC misma warning: the debug information found in "/usr/lib/debug//usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so.debug" does not match "/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so" (CRC misma warning: the debug information found in "/usr/lib/debug//usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so.debug" does not match "/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so" (CRC mis Cannot access memory at address 0x1 Cannot access memory at address 0x1 --------------------------------------------------
This was a successful attempt to reproduce the bug reported at: https://bugs.launchpad.net/ubuntu/+source/gthumb/+bug/93557 - Mike
This one appears to be similar to previous, when the dialog is destroyed, it can still be alive a async_operation_step timeout with a pointer to the DialogData. The segment fault ocorre at the first reference to "data". When the destroy_cb is called, all timeouts must be stopped. I don't have any camera at hand to be able to test. So this is a litle annoying for me to do a patch, without breaking things.
should be fixed in trunk now.
Confirmed, marking as fixed.