You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2016/10/22 19:06:58 UTC

[jira] [Created] (MESOS-6453) (libev) select: Invalid argument

Neil Conway created MESOS-6453:
----------------------------------

             Summary: (libev) select: Invalid argument
                 Key: MESOS-6453
                 URL: https://issues.apache.org/jira/browse/MESOS-6453
             Project: Mesos
          Issue Type: Bug
          Components: libprocess
         Environment: Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_X86_64 x86_64
            Reporter: Neil Conway


Running

{noformat}
./src/mesos-tests --gtest_filter="MasterTest.UnreachableTaskAfterFailover" --gtest_repeat=1000 --gtest_break_on_failure
{noformat}

Fails very rarely (once in every few hundred runs) with:

{noformat}
[ RUN      ] MasterTest.UnreachableTaskAfterFailover
I1022 15:04:48.144104 3211264 exec.cpp:162] Version: 1.2.0
I1022 15:04:48.145627 3211264 exec.cpp:237] Executor registered on agent 50b9ea39-3332-4ea6-9021-f0f8157ea572-S0
Received SUBSCRIBED event
Subscribed executor on 192.168.2.22
Received LAUNCH event
Starting task 305a3e5d-e2c2-45c7-a4f9-3df2bcbbb2eb
/Users/neilc/ms/build-mesos/src/mesos-containerizer launch --command="{"shell":true,"value":"sleep 100"}" --help="false"
Forked command at 53196
(libev) select: Invalid argument
*** Aborted at 1477163088 (unix time) try "date -d @1477163088" if you are using GNU date ***
PC: @     0x7fff89c27f06 __pthread_kill
*** SIGABRT (@0x7fff89c27f06) received by PID 31424 (TID 0x700000499000) stack trace: ***
    @     0x7fff8dbff52a _sigtramp
    @        0x112807ffc google::protobuf::static_descriptor_initializer_google_2fprotobuf_2fdescriptor_2eproto_
    @     0x7fff881ec6df abort
    @        0x111ef7b6d ev_syserr
    @        0x111ef8466 select_poll
    @        0x111ef3ed5 ev_run
    @        0x111e5f84b ev_loop()
    @        0x111e5f7b6 process::EventLoop::run()
    @        0x111df36d6 _ZNSt3__114__thread_proxyINS_5tupleIJPFvvEEEEEEPvS5_
    @     0x7fff9847099d _pthread_body
    @     0x7fff9847091a _pthread_start
    @     0x7fff9846e351 thread_start
E1022 15:04:48.820225 4820992 process.cpp:2154] Failed to shutdown socket with fd 13: Socket is not connected
zsh: abort      ./src/mesos-tests --gtest_filter="MasterTest.UnreachableTaskAfterFailover"
E1022 15:04:48.820420 4820992 process.cpp:2154] Failed to shutdown socket with fd 9: Socket is not connected
I1022 15:04:48.820457 3211264 exec.cpp:496] Agent exited ... shutting down
Received SHUTDOWN event
Shutting down
Sending SIGTERM to process tree at pid 53196
[neilc@Neils-MacBook-Pro build-mesos]$ Sent SIGTERM to the following process trees:
[
--- 53196 sleep 100
]
Scheduling escalation to SIGKILL in 3secs from now
Command terminated with signal Terminated: 15 (pid: 53196)
{noformat}




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