Am 25.01.2009 um So, 25. 01 2009, 22:44 schrieb Andrew Doran:
Are you running with LOCKDEBUG? If it spews the following then it is notmemory corruption but something killing the socket while still in use.panic("lockdebug_lookup: uninitialized lock (lock=%p, from= %08"PRIxPTR")",lock, where);
I'll go and enable LOCKDEBUG (which IIRC is off, unless DEBUG enables it).
FWIW, the panic that I got was:panic: kernel diagnostic assertion "cv_is_valid(cv)" failed: file "/ usr/nbcvs/src-5/sys/kern/kern_condvar.c", line 329
- Hubert