Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jul 2009 19:17:53 +0200
From:      Frank Steinborn <steinex@nognu.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: upgrade from Firefox 3.0 to Firefox 3.5 -- now that it's installed, it won't run
Message-ID:  <20090718171753.GC50723@nognu.de>
In-Reply-To: <20090718170255.GA14493@kokopelli.hydra>
References:  <20090717224837.GA52217@kokopelli.hydra> <20090718014347.1a182ef7.freebsd@edvax.de> <4a618085.gC691plCKOA4Tkt9%perryh@pluto.rain.com> <20090718165105.GA46421@kokopelli.hydra> <20090718170201.GB50723@nognu.de> <20090718170255.GA14493@kokopelli.hydra>

next in thread | previous in thread | raw e-mail | index | archive | help
Chad Perrin wrote:
> On Sat, Jul 18, 2009 at 07:02:01PM +0200, Frank Steinborn wrote:
> > Chad Perrin wrote:
> > > 
> > > Unfortunately, I haven't gotten far enough to see if anything was lost,
> > > because now Firefox 3.5.x won't start:
> > > 
> > >     Fatal error 'Recurse on a private mutex.' at line 986 in file
> > >     /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 2)
> > > 
> > > Does anyone have any thoughts on what I should do with this?
> > 
> > You must load the 'sem' kernel module.
> 
> Okay -- where do I get the "sem" kernel module?

It is included in FreeBSD, just type 'kldload sem' to load it. If you
want to have loaded it automatically on boot, add the following to
your /boot/loader.conf:

sem_load="YES"

Cheers,
Frank



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090718171753.GC50723>