Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2012 00:16:01 +0200
From:      =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= <kes-kes@yandex.ru>
To:        freebsd-questions@freebsd.org
Subject:   A problem internal to GDB has been detected
Message-ID:  <243663009.20120226001601@yandex.ru>

next in thread | raw e-mail | index | archive | help
# gdb
GNU gdb 6.1.1 [FreeBSD]
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 "amd64-marcel-freebsd".
(gdb) attach 0
Attaching to process 0
ptrace: Invalid argument.
(gdb) attach 12
Attaching to process 12
ptrace: Invalid argument.
(gdb) attach 9058
Attaching to process 9058
/usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/solib-svr4.c:1443: internal-error: legacy_fetch_link_map_offsets called without legacy link_map support enabled.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y

/usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/solib-svr4.c:1443: internal-error: legacy_fetch_link_map_offsets called without legacy link_map support enabled.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) y
Abort (core dumped)


(gdb) core gdb.core
Core was generated by `gdb'.
Program terminated with signal 6, Aborted.
#0  0x0000000800e23aac in ?? ()


bt shows long list and fineshed as:
#999 0x0000000000000001 in ?? ()
#1000 0x00007fffffffebc8 in ?? ()
#1001 0x0000000000000017 in ?? ()
Cannot access memory at address 0x800000000000







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?243663009.20120226001601>