You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jared Stewart (JIRA)" <ji...@apache.org> on 2017/07/27 22:18:00 UTC

[jira] [Created] (GEODE-3326) ConcurrentDeployDUnitTest fails intermittently

Jared Stewart created GEODE-3326:
------------------------------------

             Summary: ConcurrentDeployDUnitTest fails intermittently
                 Key: GEODE-3326
                 URL: https://issues.apache.org/jira/browse/GEODE-3326
             Project: Geode
          Issue Type: Bug
          Components: management, tests
            Reporter: Jared Stewart


{noformat}
One of my precheckins from yesterday core dumped after ConcurrentDeployDUnitTest failed...

org.apache.geode.management.internal.cli.commands.ConcurrentDeployDUnitTest > testMultipleGfshClientToOneServer FAILED
    java.lang.AssertionError: java.util.concurrent.TimeoutException: Timed out waiting 60000 milliseconds for AsyncInvocation to complete.
        at org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:366)
        at org.apache.geode.management.internal.cli.commands.ConcurrentDeployDUnitTest.testMultipleGfshClientToOneServer(ConcurrentDeployDUnitTest.java:67)

        Caused by:
        java.util.concurrent.TimeoutException: Timed out waiting 60000 milliseconds for AsyncInvocation to complete.
            at org.apache.geode.test.dunit.AsyncInvocation.timeoutIfAlive(AsyncInvocation.java:471)
            at org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:340)
            at org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:364)
            ... 1 more
[CodeBlob (0x00007fedb7fd1d50)]
Framesize: 2
Runtime Stub (0x00007fedb7fd1d50): handle_exception_from_callee Runtime1 stub
Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (sharedRuntime.cpp:834), pid=1, tid=0x00007fed6c6ec700
#  fatal error: exception happened outside interpreter, nmethods and vtable stubs at pc 0x00007fedb7fd1e31
#
# JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-b11 mixed mode linux-amd64 compressed oops)
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/build/ae3c03f4/geode/geode-core/build/distributedTest937/hs_err_pid1.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)