From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17783 invoked by alias); 4 Jun 2010 09:21:54 -0000 Received: (qmail 17765 invoked by uid 48); 4 Jun 2010 09:21:54 -0000 Date: Fri, 04 Jun 2010 09:21:00 -0000 Message-ID: <20100604092154.17764.qmail@sourceware.org> From: "cgrayce at gmail dot com" To: gdb-prs@sourceware.org In-Reply-To: <20080927173801.9635.carlo@alinoe.com> References: <20080927173801.9635.carlo@alinoe.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug threads/9635] Cannot find new threads: generic error X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00360.txt.bz2 ------- 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 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: ... 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.