LINUX.ORG.RU

Нет символов в core-файлах


0

0

У меня такая проблема. Свою падучую программу я откомпилировал с
флажком -g, установил допустимый размер core-файлов:

ulimit -c 100000

прописав эту строку в ~/.bashrc. Когда программа в очередной раз
упала, я открыл core-файл в gdb, сделал bt и получил бессмысленное:

GNU gdb Red Hat Linux (6.3.0.0-1.21rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu".
Reading symbols from shared object read from target memory...(no debugging symbols found)...done.
Using host libthread_db library "/lib/libthread_db.so.1".
Loaded system supplied DSO at 0xffffe000
Core was generated by `myprog'.
Program terminated with signal 11, Segmentation fault.
#0 0x0808e4f8 in ?? ()
(gdb) bt
#0 0x0808e4f8 in ?? ()
#1 0xbfffca88 in ?? ()
#2 0x08089261 in ?? ()
#3 0x00000011 in ?? ()
#4 0xb7dc1724 in ?? ()
#5 0xbfffc648 in ?? ()
#6 0xb7d87e2e in ?? ()
#7 0xb7dbe6dc in ?? ()
#8 0xb7dbf55c in ?? ()
#9 0xbfffc698 in ?? ()
#10 0xb7d87650 in ?? ()
#11 0xbfffc670 in ?? ()
#12 0xb7dbf55c in ?? ()
#13 0xbfffc6a8 in ?? ()
#14 0xb7e6b1f0 in ?? ()
#15 0x00000072 in ?? ()
#16 0x00000000 in ?? ()

Символов почему-то нет, хотя при помощи
nm /usr/local/bin/myprog | grep foobar я их нахожу. Что я делаю не так?

Система Mandrake-10, gdb 6.0-2mdk, gcc 3.3.2-6mdk.

anonymous

сначала надо file ./my_fucking_prog , а потом core-file core.666

anonymous
()

gdb executable_file_name -c core.pid

Так победим.

Zenom ★★★
()

Спасибо, я Тормооооооз 8-o

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.