This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

java/1740: GDB cvs mainline cannot debug JVM


>Number:         1740
>Category:       java
>Synopsis:       GDB cvs mainline cannot debug JVM
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 09 22:48:01 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Manoj Iyer
>Release:        GNU gdb 2004-08-09-cvs
>Organization:
>Environment:
Power PC 64
>Description:
I built a 64bit version of GDB from the 2004-08-09 cvs mainline sources. I tried to debug /usr/lib/IBMJava2-1.4.2/bin/java  that is shipped with SLES 9

manjo@pluto:~/projects/gdb/mainline/2004-08-09/src> ./gdb/gdb $(which java)
GNU gdb 2004-08-09-cvs
Copyright 2004 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 "powerpc64-unknown-linux-gnu"...(no debugging symbols
found)...Using host libthread_db library "/lib64/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/lib/IBMJava2-1.4.2/bin/java 
(no debugging symbols found)...[Thread debugging using libthread_db enabled]
[New Thread 549758071872 (LWP 25097)]
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...thread_get_info_callback: cannot
get thread info: generic error
(gdb) 

>How-To-Repeat:
gdb /usr/lib/IBMJava2-1.4.2/bin/java 
(gdb) run
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]