gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gdb] Internal GDB error: recursive internal error


From: Sven . Hartrumpf
Subject: [Gdb] Internal GDB error: recursive internal error
Date: Mon, 29 Sep 2003 11:07:35 +0200 (CEST)

Hi all.

I get a strange gdb error when I use a conditional breakpoint
(without this breakpoint, debugging works as expected).
The gdb process itself grows to a large size (3GB) while the
debugged process behaves normal, but then gdb crashes:
(Debugged program is compiled with -ggdb.)

> gdb test
GNU gdb 5.3
Copyright 2002 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 "i586-suse-linux"...
(gdb) b runtime.c:2179
Breakpoint 1 at 0x841e0f7: file runtime.c, line 2179.
(gdb) condition 1 (p2 < 1000)
(gdb) run
Internal GDB error: recursive internal error.
Aborted

~/>


Line 2179 of runtime.c:
    p->header = C_GC_FORWARDING_BIT | (C_word)p2;

Any ideas?
Sven




reply via email to

[Prev in Thread] Current Thread [Next in Thread]