Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-6572

MemberMBeanAttributesDUnitTest testConfigAttributes failed with SIGSEGV

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • jmx
    • None

    Description

      The MemberMBeanAttributesDUnitTest testConfigAttributes test failed in DistributedTestOpenJDK11 CI run 547:

      https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/547

      With this exception:

      org.apache.geode.management.MemberMBeanAttributesDUnitTest > testConfigAttributes FAILED
       org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.test.dunit.rules.DistributedRestoreSystemProperties$$Lambda$161/0x0000000840231c40.run in VM 0 running on Host f32ed46bb850 with 4 VMs
      
      Caused by:
       java.rmi.ConnectException: Connection refused to host: 172.17.0.13; nested exception is: 
       java.net.ConnectException: Connection refused (Connection refused)
      
      Caused by:
       java.net.ConnectException: Connection refused (Connection refused)
      

      The failure is actually a SIGSEGV which is logged in the MemberMBeanAttributesDUnitTest.html file:

      [vm0] #
      [vm0] # A fatal error has been detected by the Java Runtime Environment:
      [vm0] #
      [vm0] # SIGSEGV (0xb) at pc=0x00007f38b7abe1a0, pid=153, tid=222
      [vm0] #
      [vm0] # JRE version: OpenJDK Runtime Environment (11.0.3+1) (build 11.0.3+1-Debian-1)
      [vm0] # Java VM: OpenJDK 64-Bit Server VM (11.0.3+1-Debian-1, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
      [vm0] # Problematic frame:
      [vm0] # V [libjvm.so+0x5271a0]
      [vm0] #
      [vm0] # Core dump will be written. Default location: /home/geode/geode/geode-core/build/distributedTest421/dunit/vm0/core
      [vm0] #
      [vm0] # An error report file with more information is saved as:
      [vm0] # /home/geode/geode/geode-core/build/distributedTest421/dunit/vm0/hs_err_pid153.log
      [vm0] #
      [vm0] # Compiler replay data is saved as:
      [vm0] # /home/geode/geode/geode-core/build/distributedTest421/dunit/vm0/replay_pid153.log
      [vm0] #
      [vm0] # If you would like to submit a bug report, please visit:
      [vm0] # http://bugreport.java.com/bugreport/crash.jsp
      [vm0] #
      

      Unfortunately, I don't see the hs_err_pid153.log file in the tar.

      Attachments

        Activity

          People

            Unassigned Unassigned
            boglesby Barrett Oglesby
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: