-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56466/
-----------------------------------------------------------
(Updated Feb. 8, 2017, 11:50 p.m.)
Review request for mesos, Jie Yu, Kevin Klues, and Jiang Yan Xu.
Changes
-------
Split patch.
Summary (updated)
-----------------
Capture ELF interpreters in the ldd utility.
Bugs: MESOS-7060
https://issues.apache.org/jira/browse/MESOS-7060
Repository: mesos
Description (updated)
-------
The ELF interpreter (ie. program loader) path is not necessarily
specified in the ELF dependencies section but we still need
to capture is as a dependency of an executable program.
Diffs (updated)
-----
src/linux/ldd.cpp dd5c9c55560dc2895763141393fdaf97be66a5a8
Diff: https://reviews.apache.org/r/56466/diff/
Testing
-------
make check (Fedora, Ubuntu)
```
vagrant@vagrant-ubuntu-trusty-64:~/mesos/build/src$ sudo ./mesos-tests
--gtest_filter=*IsolatorTest.ROOT_*
...
[==========] 64 tests from 10 test cases ran. (85512 ms total)
[ PASSED ] 64 tests.
```
Thanks,
James Peach