Details
-
Bug
-
Resolution: Fixed
-
P4
-
13
-
b22
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226631 | 11.0.5 | Thomas Stuefe | P4 | Resolved | Fixed | b01 |
Description
-XX:ErrorHandlerTest=13 may sometimes fail to trigger the expected crash. We see this on Windows. Where one would expect a ACCESS_VIOLATION, the VM just quits immediately.
The test jumps to an invalid function pointer. We may see here some sort of intrusion prevention.
All these tests invoke undefined behavior but the other tests behave in the expected fashion.
I propose to exclude this case from the test since analyzing why exactly it quits immediately on Windows could be done but is not worth the effort.
The test jumps to an invalid function pointer. We may see here some sort of intrusion prevention.
All these tests invoke undefined behavior but the other tests behave in the expected fashion.
I propose to exclude this case from the test since analyzing why exactly it quits immediately on Windows could be done but is not worth the effort.
Attachments
Issue Links
- backported by
-
JDK-8226631 [TESTBUG] runtime/ErrorHandling/ErrorHandler.java fails intermittently for case 13 on Windows
- Resolved