Closed
Bug 1535671
Opened 6 years ago
Closed 6 years ago
Remove some complex static initializers in --enable-fuzzing builds.
Categories
(Core :: General, enhancement)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
See https://github.com/mozilla/rr/issues/2329. I think I can work around it, just building now.
| Assignee | ||
Comment 1•6 years ago
|
||
I though this was going to be enough to unbreak rr, but it seems not to be the
case, see https://github.com/mozilla/rr/issues/2329.
In any case avoiding static initializers that initialize PR seems desirable.
| Assignee | ||
Updated•6 years ago
|
Summary: RR is busted on fuzzing builds. → Remove some complex static initializers in --enable-fuzzing builds.
Updated•6 years ago
|
Blocks: fuzzing-ipc-ipdl
Updated•6 years ago
|
Status: NEW → ASSIGNED
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2821cc3fb621
Remove some static initializers that call into PR_GetEnv during initialization unnecessarily. r=truber,posidron
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•