:> I just added debug code in the TAILQ code that sets the forward pointor
:> to -1. Since Matt had this it's possible that this is what hit him?
:
:Most definitely.  If you reset tqe_next, the code stops working.  Try 
:the patch below.
:-- 
:Jonathan
:
:Index: kern_synch.c
:===================================================================
:RCS file: /ncvs/src/sys/kern/kern_synch.c,v
:retrieving revision 1.175
:diff -u -r1.175 kern_synch.c
:--- kern_synch.c       7 Jun 2002 05:39:16 -0000       1.175
:+++ kern_synch.c       24 Jun 2002 02:42:40 -0000
:@@ -605,13 +605,14 @@
:       register void *ident;
:..

    I already threw a quick fix into Julian's KSE tree.  The real
    fix (Tor's patch) went into -current earlier today.

                                                -Matt

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to