From owner-freebsd-current@FreeBSD.ORG Fri Nov 25 07:04:02 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 9BAF91065677 for ; Fri, 25 Nov 2011 07:04:02 +0000 (UTC) (envelope-from miwi.freebsd@googlemail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 53D348FC1B for ; Fri, 25 Nov 2011 07:04:02 +0000 (UTC) Received: by ggnk5 with SMTP id k5so4508317ggn.13 for ; Thu, 24 Nov 2011 23:04:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :message-id:references:to:x-mailer; bh=lfyRr2TBaaZuCLDbECVyx6plDAxTSulyL6GD9Cbx428=; b=gSAY7b35HopdH5+Sahacz6fZNpLe59nIvbY438CV9df/68da8YrBlqWE8Ja6ewN40j 6e09KJqnPLwW6zk/hKa6suWA7tdUU5LxZe7HDOJwOEQRoKXcbBg2HkyqQzw4OTPQKtIy 6KWDjm0FAM2MSXbEoGT6LIwcG2ZC7b5qP0Fvs= Received: by 10.50.203.70 with SMTP id ko6mr36011352igc.19.1322202892817; Thu, 24 Nov 2011 22:34:52 -0800 (PST) Received: from [192.168.2.120] ([14.192.209.84]) by mx.google.com with ESMTPS id ft1sm54557760igc.3.2011.11.24.22.34.50 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Nov 2011 22:34:51 -0800 (PST) Sender: Martin Wilke Mime-Version: 1.0 (Apple Message framework v1253) From: Martin Wilke In-Reply-To: <20111124191040.GA46939@troutmask.apl.washington.edu> Date: Fri, 25 Nov 2011 14:34:46 +0800 Message-Id: <87CE9674-BFDA-40A9-88EF-A6FD2379F0D3@gmail.com> References: <20111124191040.GA46939@troutmask.apl.washington.edu> To: Steve Kargl X-Mailer: Apple Mail (2.1253) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: 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: Fri, 25 Nov 2011 07:04:02 -0000 Hi Steve, at least it would be helpful to know what FBSD Version u are using. - Martin On Nov 25, 2011, at 3:10 AM, Steve Kargl wrote: > 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.