LINUX.ORG.RU

История изменений

Исправление splinter, (текущая версия) :

Результат такой же как и без bt

splinter@bastile:~$ gdb /usr/bin/minicom
GNU gdb (GDB) 7.5
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type «show copying»
and «show warranty» for details.
This GDB was configured as «i486-slackware-linux».
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/minicom...(no debugging symbols found)...done.
(gdb) bt
No stack.
(gdb) run
Starting program: /usr/bin/minicom
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need «set solib-search-path» or «set sysroot»?

Program received signal SIGSEGV, Segmentation fault.
0xb7e50ca1 in _IO_getline_info_internal () from /lib/libc.so.6
(gdb)
Бессмыслица какаято, может в исходникb minicom как то собираются с дебажной инфой? хотя в configure ничего про это я не нашел.

Исходная версия splinter, :

Результат такой же как и без bt
[code]
splinter@bastile:~$ gdb /usr/bin/minicom
GNU gdb (GDB) 7.5
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type «show copying»
and «show warranty» for details.
This GDB was configured as «i486-slackware-linux».
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/minicom...(no debugging symbols found)...done.
(gdb) bt
No stack.
(gdb) run
Starting program: /usr/bin/minicom
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need «set solib-search-path» or «set sysroot»?

Program received signal SIGSEGV, Segmentation fault.
0xb7e50ca1 in _IO_getline_info_internal () from /lib/libc.so.6
(gdb)
[/code]
Бессмыслица какаято, может в исходникb minicom как то собираются с дебажной инфой? хотя в configure ничего про это я не нашел.