Closed
Bug 1384446
Opened 8 years ago
Closed 8 years ago
Crash in mozalloc_abort | NS_DebugBreak | ErrorLoadingSheet
Categories
(Core :: Security: Process Sandboxing, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1385891
Tracking | Status | |
---|---|---|
firefox56 | --- | affected |
People
(Reporter: cpeterson, Unassigned)
References
Details
(Keywords: crash, Whiteboard: sb?)
This bug was filed from the Socorro interface and is
report bp-8f447546-c06d-4886-886d-e20d30170726.
=============================================================
@ Ting-Yu: could this be a regression from your recent fix for bug 1321754? Your fix touched the nsLayoutStylesheetCache::ScrollbarsSheet() function that is in these crash reports' stack traces.
This crash affects both Stylo and non-Stylo users, but there was a spike of almost 200 crash reports in the last 24 hours which is suspicious given recent Stylo changes.
Of the 3537 crash reports with this signature over the last six months, 95% were Windows and 5% were Linux. In contrast, in the last 24 hours, 96% were from Linux and 5% from Windows. Curiously, *none* of the reports from the last six months were from Mac users!
Flags: needinfo?(tlin)
Comment 1•8 years ago
|
||
This is unlikely to be the regression of bug 1321754 nor related to stylo. Loading scrollbar sheet won't fail unless the file is already broken. It's suspicious that all the crashes are due to loading scrollbar sheet, but the spike might come from the same user though.
No longer blocks: 1321754
Flags: needinfo?(tlin)
Reporter | ||
Comment 2•8 years ago
|
||
Thanks. I'll remove the Stylo label, too. It looks like most of the recent crash reports are from a small number of users.
Summary: stylo: ? Crash in mozalloc_abort | NS_DebugBreak | ErrorLoadingSheet → Crash in mozalloc_abort | NS_DebugBreak | ErrorLoadingSheet
Comment 3•8 years ago
|
||
Haik, does this look like a dupe of bug 1380690?
Flags: needinfo?(haftandilian)
Comment 4•8 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #3)
> Haik, does this look like a dupe of bug 1380690?
No, this wouldn't be affected by 1380690 because it's on Linux, but the ErrorLoadingSheet failure is something we had seen on Mac when the repo dir wasn't correctly read-access whitelisted by the sandbox.
And the crash data shows the sandbox level is 3 which was just turned on for Linux. Forwarding the needinfo to gcp to take a look.
The crash metadata shows "Theme: arc-theme" which might be relevant.
Flags: needinfo?(haftandilian) → needinfo?(gpascutto)
Comment 5•8 years ago
|
||
Installing:
https://addons.mozilla.org/en-US/firefox/collections/horst3180/a/
Makes it crash instantly. Maybe a dupe of bug 1385891.
Flags: needinfo?(gpascutto)
Updated•8 years ago
|
Whiteboard: sb?
Updated•8 years ago
|
Component: CSS Parsing and Computation → Security: Process Sandboxing
Comment 6•8 years ago
|
||
Confirmed fixed by bug 1385891.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 7•8 years ago
|
||
I am moving the crash signature from this bug to the real bug 1385891 so Socorro crash report queries show the correct bug.
Crash Signature: [@ mozalloc_abort | NS_DebugBreak | ErrorLoadingSheet]
You need to log in
before you can comment on or make changes to this bug.
Description
•