Re: panic: mutex sched lock 0 not owned at /usr/src/sys/kern/sched_ule.c:2341
Marcel Moolenaar <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ia64 |
|---|---|
| Message-ID | <[email protected]> |
On Apr 3, 2013, at 12:40 PM, John Baldwin <[email protected]> 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 [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ia64 To unsubscribe, send any mail to "[email protected]"