From owner-freebsd-current@FreeBSD.ORG Thu Aug 11 02:38:03 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00FCE16A41F for ; Thu, 11 Aug 2005 02:38:03 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B27743D46 for ; Thu, 11 Aug 2005 02:38:02 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.4/8.13.4/NETPLEX) with ESMTP id j7B2buwv029832; Wed, 10 Aug 2005 22:37:56 -0400 (EDT) Date: Wed, 10 Aug 2005 22:37:56 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Eric Anderson In-Reply-To: <42FAADF5.3030108@centtech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: FreeBSD Current Subject: Re: mozilla/firefox and libpthread X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2005 02:38:03 -0000 On Wed, 10 Aug 2005, Eric Anderson wrote: > Recently (the last 2 weeks maybe), I've been getting this error with > mozilla when I hit some websites: > > (Gecko:1131): Gdk-WARNING **: gdk_property_get(): length value has > wrapped in calculation (did you pass G_MAXLONG?) > Fatal error 'cond_queue_enq: thread already queued!' at line 815 in file > /usr/src/lib/libpthread/thread/thr_cond.c (errno = 0) > Fatal error 'cv_timedwait: locklevel is not zero!' at line 649 in file > /usr/src/lib/libpthread/thread/thr_cond.c (errno = 3) > > I can't even start firefox, it returns those same messages after a few > seconds of loading. > > Is anyone else having problems, or did I somehow muck up a library > somewhere? I've tried rebuilding from ports, and also using the pkg > from the FreeBSD ftp server. I'm running 7.0 from yesterday. Is something linked to both libpthread.so.1 and libpthread.so.2? -- DE