Roman Kurakin wrote: > #if __FreeBSD_version >= 500000 > mtx_init (&d->queue.ifq_mtx, "cp_queue", MTX_DEF); > mtx_init (&d->hi_queue.ifq_mtx, "cp_queue_hi", MTX_DEF); > #endif
my guess would be that you forgot to call mtx_destroy() for queue and hi_queue mutexes. thanks, max To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message