You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 06:56:02 UTC

svn commit: r1131674 - /incubator/mesos/trunk/src/lxc_isolation_module.cpp

Author: benh
Date: Sun Jun  5 04:56:01 2011
New Revision: 1131674

URL: http://svn.apache.org/viewvc?rev=1131674&view=rev
Log:
Possible fix to crash when using LXC?

Modified:
    incubator/mesos/trunk/src/lxc_isolation_module.cpp

Modified: incubator/mesos/trunk/src/lxc_isolation_module.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/lxc_isolation_module.cpp?rev=1131674&r1=1131673&r2=1131674&view=diff
==============================================================================
--- incubator/mesos/trunk/src/lxc_isolation_module.cpp (original)
+++ incubator/mesos/trunk/src/lxc_isolation_module.cpp Sun Jun  5 04:56:01 2011
@@ -178,6 +178,7 @@ LxcIsolationModule::Reaper::Reaper(LxcIs
   
 void LxcIsolationModule::Reaper::operator () ()
 {
+  pause(1); // HACK(matei)
   link(module->slave->getPID());
   while (true) {
     switch (receive(1)) {