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 412504 - crash in gThumb Image Viewer: was trying to run gthumb...
crash in gThumb Image Viewer: was trying to run gthumb...
Status: RESOLVED DUPLICATE of bug 356623
Product: gthumb
Classification: Other
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2007-02-27 02:39 UTC by tomlow
Modified: 2007-02-28 08:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description tomlow 2007-02-27 02:39:39 UTC
What were you doing when the application crashed?
was trying to run gthumb in fvwm... It works in KDE


Distribution: Gentoo Base System release 1.12.9
Gnome Release: 2.16.3 2007-02-07 (Gentoo)
BugBuddy Version: 2.16.0

Memory status: size: 113283072 vsize: 113283072 resident: 12345344 share: 8957952 rss: 12345344 rss_rlim: -1
CPU usage: start_time: 1172543859 rtime: 12 utime: 11 stime: 1 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/gthumb'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47180621776656 (LWP 12813)]
[New Thread 1082132800 (LWP 12819)]
0x00002ae913795dff in waitpid () from /lib/libc.so.6

Thread 1 (Thread 47180621776656 (LWP 12813))

  • #0 waitpid
    from /lib/libc.so.6
  • #1 ??
    from /usr/lib/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 raise
    from /lib/libc.so.6
  • #4 abort
    from /lib/libc.so.6
  • #5 ??
    from /usr/lib/libdbus-1.so.3
  • #6 ??
    from /usr/lib/libdbus-1.so.3
  • #7 ??
    from /usr/lib/libdbus-1.so.3
  • #8 ??
    from /usr/lib/libdbus-1.so.3
  • #9 ??
    from /usr/lib/libdbus-1.so.3
  • #10 ??
    from /usr/lib/libdbus-1.so.3
  • #11 ??
    from /usr/lib/libdbus-1.so.3
  • #12 ??
    from /usr/lib/libdbus-1.so.3
  • #13 ??
    from /usr/lib/libgnomevfs-2.so.0
  • #14 ??
    from /usr/lib/libgnomevfs-2.so.0
  • #15 g_type_create_instance
    from /usr/lib/libgobject-2.0.so.0
  • #16 ??
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_object_newv
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_object_new
    from /usr/lib/libgobject-2.0.so.0
  • #20 ??
    from /usr/lib/libgnomevfs-2.so.0
  • #21 ??
  • #22 g_type_create_instance
    from /usr/lib/libgobject-2.0.so.0
  • #23 ??
    from /usr/lib/libgobject-2.0.so.0
  • #24 g_object_newv
    from /usr/lib/libgobject-2.0.so.0
  • #25 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #26 g_object_new
    from /usr/lib/libgobject-2.0.so.0
  • #27 gth_location_new
  • #28 gth_browser_new
  • #29 main
  • #0 waitpid
    from /lib/libc.so.6

Comment 1 Michael Chudobiak 2007-02-27 09:10:33 UTC
Try versions 2.8.x or 2.9.x, available at
http://ftp.gnome.org/pub/gnome/sources/gthumb/2.8/ and
http://ftp.gnome.org/pub/gnome/sources/gthumb/2.9/.

This is probably a duplicate of bug 356623, though I'm not 100% sure.

- Mike



*** This bug has been marked as a duplicate of 356623 ***
Comment 2 tomlow 2007-02-28 08:03:47 UTC
(In reply to comment #1)
> Try versions 2.8.x or 2.9.x, available at
> http://ftp.gnome.org/pub/gnome/sources/gthumb/2.8/ and
> http://ftp.gnome.org/pub/gnome/sources/gthumb/2.9/.
> 
> This is probably a duplicate of bug 356623, though I'm not 100% sure.
> 
> - Mike
> 
> 
> 
> *** This bug has been marked as a duplicate of 356623 ***
> 

Turned out dbus was not added to my startup

rc-update add dbus default

took care of that. 
Thanks Mike