-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 1.2.2
-
Component/s: core-svc
-
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.