Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
Linux / x86_64
Description
The test fails intermittently.
it prints ....... (200 times) and then crashes.
To see the failure please run the test in the loop e.g. as follows:
while true; do $DRLVM64 -cp <path to tests> perf.MultiThreadsSimple | grep PASSED; rc=$?; echo $i $rc; if [ $rc -ne 0 ]; then break; fi; i=$[i+1]; done
Once I saw the failure after 447 passes ; next time it crashed after 12th iteration.
Attachments
Issue Links
- duplicates
-
HARMONY-2772 [drlvm][gc] test stress.Mix intermittently failed on the em64t platform
- Closed
- incorporates
-
HARMONY-5282 [drlvm][test][smoke] Unexclude tests for clesed JIRA HARMONY-3338
- Closed