bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cannot find user-level thread for LWP 30333: generic error


From: U. George
Subject: Cannot find user-level thread for LWP 30333: generic error
Date: Fri, 17 Feb 2006 20:54:07 -0500
User-agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513)

I have fedora 4/i386. I have tried using the gdb that came with fedora 4.
i have built a latest gdb ( i think ). Tried this simple test. Also fails. I have reported this type of error some time ago, but no answer.


address@hidden gdb]$ ./gdb /home/gat/JAVA/JDK14/j2sdk1.4.0_01/bin/javac
GNU gdb 6.4.0.20060214
Copyright 2005 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/i686/libthread_db.so.1".

Setting up the environment for debugging gdb.
Function "internal_error" not defined.
Function "info_command" not defined.
.gdbinit:8: Error in sourced command file:
No breakpoint number 0.
(gdb) r
Starting program: /home/gat/JAVA/JDK14/j2sdk1.4.0_01/bin/javac
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New1 Thread 1119936 (LWP 30333)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Cannot find user-level thread for LWP 30333: generic error
(gdb)
---------------------------------------
I somehow expected to see the following output.
---------------------------------------
address@hidden gdb]$  /home/gat/JAVA/JDK14/j2sdk1.4.0_01/bin/javac
Usage: javac <options> <source files>
where possible options include:
  -g                        Generate all debugging info
  -g:none                   Generate no debugging info
  -g:{lines,vars,source}    Generate only some debugging info
-O Optimize; may hinder debugging or enlarge class file
  -nowarn                   Generate no warnings
-verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used
  -classpath <path>         Specify where to find user class files
  -sourcepath <path>        Specify where to find input source files
  -bootclasspath <path>     Override location of bootstrap class files
  -extdirs <dirs>           Override location of installed extensions
  -d <directory>            Specify where to place generated class files
  -encoding <encoding>      Specify character encoding used by source files
-source <release> Provide source compatibility with specified release
  -target <release>         Generate class files for specific VM version
  -help                     Print a synopsis of standard options

address@hidden gdb]$





reply via email to

[Prev in Thread] Current Thread [Next in Thread]