On 03-Oct-2003 Robin P. Blanchard wrote: > No locals. >#12 0xc05a6796 in _vm_map_lock (map=0x0, file=0x0, line=0) at > /usr/src/sys/vm/vm_map.c:352 > No locals. >#13 0xc05a5a7a in kmem_malloc (map=0xc0c2f0b0, size=4096, flags=257) > at /usr/src/sys/vm/vm_kern.c:328 > offset = 731 > i = 3234001168 > entry = 0xc67a1a9c > addr = 3235708928 > m = 0x0 > pflags = -1066780496
This would appear to be the problem here, vm_map_lock() called with a NULL map. Do you have the panic messages themselves by chance? -- John Baldwin <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"