X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2be0e4648c5b7055580df1c265b7c43ee6763a46..bdaaac614d1bb0ee8e034fa76862068d57e362ee:/src/simix/smx_deployment.c diff --git a/src/simix/smx_deployment.c b/src/simix/smx_deployment.c index dcd449780d..f3536d7399 100644 --- a/src/simix/smx_deployment.c +++ b/src/simix/smx_deployment.c @@ -126,8 +126,8 @@ void SIMIX_launch_application(const char *file) surf_parse_close(); xbt_assert(!parse_status, "Parse error at %s:%d", file,surf_parse_lineno); } CATCH(e) { - xbt_die("Unrecoverable error at %s:%d: %s", file,surf_parse_lineno, - __xbt_running_ctx_fetch()->exception.msg); //FIXME: that pimple is due to the fact that e.msg does not seem to be set on CATCH(e). The pimple should be removed when the bug is gone. + xbt_die("Unrecoverable error at %s:%d: %s", + file, surf_parse_lineno, e.msg); } }