On Tuesday 24 January 2006 05:03, Chris Hedley wrote: > On Mon, 23 Jan 2006, John Baldwin wrote: > > It's a bug, but you can try this workaround: > > Unfortunately that caused my system to lock up at (presumably) the same > point it was crashing before; testing it a couple of times produced the > same result. Is there anything you want me to do to try to extract some > more details from it? Ah, sorry then. The bug is that some thread has gone to sleep while holding a mutex and now another thread wants that mutex. Try turning on witness as it will tell you when the first thread goes to sleep (the real bug). -- John Baldwin <jhb_at_FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.orgReceived on Tue Jan 24 2006 - 14:47:02 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:51 UTC