Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2010 11:17:26 +0200
From:      Eitan Adler <eitanadlerlist@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   NTOS: Timer fired even though it was canceled
Message-ID:  <a0777e081002110117v37d697fbq948886997ba5a492@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Running freeBSD 8.0-RELEASE I got
NTOS: timer 0xc4817a08 timer fired even though canceled

from
http://fxr.watson.org/fxr/source/compat/ndis/subr_ntoskrnl.c?v=FREEBSD8

       /*
        * This should never happen, but complain
        * if it does.
        */

        if (timer->k_header.dh_inserted == FALSE) {
               mtx_unlock(&ntoskrnl_dispatchlock);
            printf("NTOS: timer %p fired even though "
                    "it was canceled\n", timer);
                return;
        }


What might have caused this and how could I fix it?



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