зеркало из https://github.com/microsoft/msquic.git
Added `disable_coredump=0` environment variable (#127)
This environment variable tells ASAN to use `madvise` to indicate to the kernel not to include reserved-but-not-commited memory in core dumps.
This commit is contained in:
Родитель
f856bf8cd0
Коммит
a8d7ae83fb
|
@ -142,7 +142,7 @@ function Start-Executable {
|
|||
}
|
||||
} else {
|
||||
$pinfo.FileName = "bash"
|
||||
$pinfo.Arguments = "-c `"ulimit -c unlimited && $($Path) $($Arguments) && echo Done`""
|
||||
$pinfo.Arguments = "-c `"ulimit -c unlimited && ASAN_OPTIONS=disable_coredump=0 $($Path) $($Arguments) && echo Done`""
|
||||
$pinfo.WorkingDirectory = $LogDir
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче