panic: mutex sched lock 0 not owned at /usr/src/sys/kern/sched_ule.c:2341

Marcel Moolenaar marcel at xcllnt.net
Sat Apr 20 17:57:33 UTC 2013


On Apr 3, 2013, at 12:40 PM, John Baldwin <jhb at FreeBSD.org> wrote:

> On Tuesday, March 26, 2013 4:18:24 pm Jerome Ibanes wrote:
>> John, Marcel, @List,
>> 
>>> On most platforms the APs don't enable interrupts until their first context
>>> switch into their idle thread completes.  It seems they are enabled by
>>> accident here?
>> 
>> Is it possible to disable this when booting from the iso?
> 
> Originally I said no, but you can try disabling SMP altogether by setting 
> kern.smp.disabled=1' from the loader prompt.

It may actually trigger a bug in the kernel on ia64...
The problem is that we're still collecting CPU information and create
PCPU structures for them. With SMP disabled this means yields some
inconsistency due to partial initialization. All IIRC...

-- 
Marcel Moolenaar
marcel at xcllnt.net




More information about the freebsd-ia64 mailing list