[
https://issues.apache.org/jira/browse/MESOS-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902138#comment-13902138
]
Benjamin Mahler commented on MESOS-1006:
----------------------------------------
+[~benjaminhindman], looks like this might be the token parsing code? [This
line|https://github.com/apache/mesos/blob/db6974bb10612bc3e9a012364cb108ab9bd2c72a/3rdparty/libprocess/3rdparty/stout/include/stout/os/osx.hpp#L103]
looks suspect.
> Invalid free when in ProcessIsolator Usage when executing a short task
> ----------------------------------------------------------------------
>
> Key: MESOS-1006
> URL: https://issues.apache.org/jira/browse/MESOS-1006
> Project: Mesos
> Issue Type: Bug
> Affects Versions: 0.17.0
> Environment: MacOS 10.9.1
> Reporter: Florian Douetteau
>
> 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
> [email protected]: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
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)