Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.17.0
-
None
-
None
-
MacOS 10.9.1
Description
Executing:
mesos execute --command=/bin/ls --master=127.0.0.1:5050 --name=test
Slave Log:
I0214 11:46:34.732306 294408192 status_update_manager.cpp:367] Forwarding status update TASK_RUNNING (UUID: 956f2268-f677-4ff0-86d2-95e338b11447) for task test of framework 201402141053-16777343-5050-50707-0010 to master@127.0.0.1:5050
I0214 11:46:34.732408 296017920 slave.cpp:1882] Sending acknowledgement for status update TASK_RUNNING (UUID: 956f2268-f677-4ff0-86d2-95e338b11447) for task test of framework 201402141053-16777343-5050-50707-0010 to executor(1)@127.0.0.1:57686
I0214 11:46:34.772078 294408192 status_update_manager.cpp:392] Received status update acknowledgement (UUID: 956f2268-f677-4ff0-86d2-95e338b11447) for task test of framework 201402141053-16777343-5050-50707-0010
mesos-slave(52021,0x1119cb000) malloc: *** error for object 0x79702e72657672: pointer being freed was not allocated
-
-
- set a breakpoint in malloc_error_break to debug
- Aborted at 1392407195 (unix time) try "date -d @1392407195" if you are using GNU date ***
PC: @ 0x7fff8f602866 __pthread_kill - SIGABRT (@0x7fff8f602866) received by PID 52021 (TID 0x1119cb000) stack trace: ***
@ 0x7fff907a35aa _sigtramp
@ 0x0 (unknown)
@ 0x7fff8d43ebba abort
@ 0x7fff8d3ba093 free
@ 0x1101a11c2 std::__1::vector<>::erase()
@ 0x110197dcb os::process()
@ 0x11019eaad os::processes()
@ 0x110198957 os::children()
@ 0x1101939f3 mesos::internal::slave::ProcessIsolator::usage()
@ 0x1101115d3 ZZN7process8dispatchIN5mesos18ResourceStatisticsENS1_8internal5slave8IsolatorERKNS1_11FrameworkIDERKNS1_10ExecutorIDES6_S9_EENS_6FutureIT_EERKNS_3PIDIT0_EEMSG_FSE_T1_T2_ET3_T4_ENKS0_IS2_S5_S8_SB_S6_S9_EUlPNS_11ProcessBaseEE_clESS
@ 0x11036cd13 process::ProcessBase::visit()
@ 0x1103640d2 process::ProcessManager::resume()
@ 0x110363c2f process::schedule()
@ 0x7fff8b269899 _pthread_body
@ 0x7fff8b26972a _pthread_start
@ 0x7fff8b26dfc9 thread_start
Abort trap: 6
-
Attachments
Issue Links
- duplicates
-
MESOS-963 Compile fails on 10.9
- Resolved