From b3dc01c47f746cf3cc528f357d6e604b45c672e1 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 11 Dec 2016 21:14:23 +0000 Subject: [PATCH] Revert "Update segfault error description to b119" This reverts commit 6d58bb0f77d0755b0b9af51bfa453fb8fde0734a. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773671 13f79535-47bb-0310-9956-ffa450edef68 --- java9.sh | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/java9.sh b/java9.sh index 2029b0854..47e6f0567 100755 --- a/java9.sh +++ b/java9.sh @@ -30,15 +30,6 @@ ant \ exit 0 # running with: Java(TM) SE Runtime Environment (build 9-ea+112) -# -# - -Link to bugs relevant to us: -https://bugs.openjdk.java.net/browse/JDK-8152533?jql=labels%20%3D%20apache-poi-interest -https://bugs.openjdk.java.net/secure/IssueNavigator.jspa?reset=true&jqlQuery=labels+%3D+apache-poi-found -https://bugs.openjdk.java.net/browse/JDK-8157678?jql=labels%20in%20%28apache-poi-interest%2C%20apache-poi-found%29 - - # # things found: @@ -48,41 +39,39 @@ https://bugs.openjdk.java.net/browse/JDK-8157678?jql=labels%20in%20%28apache-poi # Affected tests # * org.apache.poi.xslf.usermodel.TestPPTX2PNG # => see https://bugs.openjdk.java.net/browse/JDK-8151725, https://bugs.openjdk.java.net/browse/JDK-8145542, https://bugs.openjdk.java.net/browse/JDK-8041480 -Main issue now: https://bugs.openjdk.java.net/browse/JDK-8041480 => Review ID: JI-9038016 # Java crashed once when running our tests, during the next run the same test did succeed, so it seems to be intermittent - [junit] Reading document/53379.doc with class org.apache.poi.stress.HWPFFileHandler + [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.232 sec + [junit] Running org.apache.poi.hwpf.converter.TestWordToConverterSuite [junit] # [junit] # A fatal error has been detected by the Java Runtime Environment: [junit] # - [junit] # SIGSEGV (0xb) at pc=0x00007fa7e71ba451, pid=3467195, tid=3467211 + [junit] # SIGSEGV (0xb) at pc=0x00007f313e7c7441, pid=2589690, tid=2589706 [junit] # - [junit] # JRE version: Java(TM) SE Runtime Environment (9.0+119) (build 9-ea+119) - [junit] # Java VM: Java HotSpot(TM) 64-Bit Server VM (9-ea+119, mixed mode, tiered, compressed oops, g1 gc, linux-amd64) + [junit] # JRE version: Java(TM) SE Runtime Environment (9.0+112) (build 9-ea+112) + [junit] # Java VM: Java HotSpot(TM) 64-Bit Server VM (9-ea+112, mixed mode, tiered, compressed oops, g1 gc, linux-amd64) [junit] # Problematic frame: - [junit] # V [libjvm.so+0x9a5451] PhaseIdealLoop::idom_no_update(Node*) const [clone .isra.113]+0x11 + [junit] # V [libjvm.so+0x99b441] PhaseIdealLoop::idom_no_update(Node*) const [clone .isra.105]+0x11 [junit] # - [junit] # Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %P" (or dumping to /opt/apache/poi/git-svn/core.3467195) + [junit] # Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %P" (or dumping to /opt/apache/poi/git-svn/core.2589690) [junit] # [junit] # An error report file with more information is saved as: - [junit] # /opt/apache/poi/git-svn/hs_err_pid3467195.log + [junit] # /opt/apache/poi/git-svn/hs_err_pid2589690.log [junit] # [junit] # Compiler replay data is saved as: - [junit] # /opt/apache/poi/git-svn/replay_pid3467195.log + [junit] # /opt/apache/poi/git-svn/replay_pid2589690.log [junit] # [junit] # If you would like to submit a bug report, please visit: [junit] # http://bugreport.java.com/bugreport/crash.jsp [junit] # - [junit] Running org.apache.poi.TestAllFiles + [junit] Running org.apache.poi.hwpf.usermodel.TestTableRow [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec - [junit] Test org.apache.poi.TestAllFiles FAILED (crashed) + [junit] Tests FAILED (crashed) -Also happened at - [junit] Reading document/Bug47731.doc with class org.apache.poi.stress.HWPFFileHandler # Solved issues: