Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
Windows x86
Description
assert (thread->state & TM_THREAD_STATE_INTERRUPTED);
in hythread_monitor_interrupt_wait()
in thread_native_fat_monitor.c
fails on attempt to interrupt several thread waiting on the same monitor.
This bug causes regression of the following TPTP tests in debug mode:
org.eclipse.tptp.scenario.thread.ThreadGroupTest\standalone_agg_filter\agg_threadThreadGroupTest_F.xml
org.eclipse.tptp.scenario.thread.ThreadGroupTest\standalone_agg_full\agg_threadThreadGroupTest.xml
org.eclipse.tptp.scenario.thread.ThreadGroupTest\standalone_cg_filter\threadThreadGroupTest_F.xml
org.eclipse.tptp.scenario.thread.ThreadGroupTest\standalone_cg_full\threadThreadGroupTest.xml
Attachments
Attachments
Issue Links
- depends upon
-
HARMONY-4743 [drlvm][thread] Aggregate HyThread to VM_thread
- Closed