----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48849/#review138221 -----------------------------------------------------------
Ship it! Ship It! - Alexander Rojas On June 17, 2016, 3:11 p.m., Joerg Schad wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/48849/ > ----------------------------------------------------------- > > (Updated June 17, 2016, 3:11 p.m.) > > > 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 > >
