panic: mutex vm object not owned ...

Peter Grehan grehan at freebsd.org
Thu Feb 17 17:00:01 PST 2005


> kernel crash dumps are not implemented yet, anyway, afaik.

  Yep, that's right. From kern/kern_shutdown.c:

#if defined(__powerpc__)
void
dumpsys(struct dumperinfo *di __unused)
{

         printf("Kernel dumps not implemented on this architecture\n");
}
#endif


later,

Peter.


More information about the freebsd-ppc mailing list