[ https://issues.apache.org/jira/browse/MESOS-2627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
haosdent updated MESOS-2627: ---------------------------- Comment: was deleted (was: {code} (gdb) bt #0 _M_data (this=0x21, __str="command") at /usr/src/debug/gcc-4.4.7-20120601/obj-x86_64-redhat-linux/x86_64-redhat-linux/libstdc++-v3/include/bits/basic_string.h:278 #1 _M_rep (this=0x21, __str="command") at /usr/src/debug/gcc-4.4.7-20120601/obj-x86_64-redhat-linux/x86_64-redhat-linux/libstdc++-v3/include/bits/basic_string.h:286 #2 size (this=0x21, __str="command") at /usr/src/debug/gcc-4.4.7-20120601/obj-x86_64-redhat-linux/x86_64-redhat-linux/libstdc++-v3/include/bits/basic_string.h:629 #3 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare (this=0x21, __str="command") at /usr/src/debug/gcc-4.4.7-20120601/obj-x86_64-redhat-linux/x86_64-redhat-linux/libstdc++-v3/include/bits/basic_string.h:2021 #4 0x00000000004368c5 in operator< <char, std::char_traits<char>, std::allocator<char> > () #5 0x0000000000433f43 in operator() () #6 0x0000000000437f76 in _M_lower_bound () #7 0x0000000000434fd7 in find () #8 0x0000000000432e93 in count () #9 0x000000000042e23d in add () #10 0x00007f12b6d43b71 in flags::FlagsBase::add<JSON::Object> (this=0x19d19d8, option=0x19d1a10, name="command", help="The command to execute.") at ../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:210 #11 0x00007f12b6d4097f in mesos::internal::slave::MesosContainerizerLaunch::Flags::Flags (this=0x19d19d8) at ../../src/slave/containerizer/mesos/launch.cpp:52 #12 0x0000000000431da9 in MesosContainerizerLaunch () #13 0x000000000042ce27 in main () {code} Crash at here {code} MesosContainerizerLaunch::Flags::Flags() { add(&command, "command", "The command to execute."); {code}) > ExamplesTest.PersistentVolumeFramework is flaky > ----------------------------------------------- > > Key: MESOS-2627 > URL: https://issues.apache.org/jira/browse/MESOS-2627 > Project: Mesos > Issue Type: Bug > Environment: OS X Yosemite > Reporter: Cody Maloney > Labels: flaky, flaky-test > > This just failed for the first time on our OS X Bot (Far less frequent flaky > than the other ExamplesTest, but still flaky) while compiling master at > commit f6620f851f635b3346c6ebf878152f38b3932ad9. There weren't any commits > which touched / changed anything in the test in the set. > {code} > [ RUN ] ExamplesTest.PersistentVolumeFramework > ../../src/tests/script.cpp:83: Failure Failed > persistent_volume_framework_test.sh terminated with signal Abort trap: 6 > [ FAILED ] ExamplesTest.PersistentVolumeFramework (7865 ms) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)