summaryrefslogtreecommitdiff
path: root/gdb/PROBLEMS
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2003-08-25 18:16:19 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2003-08-25 18:16:19 +0000
commit08ddbd3e2518f4cb6b21fc822a5f3eab1f06e878 (patch)
tree5187bfec2497bd70c7f3dfa9924aaa271b228264 /gdb/PROBLEMS
parentd1af9821fd0d331468f059bac16f94d10d803afd (diff)
downloadgdb-08ddbd3e2518f4cb6b21fc822a5f3eab1f06e878.tar.gz
2003-08-18 Michael Chastain <mec@shout.net>
* PROBLEMS: Document pr gdb/1322, the Java anonymous objfile bug.
Diffstat (limited to 'gdb/PROBLEMS')
-rw-r--r--gdb/PROBLEMS14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 74806333035..77deedc057e 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -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