[RFQ] make witness panic an option

Adrian Chadd adrian at freebsd.org
Thu Nov 15 16:37:51 UTC 2012


On 15 November 2012 05:27, Giovanni Trematerra
<giovanni.trematerra at gmail.com> wrote:

> I really do think that is a very bad idea.
> When a locking assertion fails you have just to stop your mind and
> think what's wrong,
> no way to postpone on this.

Not all witness panics are actually fatal. For a developer who is
sufficiently cluey in their area, they are quite likely able to just
stare at the code paths for a while to figure out why the
incorrectness occured.

As I said, I do this primarily so I can sprinkle lots of lock
owned/unowned assertions around my driver(s) and then use that to
catch when things aren't being correct. Having to reboot upon _every_
lock assertion quickly got old.



Adrian


More information about the freebsd-hackers mailing list