On Fri, Jul 20, 2007 at 10:18:54PM +0200, Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote: > On Thu, Jul 19, 2007 at 11:03:35PM +0200, Mike Hommey wrote: > > > > > #0 0xb7fd37f2 in ?? () > > > > > #1 0xb7e37501 in raise () from /lib/i686/cmov/libpthread.so.0 > > > > > #2 0xb5c41fb2 in nsProfileLock::FatalSignalHandler (signo=0xb) > > > > > at nsProfileLock.cpp:206 > > > > > #3 <signal handler called> > > > > > #4 0xb7629b22 in rfc3484_sort () from /lib/i686/cmov/libc.so.6 > > > > > #5 0xb759ce37 in msort_with_tmp () from /lib/i686/cmov/libc.so.6 > > > > > #6 0xb759d048 in qsort () from /lib/i686/cmov/libc.so.6 > > > > > #7 0xb7628fca in getaddrinfo () from /lib/i686/cmov/libc.so.6 > > > > > #8 0xb7e6dfdf in PR_GetAddrInfoByName (hostname=0x9d76f84 > > > > > "counter.yadro.ru", > > > > > af=0x0, flags=0x8020) at prnetdb.c:2118 > > > > > #9 0xb70e3969 in nsHostResolver::ThreadFunc (arg=0x810b658) > > > > > at nsHostResolver.cpp:648 > > > > > #10 0xb7e7af9c in _pt_root (arg=0x9fb2bb0) at ptthread.c:220 > > > > > #11 0xb7e2f31b in start_thread () from /lib/i686/cmov/libpthread.so.0 > > > > > #12 0xb76418ee in clone () from /lib/i686/cmov/libc.so.6 > ... > > If you still have the core, you should try to see what kind of backtrace > > you get with libc6-dbg installed. > > I do have it installed, however, "LD_LIBRARY_PATH=/usr/lib/debug gdb > /usr/lib/iceape/iceape-bin core.17388" shows the trace above, no libc6 > symbols. gdb is 6.6.dfsg-1. It says it opened both > /usr/lib/debug/libc-2.5.so and /usr/lib/debug/lib/i686/cmov/libc-2.5.so. > I even tried to load them with the "symbol" command, with the same > result. Could you please help me?
You don't need to set LD_LIBRARY_PATH to /usr/lib/debug. Apart from that it should be enough... though I don't know what kind of symbols are included in the libc debug package. Maybe you should ask to libc maintainers... Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]