On 25-Apr-2002 Dag-Erling Smorgrav wrote: > John Baldwin <[EMAIL PROTECTED]> writes: >> This means WITNESS is broken with MUTEX_PROFIING (I guess they were >> never tested together without WITNESS_SKIPSPIN). > > WITNESS makes my box about as useful as a heap of bricks, so no, > MUTEX_PROFILING was never tested with WITNESS.
Since WITNESS makes sure you use locks properly, you should use it when you are making changes to the locking subsystem. Esp. if you are messing with spin locks. It may be slow but it's still usable for doing a bootup. Getting into single user mode with profiling on would have highlighted this problem. -- John Baldwin <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message