After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 584920 - crash in gThumb Image Viewer: Removed mounted flash ca...
crash in gThumb Image Viewer: Removed mounted flash ca...
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks: 525482
 
 
Reported: 2009-06-05 12:42 UTC by Michael Chudobiak
Modified: 2009-06-16 19:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Michael Chudobiak 2009-06-05 12:42:17 UTC
What were you doing when the application crashed?
Removed mounted flash card from reader while gthumb trunk was open.


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: 503808000 vsize: 503808000 resident: 25702400 share: 18079744 rss: 25702400 rss_rlim: 18446744073709551615
CPU usage: start_time: 1244205689 rtime: 29 utime: 25 stime: 4 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 0x7f2f903d8810 (LWP 26625)]
[New Thread 0x7f2f82bfd950 (LWP 26657)]
[New Thread 0x7f2f88cde950 (LWP 26656)]
[New Thread 0x7f2f835fe950 (LWP 26655)]
[New Thread 0x7f2f83fff950 (LWP 26643)]
[New Thread 0x7f2f821fc950 (LWP 26642)]
[New Thread 0x7f2f8825c950 (LWP 26638)]
[New Thread 0x7f2f882dd950 (LWP 26637)]
[New Thread 0x7f2f8a550950 (LWP 26636)]
[New Thread 0x7f2f817fb950 (LWP 26635)]
[New Thread 0x7f2f8a5d1950 (LWP 26629)]
[New Thread 0x7f2f8a669950 (LWP 26628)]
0x0000003b6460ec2f in __libc_waitpid (pid=26659, stat_loc=0x7fff9be85510, options=0)
    at ../sysdeps/unix/sysv/linux/waitpid.c:41
41	  int result = INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL);

Thread 1 (Thread 0x7f2f903d8810 (LWP 26625))

  • #0 __libc_waitpid
    at ../sysdeps/unix/sysv/linux/waitpid.c line 41
  • #1 g_spawn_sync
    from /lib64/libglib-2.0.so.0
  • #2 g_spawn_command_line_sync
    from /lib64/libglib-2.0.so.0
  • #3 ??
    from /usr/lib64/gtk-2.0/modules/libgnomebreakpad.so
  • #4 ??
    from /usr/lib64/gtk-2.0/modules/libgnomebreakpad.so
  • #5 <signal handler called>
  • #6 g_type_check_is_value_type
    from /lib64/libgobject-2.0.so.0
  • #7 g_value_type_compatible
    from /lib64/libgobject-2.0.so.0
  • #8 ??
    from /lib64/libgobject-2.0.so.0
  • #9 g_signal_emit_valist
    from /lib64/libgobject-2.0.so.0
  • #10 g_signal_emit_by_name
    from /lib64/libgobject-2.0.so.0
  • #11 ??
    from /usr/lib64/gio/modules/libgioremote-volume-monitor.so
  • #12 g_main_context_dispatch
    from /lib64/libglib-2.0.so.0
  • #13 ??
    from /lib64/libglib-2.0.so.0
  • #14 g_main_loop_run
    from /lib64/libglib-2.0.so.0
  • #15 gtk_main
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #16 main
    at main.c line 738


----------- .xsession-errors (103 sec old) ---------------------
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
(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
Error finding enclosing mount: Containing mount does not exist
--------------------------------------------------
Comment 1 Michael Chudobiak 2009-06-05 12:48:24 UTC
marlodavampire,

gThumb trunk crashes if you pull a flash card out of the reader while gthumb is open.

- Mike
Comment 2 Michael Chudobiak 2009-06-16 19:16:07 UTC
Seems to work now, presumably as a result of the work in bug 584931.

- Mike