Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'mc' into mc-perf
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 10 Feb 2014 10:15:29 +0000 (11:15 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 10 Feb 2014 10:15:29 +0000 (11:15 +0100)
1  2 
src/mc/mc_checkpoint.c
src/mc/mc_compare.c
src/mc/mc_dwarf.c

Simple merge
@@@ -209,8 -209,8 +209,8 @@@ static int compare_areas_with_type(voi
        // The pointers are both in the heap:
        if(addr_pointed1 > std_heap && (char *)addr_pointed1 < (char*) std_heap + STD_HEAP_SIZE){
          if(!(addr_pointed2 > std_heap && (char *)addr_pointed2 < (char*) std_heap + STD_HEAP_SIZE))
-           xbt_die("Die");
+           return 1;
 -        return compare_heap_area(addr_pointed1, addr_pointed2, NULL, types, other_types, type->dw_type_id, pointer_level); 
 +        return compare_heap_area(addr_pointed1, addr_pointed2, NULL, info, other_info, type->dw_type_id, pointer_level);
        }
  
        // The pointers are both in the current object R/W segment:
Simple merge