Hi,

On Wed, Mar 23, 2005, Martin Bammer wrote:
> Output of gdb:
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1210037824 (LWP 3995)]
> 0x41009315 in _dl_relocate_object () from /lib/ld-linux.so.2
> (gdb) bt
> #0  0x41009315 in _dl_relocate_object () from /lib/ld-linux.so.2
> #1  0x41121043 in _dl_open () from /lib/tls/libc.so.6

 It would be nice to read debugging symbols in this backtrace, could you
 please install "libc6-dbg" and "export LD_LIBRARY_PATH=/usr/lib/debug"
 prior to running gdb and paste the new bt?

 This is done with:
     export LD_LIBRARY_PATH=/usr/lib/debug
     gdb ...

 This should help pinpointing the exact line where the error occurs.

   Thanks,
-- 
Loïc Minier <[EMAIL PROTECTED]>
"Neutral President: I have no strong feelings one way or the other."

Reply via email to