Comment 7 for bug 150458

Revision history for this message
B. Clausius (barcc) wrote :

The crash is reproducible with the method described above.

Previous:
Package: gnome-control-center 1:2.20.0.1-0ubuntu4
Uname: Linux bluelinux 2.6.22-13-generic #1 SMP Thu Oct 4 17:18:44 GMT 2007 i686 GNU/Linux

Current:
gnome-control-center/gutsy uptodate 1:2.20.1-0ubuntu1
Linux System5 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux

Output of gdb:
(Im not very familiar with gdb, and i don't know where to get missing debugging symbols)
--------------------------------------
barcc:~$ gdb gnome-appearance-properties
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/gnome-appearance-properties
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1227258192 (LWP 11594)]

(gnome-appearance-properties:11597): Gtk-WARNING **: Theme directory of theme ICON-Crystal-SVG-1.1.0 has no size field

(gnome-appearance-properties:11597): Gtk-WARNING **: Theme directory of theme ICON-Crystal-SVG-1.1.0 has no size field

(gnome-appearance-properties:11594): Gtk-WARNING **: Theme directory of theme ICON-Crystal-SVG-1.1.0 has no size field

(gnome-appearance-properties:11597): Gtk-WARNING **: Theme directory of theme ICON-Crystal-SVG-1.1.0 has no size field

(gnome-appearance-properties:11597): Gtk-WARNING **: Theme directory 48x48/mimetypes of theme Snow-Apple has no size field

(gnome-appearance-properties:11597): Gtk-WARNING **: Theme directory of theme ICON-Crystal-SVG-1.1.0 has no size field

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1227258192 (LWP 11594)]
0xb740e02a in strcmp () from /lib/tls/i686/cmov/libc.so.6
(gdb) up
#1 0x0805c21e in ?? ()
(gdb) print *a
No symbol "a" in current context.
(gdb) print *b
No symbol "b" in current context.
(gdb)
---------------------------------------------------------------