forked from OSchip/llvm-project
Dump the process memory map if any of the mappings interleaves with the shadow.
llvm-svn: 151141
This commit is contained in:
parent
e6664762ec
commit
c259ab3cac
|
@ -490,6 +490,8 @@ void __asan_init() {
|
|||
} else {
|
||||
Report("Shadow memory range interleaves with an existing memory mapping. "
|
||||
"ASan cannot proceed correctly. ABORTING.\n");
|
||||
AsanProcMaps proc_maps;
|
||||
proc_maps.Dump();
|
||||
AsanDie();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue