-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48849/
-----------------------------------------------------------

Review request for mesos, Alexander Rojas and Till Toenshoff.


Bugs: MESOS-5629
    https://issues.apache.org/jira/browse/MESOS-5629


Repository: mesos


Description
-------

Previously we captured `this` in the lambda. As we store the lamda in
the FilesProcess accessing `this` can lead to segmentation faults.
The problem here ist that the `Framework` might go out of scope and
hence `this` might be a dangling pointer.


Diffs
-----

  src/slave/slave.cpp 0af04d6fe53f92e03905fb7b3bec72b09d5e8e57 

Diff: https://reviews.apache.org/r/48849/diff/


Testing
-------

make check


Thanks,

Joerg Schad

Reply via email to