use of menus crashes Firefox? (resolved, I think)

Chuck Swiger cswiger at mac.com
Fri Jan 21 18:41:06 UTC 2011


On Jan 20, 2011, at 9:07 PM, Keith Seyffarth wrote:
> And menus work in Firefox 3.6. I'll have to actually work with it for a
> day tomorrow to see how it holds up, but I've tried a variety of things
> and it seems to be playing nicely.

Very good.

> It looks like the solution was to rebuild the kernel with semaphore
> support through P1003_1B_SEMAPHORES.

Indeed.  Someone pointed out that you might have been able to kldload sem module, and if that worked that might well have been a good solution.  However, kernel modules normally get loaded automagically when needed, so if there was a difference in behavior, compiling the option in directly sometimes works better, and is also a bit more efficient in terms of kernel resources.

Regards,
-- 
-Chuck



More information about the freebsd-questions mailing list