haosdent created MESOS-3474: ------------------------------- Summary: ExamplesTest.{TestFramework, JavaFramework, PythonFramework} failed on CentOS 6 Key: MESOS-3474 URL: https://issues.apache.org/jira/browse/MESOS-3474 Project: Mesos Issue Type: Bug Reporter: haosdent
When use linux_launcher.cpp, ExamplesTest.{TestFramework, JavaFramework, PythonFramework} failed. {code} I0920 11:19:04.093004 9939 containerizer.cpp:625] Starting container 'a6c38fef-56c1-4cd7-a99c-252315651500' for executor 'default' of framework '198942f1-00fe-47aa-b61f-6906bece2250-0000' [105/1921] I0920 11:19:04.098449 9945 linux_launcher.cpp:189] Cloning child process with flags = I0920 11:19:04.098449 9946 linux_launcher.cpp:189] Cloning child process with flags = I0920 11:19:04.098453 9943 linux_launcher.cpp:189] Cloning child process with flags = ABORT: (../../src/slave/containerizer/linux_launcher.cpp:215): Failed to synchronize with parent*** Aborted at 1442719144 (unix time) try "date -d @1442719144" if you are using GNU date *** ABORT: (../../src/slave/containerizer/linux_launcher.cpp:215): Failed to synchronize with parent*** Aborted at 1442719144 (unix time) try "date -d @1442719144" if you are using GNU date *** PC: @ 0x3e3b832625 (unknown) *** SIGABRT (@0x26ec) received by PID 9964 (TID 0x7fcf576d6700) from PID 9964; stack trace: *** @ 0x3e3c00f710 (unknown) @ 0x3e3b832625 (unknown) PC: @ 0x3e3b832625 (unknown) *** SIGABRT (@0x26eb) received by PID 9963 (TID 0x7fcf558d3700) from PID 9963; stack trace: *** @ 0x3e3b833e05 (unknown) @ 0x3e3c00f710 (unknown) @ 0x429c4f _Abort() @ 0x3e3b832625 (unknown) @ 0x3e3b833e05 (unknown) @ 0x429c4f _Abort() @ 0x7fcf5e12f6bb mesos::internal::slave::childSetup() @ 0x7fcf5e12f6bb mesos::internal::slave::childSetup() @ 0x7fcf5e13749e _ZNSt5_BindIFPFiPiRK6OptionISt8functionIFivEEEES0_S5_EE6__callIiIEILm0ELm1EEEET_OSt5tupleIIDpT0_EESt12_Index_tupleIIXspT1_EEE @ 0x7fcf5e13749e _ZNSt5_BindIFPFiPiRK6OptionISt8functionIFivEEEES0_S5_EE6__callIiIEILm0ELm1EEEET_OSt5tupleIIDpT0_EESt12_Index_tupleIIXspT1_EEE @ 0x7fcf5e135f0e std::_Bind<>::operator()<>() @ 0x7fcf5e135f0e std::_Bind<>::operator()<>() @ 0x7fcf5e134e1a std::_Function_handler<>::_M_invoke() @ 0x7fcf5e134e1a std::_Function_handler<>::_M_invoke() @ 0x7fcf5def852c std::function<>::operator()() @ 0x7fcf5def852c std::function<>::operator()() @ 0x7fcf5e5d32fd process::childMain() @ 0x7fcf5e5d32fd process::childMain() @ 0x7fcf5e5d8808 _ZNSt5_BindIFPFiRKSsPPcRKN7process10Subprocess2IOES8_S8_S3_RK6OptionISt8functionIFivEEEPiSG_SG_ESsS3_S6_S6_S6_S3_SD_SG_SG_SG_EE6__callIiIEILm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8ELm 9EEEET_OSt5tupleIIDpT0_EESt12_Index_tupleIIXspT1_EEE @ 0x7fcf5e5d8808 _ZNSt5_BindIFPFiRKSsPPcRKN7process10Subprocess2IOES8_S8_S3_RK6OptionISt8functionIFivEEEPiSG_SG_ESsS3_S6_S6_S6_S3_SD_SG_SG_SG_EE6__callIiIEILm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8ELm 9EEEET_OSt5tupleIIDpT0_EESt12_Index_tupleIIXspT1_EEE @ 0x7fcf5e5d7dfc std::_Bind<>::operator()<>() @ 0x7fcf5e5d7dfc std::_Bind<>::operator()<>() @ 0x7fcf5e5d730c std::_Function_handler<>::_M_invoke() @ 0x7fcf5e5d730c std::_Function_handler<>::_M_invoke() @ 0x7fcf5def852c std::function<>::operator()() @ 0x7fcf5def852c std::function<>::operator()() @ 0x7fcf5e12f503 mesos::internal::slave::childMain() @ 0x7fcf5e12f503 mesos::internal::slave::childMain() @ 0x3e3b8e88fd (unknown) @ 0x3e3b8e88fd (unknown) I0920 11:19:05.007531 9939 containerizer.cpp:1264] Executor for container '93444030-9db9-404c-9448-54b49f174d02' has exited I0920 11:19:05.007587 9939 containerizer.cpp:1077] Destroying container '93444030-9db9-404c-9448-54b49f174d02' I0920 11:19:05.011742 9940 cgroups.cpp:2433] Freezing cgroup /cgroup/freezer/mesos/93444030-9db9-404c-9448-54b49f174d02 {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)