Closed
Bug 1735935
Opened 3 years ago
Closed 3 years ago
Configure rlbox library to call MOZ_CRASH on failure
Categories
(Core :: Security: Process Sandboxing, enhancement, P3)
Tracking
()
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: shravanrn, Assigned: shravanrn)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
RLBox right now calls abort
on failure, which seems to bypass some of the crash logging infrastructure in firefox. The new version adds an option to call a different crash routine. We use this to call MOZ_CRASH instead.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/c981fa4490fe
Update rlbox library and configure it to call MOZ_CRASH on failure r=glandium,bholley
Updated•3 years ago
|
Attachment #9246051 -
Attachment is obsolete: true
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
Comment 5•3 years ago
|
||
Backed out for causing sandboxing crashes with the spellchecker (Bug 1736171)
Backout link: https://hg.mozilla.org/integration/autoland/rev/8ad4b1bf184499ef0550b1014f6e7326ed132750
Status: RESOLVED → REOPENED
Flags: needinfo?(shravanrn)
Resolution: FIXED → ---
Target Milestone: 95 Branch → ---
Comment 6•3 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/8ad4b1bf184499ef0550b1014f6e7326ed132750
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(shravanrn)
Summary: Update rlbox library and configure it to call MOZ_CRASH on failure → Configure rlbox library to call MOZ_CRASH on failure
Updated•3 years ago
|
Attachment #9246052 -
Attachment description: Bug 1735935 - Update rlbox library and configure it to call MOZ_CRASH on failure r=glandium,bholley → Bug 1735935 - Configure rlbox library to call MOZ_CRASH on failure r=glandium,bholley
Pushed by bholley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/46e947d2b251
Configure rlbox library to call MOZ_CRASH on failure r=glandium,bholley
Comment 8•3 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 3 years ago → 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•