X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b484816accc27d0087512b6d2cd7da35a58d3bf5..bf667234dc6219eb5ee398d5dca36a3a16ec340f:/src/mc/mc_liveness.c diff --git a/src/mc/mc_liveness.c b/src/mc/mc_liveness.c index 38d0ad1921..aa5bd8bfe8 100644 --- a/src/mc/mc_liveness.c +++ b/src/mc/mc_liveness.c @@ -27,7 +27,7 @@ int create_dump(int pair) switch(fork()){ case 0: // We are the child process -- run the actual program - abort(); + xbt_abort(); break; case -1: @@ -266,6 +266,9 @@ void MC_ddfs_init(void){ MC_UNSET_RAW_MEM; + /* Get .plt section (start and end addresses) for data libsimgrid comparison */ + get_plt_section(); + unsigned int cursor = 0; xbt_state_t state;