Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into master
[simgrid.git] / src / kernel / context / ContextUnix.cpp
index a861b24..4bd1ddc 100644 (file)
@@ -127,7 +127,7 @@ void UContext::smx_ctx_sysv_wrapper(int i1, int i2)
     XBT_DEBUG("Caught a StopRequest");
   } catch (simgrid::Exception const& e) {
     XBT_INFO("Actor killed by an uncatched exception %s", simgrid::xbt::demangle(typeid(e).name()).get());
-    throw e;
+    throw;
   }
   context->Context::stop();
   ASAN_ONLY(context->asan_stop_ = true);