You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2014/08/26 19:06:00 UTC

[jira] [Reopened] (MESOS-1705) SubprocessTest.Status sometimes flakes out

     [ https://issues.apache.org/jira/browse/MESOS-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone reopened MESOS-1705:
-------------------------------


Still seems to be flaky after disabling SIGTERM handling.

[ RUN      ] SubprocessTest.Status
W0825 23:36:57.464468 28970 glog.hpp:41] RAW: Received signal SIGTERM; exiting.
src/tests/subprocess_tests.cpp:92: Failure
Value of: WIFSIGNALED(status)
  Actual: false
Expected: true
src/tests/subprocess_tests.cpp:93: Failure
Value of: (((*(int *) &(status))) & 0x7f)
  Actual: 0
Expected: 15
[  FAILED  ] SubprocessTest.Status (60238 ms)




> SubprocessTest.Status sometimes flakes out
> ------------------------------------------
>
>                 Key: MESOS-1705
>                 URL: https://issues.apache.org/jira/browse/MESOS-1705
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.0
>            Reporter: Timothy St. Clair
>            Assignee: Vinod Kone
>            Priority: Minor
>              Labels: build
>             Fix For: 0.20.0
>
>
> It's a pretty rare event, but happened more then once.  
> [ RUN      ] SubprocessTest.Status
> *** Aborted at 1408023909 (unix time) try "date -d @1408023909" if you are using GNU date ***
> PC: @       0x35700094b1 (unknown)
> *** SIGTERM (@0x3e8000041d8) received by PID 16872 (TID 0x7fa9ea426780) from PID 16856; stack trace: ***
>     @       0x3570435cb0 (unknown)
>     @       0x35700094b1 (unknown)
>     @       0x3570009d9f (unknown)
>     @       0x357000e726 (unknown)
>     @       0x3570015185 (unknown)
>     @           0x5ead42 process::childMain()
>     @           0x5ece8d std::_Function_handler<>::_M_invoke()
>     @           0x5eac9c process::defaultClone()
>     @           0x5ebbd4 process::subprocess()
>     @           0x55a229 process::subprocess()
>     @           0x55a846 process::subprocess()
>     @           0x54224c SubprocessTest_Status_Test::TestBody()
>     @     0x7fa9ea460323 (unknown)
>     @     0x7fa9ea455b67 (unknown)
>     @     0x7fa9ea455c0e (unknown)
>     @     0x7fa9ea455d15 (unknown)
>     @     0x7fa9ea4593a8 (unknown)
>     @     0x7fa9ea459647 (unknown)
>     @           0x422466 main
>     @       0x3570421d65 (unknown)
>     @           0x4260bd (unknown)
> [       OK ] SubprocessTest.Status (153 ms)



--
This message was sent by Atlassian JIRA
(v6.2#6252)