Julien BLACHE wrote:
Eric Van Buggenhaut <[email protected]> wrote:

Hi,

xsane has no debugging symbols, so i don't know how to hand you that.
See what you can get as is, for a start.
e...@toledo1:~$ gdb xsane
GNU gdb 6.8-debian
...
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb)

See <http://wiki.debian.org/HowToGetABacktrace>, "Running GDB" :)


e...@toledo1:~$ gdb /usr/bin/xsane
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/xsane
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]

(xsane:4731): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable to load image-loading module: /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open shared object file: No such file or directory

(xsane:4731): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed

(xsane:4731): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable to load image-loading module: /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open shared object file: No such file or directory

(xsane:4731): Gdk-CRITICAL **: gdk_drawable_unref: assertion `GDK_IS_DRAWABLE (drawable)' failed
[New Thread 0xf71d68c0 (LWP 4731)]
[New Thread 0xf69a6b90 (LWP 4734)]

(xsane:4731): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(xsane:4731): Gdk-CRITICAL **: gdk_drawable_unref: assertion `GDK_IS_DRAWABLE (drawable)' failed

(xsane:4731): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable to load image-loading module: /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open shared object file: No such file or directory

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xf71d68c0 (LWP 4731)]
0xf7826bc0 in IA__g_object_ref (_object=0xf7c70ada) at /build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c:1718 1718 /build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c: No such file or directory. in /build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c
(gdb) bt
#0 0xf7826bc0 in IA__g_object_ref (_object=0xf7c70ada) at /build/buildd-glib2.0_2.16.6-1+lenny1-i386-HI4TzI/glib2.0-2.16.6/gobject/gobject.c:1718 #1 0xf79bcdd2 in IA__gdk_window_set_icon (window=0xa052138, icon_window=0x0, pixmap=0x0, mask=0xf7c70ada) at /tmp/buildd/gtk+2.0-2.12.12/gdk/x11/gdkwindow-x11.c:4549
#2  0x0804f8f2 in ?? ()
#3  0x0a052138 in ?? ()
#4  0x00000000 in ?? ()
(gdb)




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to