mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* PROBLEMS: Remove description of java/1322.
This commit is contained in:
parent
4ae9ee8e68
commit
3c16457027
@ -3,6 +3,7 @@
|
||||
PR java/1322
|
||||
* dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
|
||||
available before calling SECT_OFF_TEXT.
|
||||
* PROBLEMS: Remove description of java/1322.
|
||||
|
||||
2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
|
14
gdb/PROBLEMS
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user