On 30/10/2011 06:22, Dallas Clement wrote: > 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?
You need to load the core file, *and* the program. Something like... $ gdb -c $corefile $path_to_program -- Kind regards, Loong Jin
signature.asc
Description: OpenPGP digital signature