Details
-
Bug
-
Resolution: Fixed
-
P4
-
11, 15, 16
-
b23
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8319435 | 11.0.23-oracle | Vikrant Agarwal | P4 | Resolved | Fixed | master |
Description
After JDK-8255741, Zero prints the message below for the affected test:
# Internal Error (/home/shade/trunks/jdk/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:257), pid=903938, tid=903939
# fatal error: caught unhandled signal: SIGFPE
Unfortunately, that still does not match the regexp in the test. Seems simple to relax the regexp a bit.
# Internal Error (/home/shade/trunks/jdk/src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:257), pid=903938, tid=903939
# fatal error: caught unhandled signal: SIGFPE
Unfortunately, that still does not match the regexp in the test. Seems simple to relax the regexp a bit.
Attachments
Issue Links
- backported by
-
JDK-8319435 Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErrorTest.java
-
- Resolved
-
- relates to
-
JDK-8072575 Add missing test for 8065895
-
- Resolved
-
-
JDK-8255741 Zero: print signal name in unhandled signal handler
-
- Resolved
-