Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2005 20:39:57 -0700
From:      Kris Kennaway <kris@obsecurity.org>
To:        amd64@FreeBSD.org
Subject:   fpudna: fpcurthread == curthread 2 times
Message-ID:  <20050411033957.GA21170@xor.obsecurity.org>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Got this on an SMP package machine running 5.4-RC2:

fpudna: fpcurthread == curthread 1 times
fpudna: fpcurthread == curthread 2 times

int
fpudna()
{
        struct pcb *pcb;
        register_t s;

        if (PCPU_GET(fpcurthread) == curthread) {
                printf("fpudna: fpcurthread == curthread %d times\n",
                    ++err_count);
                stop_emulating();
                return (1);
        }
 
Debugging message accidentally left in, or bug?

Kris
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCWfGNWry0BWjoQKURArsAAJ4oDBY7CbH711svyiESqpggr2u8hQCgxSYX
CEMjK0Co7Nt+a0uL+99Xv4g=
=vxwH
-----END PGP SIGNATURE-----
home | help

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