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

[Bug threads/9635] Cannot find new threads: generic error


------- Additional Comments From cgrayce at gmail dot com  2010-06-04 09:21 -------
(In reply to comment #0)

Identical problem, with plain C code that also uses no threads, but does use
dynamic libraries:

% gdb xques
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/cgrayce/bin/xques...done.
(gdb) run -i 31d_uconvert.xml example-xhtml
Starting program: /home/cgrayce/bin/xques -i 31d_uconvert.xml example-xhtml
[Thread debugging using libthread_db enabled]
Cannot find new threads: generic error

ldd `which xques`
	linux-gate.so.1 =>  (0x00ce2000)
	libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00164000)
	libz.so.1 => /lib/libz.so.1 (0x0035a000)
	libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x00642000)
	libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x0036f000)
	libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x00ef2000)
	/lib/ld-linux.so.2 (0x0091c000)

uname -a
Linux spock 2.6.32-22-generic #35-Ubuntu SMP Tue Jun 1 14:17:36 UTC 2010 i686
GNU/Linux


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9635

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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