https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106

Conrad Meyer <c...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c...@freebsd.org

--- Comment #3 from Conrad Meyer <c...@freebsd.org> ---
Just FYI for next time, if you're making code changes, fail_point(9) can make
this kind of scenario much easier to hit.  In particular, you can expand races
by adding in an empty KFAIL_POINT_CODE() and then inducing a delay with sysctl
my.failpoint="50%delay(1000)" (i.e., DELAY(1000) 50% of times we hit that
failpoint; the 50% can help avoid excessive foot-shooting).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to