infinite loop in kernel

Poul-Henning Kamp phk at phk.freebsd.dk
Sun Apr 13 15:15:38 PDT 2003


In message <20030413223656.A21075 at armor.free.fr>, Nicolas Souchu writes:
>
>Hi folks,
>
>I'm trying to debug some infinite loop in the kernel. I guess
>this is the problem since key interrupts are still working but
>the system does not respond otherwise.
>
>Unfortunatly, breaking in the debugger only gives my the
>trace of the kbd intr thread...
>
>Which data structure should I check?

Use "ps" in DDB to see which processes are runnable for instance.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-hackers mailing list