X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f9669031a1bc6ab9f0ecab2981ba2214ae1c210..c594594f3bf33a81f7641cfb20b915ded71431de:/teshsuite/xbt/parallel_log_crashtest.c diff --git a/teshsuite/xbt/parallel_log_crashtest.c b/teshsuite/xbt/parallel_log_crashtest.c index 05f724f5cc..0ced8a5ebf 100644 --- a/teshsuite/xbt/parallel_log_crashtest.c +++ b/teshsuite/xbt/parallel_log_crashtest.c @@ -17,6 +17,7 @@ int test_amount = 99; /* Up to 999 to not break the logs (and thus the testin int crasher_amount = 99; /* Up to 99 to not break the logs (and thus the testing mecanism) */ int *id; /* to pass a pointer to the threads without race condition */ +int more_info=0; /* SET IT TO TRUE TO GET MORE INFO */ /* * Some additionnal code to let the father wait the childs @@ -31,11 +32,14 @@ xbt_mutex_t dead_end; static void crasher_thread(void *arg) { int id = *(int*)arg; int i; - + for (i=0; i