On Jan 18, 2011, at 2:56 PM, Keith Seyffarth wrote: > Core was generated by `firefox-bin'. > Program terminated with signal 12, Bad system call. > #0 0x29d7f16b in ?? () > > Now, again, this is in Firefox 3.5. That message isn't very informative > to me, but maybe it is helpful to someone else?
Run it under gdb, look at the backtrace. Bad system call implies a mismatch between your shared libraries and kernel, or maybe you are loading some plugin or something which has been compiled for a different version of the platform. Regards, -- -Chuck _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
