diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-08-26 03:08:32 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-08-26 03:08:32 +0000 |
commit | 3c164570275f835fe5d0f0aee13e8bdadecdcc77 (patch) | |
tree | 73ff42b0402e6c761f69f9df52e803ea64b74540 /gdb/PROBLEMS | |
parent | 4ae9ee8e684e466b2418c3821cc8652b6b0cd253 (diff) | |
download | gdb-3c164570275f835fe5d0f0aee13e8bdadecdcc77.zip gdb-3c164570275f835fe5d0f0aee13e8bdadecdcc77.tar.gz gdb-3c164570275f835fe5d0f0aee13e8bdadecdcc77.tar.bz2 |
* PROBLEMS: Remove description of java/1322.
Diffstat (limited to 'gdb/PROBLEMS')
-rw-r--r-- | gdb/PROBLEMS | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index 77deedc..7480633 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -19,17 +19,3 @@ 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 |