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

gtest/GTestWrapper.java crashed due to SIGSEGV on Linux-X64

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P4
    • None
    • 13
    • hotspot
    • gc
    • x86_64
    • linux_ubuntu

    Description

      The following test failed in my stress testing for 8153224:

      gtest/GTestWrapper.java

      Here's a snippet from the log file:

      [ RUN ] CollectorPolicy.young_cmd_other_vm_test
      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # SIGSEGV (0xb) at pc=0x0000000000000065, pid=20583, tid=20583
      #
      # JRE version: Java(TM) SE Runtime Environment (13.0) (fastdebug build 13-internal+0-2019-03-27-1030544.dcubed.null)
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 13-internal+0-2019-03-27-1030544.dcubed.null, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
      # Problematic frame:
      # C 0x0000000000000065
      #
      # Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P" (or dumping to /work/shared/bug_hunt/8183909/8153224_exp_for_jdk13/build/linux-x86_64-normal-server-fastdebug/test-support/jtreg_open_test_hotspot_jtreg_tier1/gtest/GTestWrapper/core.20583)
      #
      # An error report file with more information is saved as:
      # /work/shared/bug_hunt/8183909/8153224_exp_for_jdk13/build/linux-x86_64-normal-server-fastdebug/test-support/jtreg_open_test_hotspot_jtreg_tier1/gtest/GTestWrapper/hs_err_pid20583.log
      #
      # If you would like to submit a bug report, please visit:
      # http://bugreport.java.com/bugreport/crash.jsp
      # The crash happened outside the Java Virtual Machine in native code.
      # See problematic frame for where to report the bug.
      #
      Current thread is 20583
      Dumping core ...
      /work/shared/bug_hunt/8183909/8153224_exp_for_jdk13/open/test/hotspot/gtest/gc/shared/test_collectorPolicy.cpp:245: Failure
      Death test: child_CollectorPolicy_young_cmd_()
          Result: died but not with expected exit code:
                  Terminated by signal 6 (core dumped)
      Actual msg:
      [ DEATH ] OKIDOKI
      [ FAILED ] CollectorPolicy.young_cmd_other_vm_test (4877 ms)

      The stack from the hs_err_pid is pretty useless:

      --------------- T H R E A D ---------------
          
      Current thread (0x0000000000f64800): JavaThread "main" [_thread_in_native, id=20583, s

      Stack: [0x00007ffe93192000,0x00007ffe93292000], sp=0x00007ffe9328f1c8, free space=101
      Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM co
      C 0x0000000000000065


      siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000065

      Attachments

        Issue Links

          Activity

            People

              dcubed Daniel Daugherty
              dcubed Daniel Daugherty
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: