This is the mail archive of the gdb@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]

Newbie Question "Cannot find user-level thread for LWP 26685: generic error"


Hi, I'm a newbie using gdb and I don't understand what is happening, I
get something like this "Cannot find user-level thread for LWP 26685:
generic error". I am trying to debug some JNI code and I'm doing the
following:

gdb /usr/java/j2sdk1.4.2_03/bin/java 
GNU gdb 6.3 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 "i686-pc-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
 
(gdb) r Client
Starting program: /usr/java/j2sdk1.4.2_03/bin/java Client
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1219952512 (LWP 26689)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Cannot find user-level thread for LWP 26689: generic error
(gdb)

Can you help anybody help me out?

Thanks 
Jose Silva


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