[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: segfault error 4 in libpthread-2.13.so X86_64



That certainly makes sense.  I'm still not seeing the symbols though.
My kernel log show that the segfault came from the pthreads library,
yet when I load the core file into gdb, I'm not seeing any symbols.

(gdb) bt
#0  0x00007f04e3102d7c in ?? ()
#1  0x00007f04e3e73a60 in ?? ()
#2  0x00007f04e47db695 in ?? ()
#3  0xffffffffe212a700 in ?? ()
#4  0x00007f04e3e73a60 in ?? ()
#5  0x0000000000000000 in ?? ()

Got any other ideas for me to try?

On Sat, Oct 29, 2011 at 4:43 PM, brian m. carlson
<sandals@crustytoothpaste.net> wrote:
> On Sat, Oct 29, 2011 at 02:55:54PM -0500, Dallas Clement wrote:
>> How can I link with libc6-dbg instead of regular libc6?  Thanks.
>
> You don't.  The files in /usr/lib/debug contain only debugging symbols
> that have been stripped from the normal binary.  You simply link against
> libc6 as normal and gdb (and other programs) will find the debugging
> symbols automatically.
>
> --
> brian m. carlson / brian with sandals: Houston, Texas, US
> +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
> OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
>


Reply to: