> The "dyld: DYLD_ environment variables being ignored because main executable 
> (/bin/ps) is setuid or setgid" also occurs if, for example, if I run 
> mesos-master.sh, mesos-slave.sh, and test-framework, the slave will output 
> this error after the framework exits, and if I don't kill it almost 
> immediately it crashes my entire machine. Again, running this on OSX Mountain 
> Lion.
>
>
>

>From my experiments so far, this looks like related to "killtree.sh" script
that the process isolation module uses to kill executors. It sounds like
Mountain Lion's 'ps' reports session id as "0" for all processes! The
killtree script tries to kill all processes on the box because, it thinks
all the processes belong to the executor's session (session id = 0)!

@Thomas: Can you let me know what your OSx version is and what the output
of 'ps ax -j' is ? I hope this is not a regression in 0SX's implementation
of 'ps'.



> - Thomas
>
> On March 13th, 2013, 7:13 p.m., Vinod Kone wrote:
>   Review request for mesos, Benjamin Hindman, Thomas Marshall, and Ben
> Mahler.
> By Vinod Kone.
>
> *Updated March 13, 2013, 7:13 p.m.*
> Description
>
> See summary.
>
>   Testing
>
> make check
>
>   Diffs
>
>    - src/tests/slave_recovery_tests.cpp
>    (2a2fa281bba8e00e93a770828f5a93aff5539cf4)
>
> View Diff <https://reviews.apache.org/r/9907/diff/>
>

Reply via email to