|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
firefox 3.5 exited on signal 12Hi all 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? Best regards Unga _______________________________________________ freebsd-questions@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@..." |
|
|
Re: firefox 3.5 exited on signal 12On 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 Greetings, Ott Köstner _______________________________________________ freebsd-questions@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@..." |
|
|
Re: firefox 3.5 exited on signal 12Unga <unga888@...> writes:
> 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? You may need sem(4) loaded. It's a module, so you can try it out without rebuilding your kernel. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ _______________________________________________ freebsd-questions@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@..." |
|
|
SOLVED (Re: firefox 3.5 exited on signal 12)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@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@..." |
|
|
Re: SOLVED (Re: firefox 3.5 exited on signal 12)On Sun, 5 Jul 2009 23:02:13 +0300, Ott Köstner <ottk@...> 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: gecko@... 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@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@..." |
| Free embeddable forum powered by Nabble | Forum Help |