This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug threads/11362] Debugging from CDT raises "thread.c:79:internal-error: inferior_thread: Assertion `tp' failed."


http://sourceware.org/bugzilla/show_bug.cgi?id=11362

dennis.wang at nrl dot navy.mil changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dennis.wang at nrl dot
                   |                            |navy.mil
            Version|7.0                         |7.2

--- Comment #4 from dennis.wang at nrl dot navy.mil 2011-07-01 20:40:36 UTC ---
I see this same bug in version 7.2  I am running gdb on a Ubuntu 11.04 system
and connecting to a PC running MINGW.  The output below is from the Ubuntu box.
------------

GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
Copyright (C) 2010 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.....

Reading symbols from /home/wang/Documents/RTEMS/tests/stanford...done.
(gdb) target extended-remote 132.250.xxx.xxx:2222
Remote debugging using 132.250.xxx.xxx:2222
0x00000000 in ?? ()
(gdb) load
Loading section .text, size 0xf740 lma 0x40000000
Loading section .data, size 0x820 lma 0x4000f740
Start address 0x40000000, load size 65376
Transfer rate: 8 KB/sec, 271 bytes/write.
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y

/build/buildd/gdb-7.2/gdb/thread.c:79: internal-error: inferior_thread:
Assertion `tp' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y

/build/buildd/gdb-7.2/gdb/thread.c:79: internal-error: inferior_thread:
Assertion `tp' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]