On Fri, Mar 01, 2002 at 10:24:08AM +0100, jeroen dobbelaere wrote:
> Proposed solutions for this bug, indicate that this signal should, by
> default, be ignored.  Masking out SIGFPE at the startup of mozilla,
> gets rid of crashes and gives me a nice working mozilla ;).

$ man 7 signal

       Signal     Value     Action   Comment
       -------------------------------------------------------------------------
       SIGFPE        8        C      Floating point exception

       C      Default action is to terminate the process and dump
              core.

So its not a kernel problem.

The NWFPE people need to look into this and determine if the FPE is
being over-eager, or whether the program startup code is enabling a
trap that it shouldn't be.

You could also try loading the Acorn FPE to see if this works any
better - its available on the ftp site.  You'll need to insmod -f
it to get it to load however.

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
http://www.arm.linux.org.uk/armlinux/mailinglists.php
Please visit the above addresses for information on this list.

Reply via email to