X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fc90483d87af7c41aa3dabc00a43585c6ea928e0..71c9241aa27344f9f8f02f3c1272af4556691713:/src/mc/mc_liveness.c diff --git a/src/mc/mc_liveness.c b/src/mc/mc_liveness.c index eadd14909e..d11136815a 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,8 +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(); + /* Get .plt section (start and end addresses) for data libsimgrid and data program comparison */ + get_libsimgrid_plt_section(); + get_binary_plt_section(); unsigned int cursor = 0; xbt_state_t state;