Closed
Bug 1581656
Opened 5 years ago
Closed 5 years ago
Default UBSAN_OPTIONS not set in gtest builds
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox71 fixed)
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: tsmith, Assigned: tsmith)
References
Details
Attachments
(1 file)
Default UBSAN_OPTIONS[1][2] do not get set properly in gtest builds. This does not seem to be a problem for the regular Firefox builds. I noticed this because print_stacktrace=1
was not working in gtest builds. Setting it manually at runtime does work.
[1] https://searchfox.org/mozilla-central/rev/7ed8e2d3d1d7a1464ba42763a33fd2e60efcaedc/mozglue/build/UbsanOptions.cpp#10
[2] https://searchfox.org/mozilla-central/source/media/webrtc/trunk/webrtc/build/sanitizers/sanitizer_options.cc#175
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → twsmith
Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/173fab2bebec
Fix default UBSAN_OPTIONS. r=froydnj
Keywords: checkin-needed
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•