From: Marion Guthmuller Date: Wed, 2 Jan 2013 17:59:52 +0000 (+0100) Subject: model-checker : use xbt_abort after exhaustive exploration X-Git-Tag: v3_9_rc1~86^2~44 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2fdde967b33a0a232a3988254536fc6d4dbf33b7?hp=c8cb025267aaf5869a961e6606d13369c6701801;ds=sidebyside model-checker : use xbt_abort after exhaustive exploration --- diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index b7ed883891..5ebe09ea70 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -290,6 +290,7 @@ void MC_exit(void) { xbt_free(mc_time); MC_memory_exit(); + xbt_abort(); }