You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Marc Koderer (JIRA)" <ji...@apache.org> on 2016/02/21 06:44:18 UTC

[jira] [Created] (MESOS-4727) Core dump while running python test framework test-executor

Marc Koderer created MESOS-4727:
-----------------------------------

             Summary: Core dump while running python test framework test-executor
                 Key: MESOS-4727
                 URL: https://issues.apache.org/jira/browse/MESOS-4727
             Project: Mesos
          Issue Type: Bug
          Components: testing
         Environment: OSX 10.11.3, python version: 2.7.10
            Reporter: Marc Koderer


Steps to reproduce:
--------------------------

Follow the Getting started section in documentation:
1.) ./bin/mesos-master.sh --ip=127.0.0.1 --work_dir=/var/lib/mesos
2.) ./bin/mesos-slave.sh --master=127.0.0.1:5050
3.) ./src/examples/python/test-framework 127.0.0.1:5050
4.) start test-executor

Result:
Starting executor
F0220 19:28:51.883116 1957933056 exec.cpp:653] Check failed: slave Cannot parse MESOS_SLAVE_PID '18454'
*** Check failure stack trace: ***
    @        0x1098c910a  google::LogMessage::Fail()
    @        0x1098c8097  google::LogMessage::SendToLog()
    @        0x1098c8dba  google::LogMessage::Flush()
    @        0x1098cfc28  google::LogMessageFatal::~LogMessageFatal()
    @        0x1098c9545  google::LogMessageFatal::~LogMessageFatal()
    @        0x10738d7ad  mesos::MesosExecutorDriver::start()
    @        0x10738ef7a  mesos::MesosExecutorDriver::run()
    @        0x1071969d1  mesos::python::MesosExecutorDriverImpl_run()
    @        0x106779001  PyEval_EvalFrameEx
    @        0x106775715  PyEval_EvalCodeEx
    @        0x1067750e0  PyEval_EvalCode
    @        0x106795242  run_mod
    @        0x1067952e5  PyRun_FileExFlags
    @        0x106794e34  PyRun_SimpleFileExFlags
    @        0x1067a6731  Py_Main
    @     0x7fff852985ad  start
	Abort trap: 6

Core dump trace:

$ lldb -c /cores/core.19339

(lldb) pla sta
  Platform: host
    Triple: x86_64-apple-macosx
OS Version: 10.11.3 (15D21)
    Kernel: Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64
  Hostname: 127.0.0.1
WorkingDir: /Users/marc/git/mesos/build/src/examples/python
(lldb) bt
* thread #1: tid = 0x0000, 0x00007fff88d51002 libsystem_kernel.dylib`__pthread_kill + 10, stop reason = signal SIGSTOP
  * frame #0: 0x00007fff88d51002 libsystem_kernel.dylib`__pthread_kill + 10
    frame #1: 0x00007fff95d575c5 libsystem_pthread.dylib`pthread_kill + 90
    frame #2: 0x00007fff847916e7 libsystem_c.dylib`abort + 129
    frame #3: 0x000000010719de86 _mesos.so`::DumpStackTraceAndExit() + 118 at utilities.cc:147
    frame #4: 0x000000010718910a _mesos.so`::Fail() + 10 at logging.cc:1458
    frame #5: 0x0000000107188097 _mesos.so`::SendToLog() + 1207 at logging.cc:1412
    frame #6: 0x0000000107188dba _mesos.so`::Flush() + 378 at logging.cc:1281
    frame #7: 0x000000010718fc28 _mesos.so`::~LogMessageFatal() + 24 at logging.cc:1984
    frame #8: 0x0000000107189545 _mesos.so`::~LogMessageFatal() + 21 at logging.cc:1983
    frame #9: 0x0000000104c4d7ad _mesos.so`::start() + 3005 at exec.cpp:653
    frame #10: 0x0000000104c4ef7a _mesos.so`::run() + 26 at exec.cpp:799
    frame #11: 0x0000000104a569d1 _mesos.so`::MesosExecutorDriverImpl_run() + 97 at mesos_executor_driver_impl.cpp:296
    frame #12: 0x000000010403f001 Python`PyEval_EvalFrameEx + 14074
    frame #13: 0x000000010403b715 Python`PyEval_EvalCodeEx + 1583
    frame #14: 0x000000010403b0e0 Python`PyEval_EvalCode + 54
    frame #15: 0x000000010405b242 Python`run_mod + 53
    frame #16: 0x000000010405b2e5 Python`PyRun_FileExFlags + 133
    frame #17: 0x000000010405ae34 Python`PyRun_SimpleFileExFlags + 698
    frame #18: 0x000000010406c731 Python`Py_Main + 3137
    frame #19: 0x00007fff852985ad libdyld.dylib`start + 1



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