From owner-freebsd-current@FreeBSD.ORG Thu Nov 24 19:10:40 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4AA9106566C for ; Thu, 24 Nov 2011 19:10:40 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id C8A6A8FC13 for ; Thu, 24 Nov 2011 19:10:40 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id pAOJAe9c046954 for ; Thu, 24 Nov 2011 11:10:40 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id pAOJAeRC046953 for freebsd-current@freebsd.org; Thu, 24 Nov 2011 11:10:40 -0800 (PST) (envelope-from sgk) Date: Thu, 24 Nov 2011 11:10:40 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20111124191040.GA46939@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: firefox stuck in libthr X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2011 19:10:41 -0000 Firefox seems to have got stuck inside libthr. (gdb) #0 0x49d307d3 in ?? () from /lib/libthr.so.3 #1 0x49d2a582 in ?? () from /lib/libthr.so.3 #2 0x49d2fed2 in ?? () from /lib/libthr.so.3 #3 0x49d32eb5 in ?? () from /lib/libthr.so.3 #4 0x49ceab82 in pthread_cond_timedwait () from /lib/libc.so.7 #5 0x49972865 in ?? () from /usr/local/lib/libplds4.so.1 #6 0x4b7f8784 in ?? () #7 0x4b7f27e0 in ?? () #8 0xbe8ededc in ?? () #9 0x49ce9914 in pthread_getspecific () from /lib/libc.so.7 #10 0x499736ea in PR_WaitCondVar () from /usr/local/lib/libplds4.so.1 #11 0x483f91bf in ?? () from /usr/local/lib/firefox/libxul.so #12 0x4b7f8780 in ?? () #13 0x000493e0 in ?? () #14 0xbe8edf34 in ?? () #15 0x00000000 in ?? () I'll see if I can get more information once I rebuild libthr with debugging symbols and firefox as well. -- Steve