From owner-freebsd-threads@FreeBSD.ORG Wed Mar 5 03:10:04 2008 Return-Path: Delivered-To: freebsd-threads@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64A3E106566B for ; Wed, 5 Mar 2008 03:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4EFFE8FC1A for ; Wed, 5 Mar 2008 03:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m253A4Tu019314 for ; Wed, 5 Mar 2008 03:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m253A4hm019313; Wed, 5 Mar 2008 03:10:04 GMT (envelope-from gnats) Date: Wed, 5 Mar 2008 03:10:04 GMT Message-Id: <200803050310.m253A4hm019313@freefall.freebsd.org> To: freebsd-threads@FreeBSD.org From: "Josh Carroll" Cc: Subject: Re: threads/121343: pthread_cond_wait hanging in libthr X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josh Carroll List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2008 03:10:04 -0000 The following reply was made to PR threads/121343; it has been noted by GNATS. From: "Josh Carroll" To: "David Xu" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: threads/121343: pthread_cond_wait hanging in libthr Date: Tue, 4 Mar 2008 22:01:54 -0500 > This should not happen, I am not sure if there is memory problem in the > program. > > Regards, > David Xu > Here is what I see when gdb first starts, libthr/error emphasized by inserting blank lines around those parts of the gdb output: Attaching to program: /usr/local/bin/ushare, process 68900 Reading symbols from /usr/local/lib/libupnp.so.3...done. Loaded symbols for /usr/local/lib/libupnp.so.3 Reading symbols from /usr/local/lib/libthreadutil.so.4...done. Loaded symbols for /usr/local/lib/libthreadutil.so.4 Reading symbols from /usr/local/lib/libixml.so.2...done. Loaded symbols for /usr/local/lib/libixml.so.2 Reading symbols from /lib/libc.so.7...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /lib/libthr.so.3...done. [New Thread 0x40e01290 (LWP 100363)] Error while reading shared library symbols: Cannot get thread info: invalid key Reading symbols from /usr/lib/liblwres.so.30...done. Loaded symbols for /usr/lib/liblwres.so.30 Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 0x00000000409d08da in _umtx_op () from /lib/libc.so.7 Perhaps I need to rebuild libthr? Josh