X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/67853231cc4fc6f6c80e5e013ffef12fec656a49..00c0af024790b2d3b5b3de59dba99a3fdefba265:/src/xbt/context.c diff --git a/src/xbt/context.c b/src/xbt/context.c index c01edd42a2..c33311c2aa 100644 --- a/src/xbt/context.c +++ b/src/xbt/context.c @@ -175,10 +175,13 @@ static ex_ctx_t *__context_ex_ctx(void) static void __context_ex_terminate(xbt_ex_t *e) { xbt_ex_display(e); + abort(); + /* FIXME: there should be a configuration variable to choose this if(current_context!=init_context) __context_exit(current_context, e->value); else abort(); + */ } /** \name Functions