X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe304706848f0a64477d4687b3ea97d5b9a0c35c..afa62e573131c8a346d4703b58037ee1ff80e69e:/src/surf/HostImpl.cpp diff --git a/src/surf/HostImpl.cpp b/src/surf/HostImpl.cpp index ff008bafaa..d38f868815 100644 --- a/src/surf/HostImpl.cpp +++ b/src/surf/HostImpl.cpp @@ -88,7 +88,7 @@ HostImpl::~HostImpl() msg += "\n\t" + std::string(process.get_name()); SIMIX_display_process_status(); - THROWF(arg_error, 0, "%s", msg.c_str()); + xbt_die("%s", msg.c_str()); } for (auto const& arg : actors_at_boot_) delete arg;