-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
STM 2020-09-21
-
2
We noticed in SERVER-49857 that the debuginfo archive was not being extracted for ASAN builds, leading to the mistaken impression that ASAN symbolization was not happening at all. In fact, it was, but the lack of debug info was preventing line numbers from being shown. Here's an example of a build where the debuginfo archive was downloaded but apparently not extracted:
Not having debuginfo extracted for sanitizer builds makes finding the causes of sanitizer failures more difficult, so it would help if we could get that to happen in at least these builds.
- related to
-
SERVER-49857 ASAN Ubuntu 18.04 build variant did not symbolize its output
- Closed