[Evolution-hackers] stacktraces, debug: How to link evolution with debug version of glib, gtk on ubuntu karmic

2009-12-24 Thread Thomas Mittelstaedt
I try to get glib debug information for the glib libraries in backtraces on ubuntu karmic. Even though I installed the debug packages, gdb does not pick up the non-stripped library: lrwxrwxrwx 1 root root 23 2009-12-24 20:00 /lib/libglib-2.0.so.0 - libglib-2.0.so.0.2200.3 -rw-r--r-- 1 root

Re: [Evolution-hackers] stacktraces, debug: How to link evolution with debug version of glib, gtk on ubuntu karmic

2009-12-24 Thread Tobias Mueller
Heya :) On 24.12.2009 20:43, Thomas Mittelstaedt wrote: I try to get glib debug information for the glib libraries in backtraces on ubuntu karmic. Even though I installed the debug packages, gdb does not pick up the non-stripped library: Sounds like a bug to me. How do you know it doesn't

Re: [Evolution-hackers] stacktraces, debug: How to link evolution with debug version of glib, gtk on ubuntu karmic

2009-12-24 Thread Thomas Mittelstaedt
Well, In the case of libglib, I helped myself with the following: (gdb) inf shared libglib FromTo Syms Read Shared Object Library 0x055c8040 0x05628d78 Yes (*) /lib/libglib-2.0.so.0 (*): Shared library is missing debugging information. (gdb) add-symbol-file

Re: [Evolution-hackers] stacktraces, debug: How to link evolution with debug version of glib, gtk on ubuntu karmic

2009-12-24 Thread Thomas Mittelstaedt
Am Freitag, den 25.12.2009, 01:49 +0100 schrieb Tobias Mueller: Heya :) On 24.12.2009 20:43, Thomas Mittelstaedt wrote: I try to get glib debug information for the glib libraries in backtraces on ubuntu karmic. Even though I installed the debug packages, gdb does not pick up the