Firefox-4.0.1.

Edwin L. Culp W. edwinlculp at gmail.com
Sat Jul 9 13:00:57 UTC 2011


2011/7/8 Francesc Xavier Esteller i Bellés <franxaverius at hotmail.com>:
>
> 'uname -a':
>
> FreeBSD desktopxavi1 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #71: Thu Sep  3
> 00:44:18 UTC 2009
> root at tinderbox.3c-consulting.lokal:/usr/obj/usr/src/sys/GENERIC  i386
>
> .................................................................................................................................................................
>
> 'ident  /usr/ports/www/firefox/Makefile':
>
> /usr/ports/www/firefox/Makefile:
>     $FreeBSD: ports/www/firefox/Makefile,v 1.240 2011/04/29 06:31:39 flo Exp
> $
>
>
> ..................................................................................................................................................................
>
>
> Firefox seems to work perfectly (in fact, I can surf on the Internet), but
> it crashes when _I click on the items on the menu bar_ (not on the other
> ones).
>
>
>
>
>
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>

What do you get when you run
# kldstat -m sem

If you get nothing you need to:

    # kldload sem

then run
   # kldstat -m sem
and you will get something like:
    Id  Refs Name
    279    1 sem

That is pretty common.

ed


More information about the freebsd-ports mailing list