Re: SOLVED (Re: firefox 3.5 exited on signal 12)

2009-07-05 Thread Giorgos Keramidas
On Sun, 5 Jul 2009 23:02:13 +0300, Ott Köstner  wrote:
> On Sunday 05 July 2009 11:10:18 am Ott Köstner wrote:
>> On Sunday 05 July 2009 8:32:35 am Unga wrote:
>>
>> > I have installed firefox 3.5,1 port (make install clean) on FreeBSD
>> > 7.2 i386. Firefox crashes when it try to display Theora video
>> > (http://www-cs-faculty.stanford.edu/~nick/theora-soccer/) with
>> > following message on logs:
>> >
>> > kernel: pid 1106 (firefox-bin), uid 1001: exited on signal 12 (core dumped)
>> >
>> > Do others experience it? Is there a fix for this?
>>
>> Same here. It crashes...
>> pid 26921 (firefox-bin), uid 1001: exited on signal 12
>
> Rebuilt kernel with
> options P1003_1B_SEMAPHORES # POSIX-style semaphores
>
> Now it plays Theora video and does not crash any more.  :)

You can load sem.ko to the same effect, FWIW.  The UPDATING entry for
firefox3-devel mentions this in the following part:

  20090628:
AFFECTS: users of www/firefox3-devel
AUTHOR: ge...@freebsd.org

If your Firefox crashes with the following message while viewing a
HTML5 page: "Bad system call (core dumped)" you need to load the sem
module (kldload sem).

To load sem on every boot put the following into your
/boot/loader.conf: sem_load="YES"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


SOLVED (Re: firefox 3.5 exited on signal 12)

2009-07-05 Thread Ott Köstner
On Sunday 05 July 2009 11:10:18 am Ott Köstner wrote:
> On Sunday 05 July 2009 8:32:35 am Unga wrote:
> 
> > I have installed firefox 3.5,1 port (make install clean) on FreeBSD 7.2 
> > i386. Firefox crashes when it try to display Theora video 
> > (http://www-cs-faculty.stanford.edu/~nick/theora-soccer/) with following 
> > message on logs:
> > kernel: pid 1106 (firefox-bin), uid 1001: exited on signal 12 (core dumped)
> > 
> > Do others experience it? Is there a fix for this?
> 
> Same here. It crashes...
> pid 26921 (firefox-bin), uid 1001: exited on signal 12

Rebuilt kernel with
options P1003_1B_SEMAPHORES # POSIX-style semaphores

Now it plays Theora video and does not crash any more.  :)

Greetings,
Ott Köstner

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"