2003-08-18 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Mon, 25 Aug 2003 18:16:19 +0000 (18:16 +0000)
committerMichael Chastain <mec@google.com>
Mon, 25 Aug 2003 18:16:19 +0000 (18:16 +0000)
* PROBLEMS: Document pr gdb/1322, the Java anonymous
objfile bug.

gdb/ChangeLog
gdb/PROBLEMS

index b85263fe42a080a98b46f7a381c88c944528421e..67a2d05dc5d6bedd7ed05a0b8424d1bff339ee9f 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-18  Michael Chastain  <mec@shout.net>
+
+       * PROBLEMS: Document pr gdb/1322, the Java anonymous
+       objfile bug.
+
 2003-08-24  Mark Kettenis  <kettenis@gnu.org>
 
        * i387-tdep.h: Update copyright date.
index 74806333035fa78bb3794f6a8ad24c4ce3ba651d..77deedc057ee5c20c82e1e25fa52a6801ca58e62 100644 (file)
@@ -19,3 +19,17 @@ gcc 3.x generates these multiple object code functions in order to
 implement virtual base classes.  gcc 2.x generated just one object code
 function with a hidden parameter, but gcc 3.x conforms to a multi-vendor
 ABI for C++ which requires multiple object code functions.
+
+gdb/1322: "internal-error: sect_index_text not initialized" after printing a java type
+
+When gdb debugs a Java program which uses shared libraries, it can
+generate this internal error.
+
+If you get this error when debugging Java, you can try working around
+the problem by relinking your program with no shared libraries at all
+(even the standard C library).  With the GNU linker, use the "-static"
+argument to do this.
+
+You can also try this patch for gdb:
+
+  http://sources.redhat.com/ml/gdb-prs/2003-q3/msg00190.html
This page took 0.029681 seconds and 4 git commands to generate.