-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.2
-
generic
-
generic
jvmdi_GetThreadStatus translates a java.lang.Thread to an EE and then to a sys_thread_t structure. However, it does so without acquiring the thread queue lock. Its call to sysThreadGetStatus can therefore reference a deleted sys_thread_t.