You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2016/11/04 00:04:58 UTC

[jira] [Commented] (MESOS-2437) SlaveTest.CommandExecutorWithOverride segfault on OSX

    [ https://issues.apache.org/jira/browse/MESOS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634717#comment-15634717 ] 

Benjamin Mahler commented on MESOS-2437:
----------------------------------------

[~kaysoky] can this be closed now?

> SlaveTest.CommandExecutorWithOverride segfault on OSX
> -----------------------------------------------------
>
>                 Key: MESOS-2437
>                 URL: https://issues.apache.org/jira/browse/MESOS-2437
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>            Reporter: Jie Yu
>
> OSX 10.8.5
> gcc-4.8
> {noformat}
> [ RUN      ] SlaveTest.CommandExecutorWithOverride
> 2015-03-03 13:55:27,650:33696(0x11cc42000):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:63419] zk retcode=-4, errno=61(Connection refused): server refused to accept the client
> 2015-03-03 13:55:30,983:33696(0x11cc42000):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:63419] zk retcode=-4, errno=61(Connection refused): server refused to accept the client
> 2015-03-03 13:55:34,318:33696(0x11cc42000):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:63419] zk retcode=-4, errno=61(Connection refused): server refused to accept the client
> 2015-03-03 13:55:37,651:33696(0x11cc42000):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:63419] zk retcode=-4, errno=61(Connection refused): server refused to accept the client
> 2015-03-03 13:55:40,985:33696(0x11cc42000):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:63419] zk retcode=-4, errno=61(Connection refused): server refused to accept the client
> ../../../../mesos/src/tests/slave_tests.cpp:367: Failure
> Failed to wait 15secs for status1
> ../../../../mesos/src/tests/slave_tests.cpp:352: Failure
> Actual function call count doesn't match EXPECT_CALL(sched, statusUpdate(_, _))...
>          Expected: to be called twice
>            Actual: never called - unsatisfied and active
> F0303 13:55:42.214505 2103935360 logging.cpp:57] RAW: Pure virtual method called
> *** Aborted at 1425419742 (unix time) try "date -d @1425419742" if you are using GNU date ***
> PC: @ 0xfffffde4858b097e (unknown)
>     @        0x10a84cdbb  google::LogMessage::Fail()
> *** SIGSEGV (@0xfffffde4858b097e) received by PID 33696 (TID 0x110e10000) stack trace: ***
>     @        0x10a852598  google::RawLog__()
>     @        0x111629f87 os::Bsd::chained_handler()
>     @        0x109f02507  __cxa_pure_virtual
>     @        0x11162d422 JVM_handle_bsd_signal
>     @        0x106663cee  mesos::internal::tests::Cluster::Slaves::shutdown()
>     @     0x7fff8ffe990a _sigtramp
>     @                0x0 (unknown)
>     @        0x106b8cc6e  mesos::internal::tests::MesosTest::ShutdownSlaves()
>     @        0x10a1801e3 _ZZN7process8dispatchIN5mesos8internal5slave22ResourceMonitorProcessERKNS1_11ContainerIDERK8DurationS5_S8_EEvRKNS_3PIDIT_EEMSC_FvT0_T1_ET2_T3_ENKUlPNS_11ProcessBaseEE_clESN_
>     @        0x106b8cc32  mesos::internal::tests::MesosTest::Shutdown()
>     @        0x10a18a5bc _ZNSt17_Function_handlerIFvPN7process11ProcessBaseEEZNS0_8dispatchIN5mesos8internal5slave22ResourceMonitorProcessERKNS5_11ContainerIDERK8DurationS9_SC_EEvRKNS0_3PIDIT_EEMSG_FvT0_T1_ET2_T3_EUlS2_E_E9_M_invokeERKSt9_Any_dataS2_
>     @        0x106b8a259  mesos::internal::tests::MesosTest::TearDown()
>     @        0x10a7d1177 std::function<>::operator()()
>     @        0x106e668b0  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>     @        0x10a7b70f1 process::ProcessBase::visit()
>     @        0x106e619dc  testing::internal::HandleExceptionsInMethodIfSupported<>()
>     @        0x10a7bbf76 process::DispatchEvent::visit()
>     @        0x106e4927e  testing::Test::Run()
>     @        0x10696bd6e process::ProcessBase::serve()
>     @        0x106e49c58  testing::TestInfo::Run()
>     @        0x10a7b3987 process::ProcessManager::resume()
>     @        0x106e4a3d8  testing::TestCase::Run()
>     @        0x10a7a8b68 process::schedule()
>     @        0x106e4f462  testing::internal::UnitTestImpl::RunAllTests()
>     @     0x7fff8fffb772 _pthread_start
>     @        0x106e67721  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
>     @     0x7fff8ffe81a1 thread_start
> Killed: 9
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)