Debugging evolution
Hi!
I'm trying to debug a crash in evolution, or at least turn on debugging
symbols. Th bug is probably in gtk, so I did
aptitude install libgtk2.0-0-dbg
and was immediately confronted with
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324681
My hack was to do
ln -s libgtk-x11-2.0.so.0.800.10 libgtk-x11-2.0.so.0
in /usr/lib/debug/usr/lib
and then trying to run evo using
LD_LIBRARY_PATH=/usr/lib/debug:/usr/lib/debug/usr/lib evolution
But, I get an immediate segfault. gdb says this when running
LD_LIBRARY_PATH=/usr/lib/debug:/usr/lib/debug/usr/lib gdb evolution:
(gdb) run
Starting program: /usr/bin/evolution
(no debugging symbols found)
Program received signal SIGSEGV, Segmentation fault.
0xb7f5f4b9 in ?? ()
(gdb) bt
#0 0xb7f5f4b9 in ?? ()
#1 0xb7f62112 in ?? ()
#2 0xbfb6a084 in ?? ()
#3 0xbfb69f64 in ?? ()
#4 0x00000000 in ?? ()
(gdb)
Am I *totally* off the mark (I'm not used to debugging) or is something
else wrong?
/Mikael
--
Plus ça change, plus c'est la même chose
Reply to: