upgrade from Firefox 3.0 to Firefox 3.5 -- now that it's installed, it won't run

Frank Steinborn steinex at nognu.de
Sat Jul 18 17:17:55 UTC 2009


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


More information about the freebsd-questions mailing list