GNOME Bugzilla – Bug 584918
crash in gThumb Image Viewer: Clicked on "tags" in pho...
Last modified: 2009-06-08 18:47:49 UTC
What were you doing when the application crashed? Clicked on "tags" in photo importer, in trunk. Distribution: Fedora release 10 (Cambridge) Gnome Release: 2.24.3 2009-01-16 (Red Hat, Inc) BugBuddy Version: 2.24.2 System: Linux 2.6.27.24-170.2.68.fc10.x86_64 #1 SMP Wed May 20 22:47:23 EDT 2009 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10503000 Selinux: Enforcing Accessibility: Disabled GTK+ Theme: Nodoka Icon Theme: Fedora Memory status: size: 568938496 vsize: 568938496 resident: 31813632 share: 18628608 rss: 31813632 rss_rlim: 18446744073709551615 CPU usage: start_time: 1244205373 rtime: 46 utime: 38 stime: 8 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/gthumb' [?1034h[Thread debugging using libthread_db enabled] [New Thread 0x7f98720dd810 (LWP 26284)] [New Thread 0x7f986815e950 (LWP 26301)] [New Thread 0x7f98681df950 (LWP 26300)] [New Thread 0x7f986c255950 (LWP 26299)] [New Thread 0x7f986a9e3950 (LWP 26289)] [New Thread 0x7f986c2d6950 (LWP 26288)] [New Thread 0x7f986c36e950 (LWP 26287)] 0x0000003b6460ec2f in __libc_waitpid (pid=26310, stat_loc=0x7fff7db89580, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:41 41 int result = INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL);
+ Trace 215874
Thread 1 (Thread 0x7f98720dd810 (LWP 26284))
----------- .xsession-errors (997 sec old) --------------------- Initializing nautilus-open-terminal extension ** (nautilus:4018): WARNING **: Unable to add monitor: Not supported Unable to open desktop file /home/mjc/Desktop/openoffice.org-1.9-writer.desktop for panel launcher: No such file or directory Unable to open desktop file nautilus-computer.desktop for panel launcher Unable to open desktop file nautilus-computer.desktop for panel launcher Unable to open desktop file nautilus-home.desktop for panel launcher ** (gnome-panel:4017): WARNING **: panel-applet-frame.c:1285: failed to load applet OAFIID:TomboyApplet: (null) (gnome-terminal:4387): Vte-WARNING **: No handler for control sequence `device-control-string' defined. Window manager warning: Attempt to perform window operation 20 on window none when operation 20 on none already in effect Window manager warning: Attempt to perform window operation 20 on window none when operation 20 on none already in effect Window manager warning: Attempt to perform window operation 20 on window none when operation 20 on none already in effect --------------------------------------------------
You'll need to look at this one, Marc. gThumb crashes any time that you click on the "Tags" button in the photo importer. - Mike
Created attachment 136156 [details] [review] Fix crash Hi Mike, This patch should fix the bug. It checks if file_list before using file_list->next. Marc