X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ca1291c2f63ca6235f4b4885c48413a900aade4..2ddaad87cbb9584159fd9ea054a4dd0dbf1224b2:/examples/simdag/dax/dax_test.c diff --git a/examples/simdag/dax/dax_test.c b/examples/simdag/dax/dax_test.c index 2b90da3a1b..f27ba96651 100644 --- a/examples/simdag/dax/dax_test.c +++ b/examples/simdag/dax/dax_test.c @@ -59,6 +59,12 @@ int main(int argc, char **argv) /* load the DAX file */ dax = SD_daxload(argv[2]); + if (!dax){ + XBT_ERROR("A problem occurred during DAX parsing (cycle or syntax). Do not continue this test"); + free(tracefilename); + SD_exit(); + return -1; + } /* Display all the tasks */ XBT_INFO