Open Bug 1684937 Opened 4 years ago Updated 4 years ago

Maintenance Service fails to launch in ASAN builds

Categories

(Toolkit :: Application Update, defect)

defect

Tracking

()

People

(Reporter: mhowell, Unassigned)

References

Details

When we're building with ASAN enabled, the maintenance service gets that flag set and is built with the ASAN instrumentation, but the required DLL file clang_rt.asan_dynamic-x86_64.dll is not present in the service's install directory, so it can never run. We should either include that file in the maintenance service installer or just disable building the service with ASAN (which I think would be my personal preference because it avoids any other potential issues with the ASAN runtime).

Severity: -- → S4
You need to log in before you can comment on or make changes to this bug.