On Wed, Feb 15, 2012 at 10:20 PM, Vijay Singh <[email protected]> wrote: > I hit the assert in line 405. So right after locking Giant, it is > found unlocked!!!
Try running kldload/kldunload with INVARIANTS enabled. I would suspect that you're hitting a case where the kldload code is unlocking Giant when it doesn't own it. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

