-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Build, Testing Infrastructure
-
Fully Compatible
-
ALL
-
Platforms 2017-07-10, Platforms 2017-07-31
This would help debug ASAN failures.
The following ASAN_OPTIONS are needed:
abort_on_error=1:disable_coredump=0
The following environment variable also useful to get addresses of leaked objects:
LSAN_OPTIONS=report_objects=1