Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8216142

SIGSEGV in frame::verify_deopt_original_pc(CompiledMethod*, long*)+0x15

XMLWordPrintable

      Application executed with ' -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:+DeoptimizeALot' crashes:
      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # SIGSEGV (0xb) at pc=0x000000010a2dfc17, pid=57873, tid=62219
      #
      # JRE version: Java(TM) SE Runtime Environment (13.0) (fastdebug build 13-internal+0-2019-01-03-0738241.leonid.mesnik.jdk-clean)
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 13-internal+0-2019-01-03-0738241.leonid.mesnik.jdk-clean, mixed mode, sharing, compressed oops, g1 gc, bsd-amd64)
      # Problematic frame:
      # V [libjvm.dylib+0x4dfc17] frame::verify_deopt_original_pc(CompiledMethod*, long*)+0x15
      #
      # Core dump will be written. Default location: /cores/core.57873
      #
      # If you would like to submit a bug report, please visit:
      # http://bugreport.java.com/bugreport/crash.jsp
      #

      --------------- S U M M A R Y ------------

      Command Line: -XX:MaxRAMPercentage=6 -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:+DeoptimizeALot -XX:MaxRAMPercentage=50 -XX:+HeapDumpOnOutOfMemoryError -XX:+CrashOnOutOfMemoryError -Djava.net.preferIPv6Addresses=false -XX:+DisplayVMOutputToStderr -XX:+UsePerfData -Xlog:gc*,gc+heap=debug:gc.log:uptime,timemillis,level,tags -XX:+DisableExplicitGC -XX:+StartAttachListener -XX:NativeMemoryTracking=detail -XX:+FlightRecorder --add-exports=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xerces.internal.parsers=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED -Djava.io.tmpdir=/scratch/mesos/slaves/2dd962d0-8988-479b-a804-57ab764ada59-S95607/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/6890ba22-b013-431f-87d1-cc40ae65e850/runs/32e6fe3b-c7e4-4329-8b43-c8d331aed48a/testOutput/test-support/jtreg_closed_test_hotspot_jtreg_applications_kitchensink_Kitchensink8H_java/scratch/0/java.io.tmpdir -Duser.home=/scratch/mesos/slaves/2dd962d0-8988-479b-a804-57ab764ada59-S95607/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/6890ba22-b013-431f-87d1-cc40ae65e850/runs/32e6fe3b-c7e4-4329-8b43-c8d331aed48a/testOutput/test-support/jtreg_closed_test_hotspot_jtreg_applications_kitchensink_Kitchensink8H_java/scratch/0/user.home applications.kitchensink.process.stress.Main /scratch/mesos/slaves/2dd962d0-8988-479b-a804-57ab764ada59-S95607/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/6890ba22-b013-431f-87d1-cc40ae65e850/runs/32e6fe3b-c7e4-4329-8b43-c8d331aed48a/testOutput/test-support/jtreg_closed_test_hotspot_jtreg_applications_kitchensink_Kitchensink8H_java/scratch/0/kitchensink.final.properties

      Host: MacPro5,1 x86_64 3200 MHz, 8 cores, 8G, Darwin 17.5.0
      Time: Thu Jan 3 13:10:43 2019 GMT elapsed time: 15925 seconds (0d 4h 25m 25s)

      --------------- T H R E A D ---------------

      Current thread (0x00007fd1c1ff5000): JavaThread "Program Runner for xml.transform" [_thread_in_vm, id=62219, stack(0x0000700007cd2000,0x0000700007dd2000)]

      Stack: [0x0000700007cd2000,0x0000700007dd2000], sp=0x0000000114925f2c, free space=18014278254801231k
      Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
      V [libjvm.dylib+0x4dfc17] frame::verify_deopt_original_pc(CompiledMethod*, long*)+0x15

      Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
      j org.w3c.tidy.Lexer.getToken(S)Lorg/w3c/tidy/Node;+1434
      j org.w3c.tidy.ParserImpl$ParseInline.parse(Lorg/w3c/tidy/Lexer;Lorg/w3c/tidy/Node;S)V+192
      j org.w3c.tidy.ParserImpl.parseTag(Lorg/w3c/tidy/Lexer;Lorg/w3c/tidy/Node;S)V+66
      j org.w3c.tidy.ParserImpl.access$0(Lorg/w3c/tidy/Lexer;Lorg/w3c/tidy/Node;S)V+3
      j org.w3c.tidy.ParserImpl$ParseBody.parse(Lorg/w3c/tidy/Lexer;Lorg/w3c/tidy/Node;S)V+1014
      j org.w3c.tidy.ParserImpl.parseTag(Lorg/w3c/tidy/Lexer;Lorg/w3c/tidy/Node;S)V+66
      j org.w3c.tidy.ParserImpl.access$0(Lorg/w3c/tidy/Lexer;Lorg/w3c/tidy/Node;S)V+3
      j org.w3c.tidy.ParserImpl$ParseHTML.parse(Lorg/w3c/tidy/Lexer;Lorg/w3c/tidy/Node;S)V+616
      j org.w3c.tidy.ParserImpl.parseDocument(Lorg/w3c/tidy/Lexer;)Lorg/w3c/tidy/Node;+140
      j org.w3c.tidy.Tidy.parse(Ljava/io/InputStream;Ljava/lang/String;Ljava/io/OutputStream;)Lorg/w3c/tidy/Node;+191
      j org.w3c.tidy.Tidy.parse(Ljava/io/InputStream;Ljava/io/OutputStream;)Lorg/w3c/tidy/Node;+6
      j spec.benchmarks.xml.transform.ExtOutputStream.runTidy()V+66
      j spec.benchmarks.xml.transform.ExtOutputStream.check(Ljava/lang/String;)V+34
      j spec.benchmarks.xml.transform.ExtOutputStream.checkResult(I)V+34
      j spec.benchmarks.xml.transform.Main.transform(Ljavax/xml/transform/Transformer;Ljavax/xml/transform/Source;Ljava/lang/String;I)V+27
      j spec.benchmarks.xml.transform.Main.executeWorkload()V+135
      j spec.benchmarks.xml.transform.Main.harnessMain()V+8
      j spec.benchmarks.xml.transform.Main.setupBenchmark()V+182
      v ~StubRoutines::call_stub
      j jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 java.base@13-internal
      j jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100 java.base@13-internal
      J 28613 c2 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; java.base@13-internal (65 bytes) @ 0x0000000114bfaeb0 [0x0000000114bfaca0+0x0000000000000210]
      j spec.harness.ProgramRunner.invokeBmSetupBenchmark()V+9
      j spec.harness.ProgramRunner.runBenchmark()Z+646
      j spec.harness.ProgramRunner.run()V+16
      v ~StubRoutines::call_stub

            jcm Jamsheed C M (Inactive)
            lmesnik Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: