Re: Thread UNKNOWN status

Nathan Fiedler <[email protected]> 01 Apr 2003 10:52:35 -0800
Newsgroups gmane.comp.java.jswat.user
Organization ACCESS Systems America
Message-ID <[email protected]>
JSwat is reporting the thread status as given by the JDI (Java Debug
Interface), and "UNKNOWN" is one of those possible status values (along
with MONITOR, NOT_STARTED, RUNNING, SLEEPING, WAIT, and ZOMBIE).

So from my point of view, it is a JVM issue. As to what is really
causing it, I have no idea.

n


On Tue, 2003-04-01 at 10:42, Nuno Oliveira wrote:
> What is this UNKNOWN status I keep getting in a debug session for some of my
> threads ? What situations may cause this ? Is this a JSWAT issue at all or a
> JVM one that I can learn from the JVM specification ?
> 
> Thanks.