Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2008 20:46:44 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135400 for review
Message-ID:  <200802142046.m1EKkinv023379@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135400

Change 135400 by jhb@jhb_mutex on 2008/02/14 20:46:23

	A hack to debug more sleepq problems.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_timeout.c#34 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_timeout.c#34 (text+ko) ====

@@ -521,6 +521,8 @@
 			mtx_unlock_spin(&callout_lock);
 			if (sq_locked)
 				sleepq_release(&callout_wait);
+			if (c == &curthread->td_slpcallout)
+				panic("aww crap");
 			return (0);
 		}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802142046.m1EKkinv023379>