Closed
Bug 1463822
Opened 7 years ago
Closed 7 years ago
Crash in static void ErrorLoadingSheet
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: marcia, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-259c6f97-fdf6-4a82-a551-ab5c00180520.
=============================================================
Seen in nightly 62, but also in 61: https://bit.ly/2KQDXYp
Crash reason for all 62 crashes is LoadSheetSync failed with error 8052000b loading built-in stylesheet 'resource://gre/res/svg.css'
Top 10 frames of crashing thread:
0 mozglue.dll MOZ_CrashOOL mfbt/Assertions.cpp:33
1 xul.dll static void ErrorLoadingSheet layout/style/nsLayoutStylesheetCache.cpp:744
2 xul.dll nsLayoutStylesheetCache::LoadSheet layout/style/nsLayoutStylesheetCache.cpp:775
3 xul.dll nsLayoutStylesheetCache::LoadSheetURL layout/style/nsLayoutStylesheetCache.cpp:429
4 xul.dll nsLayoutStylesheetCache::nsLayoutStylesheetCache layout/style/nsLayoutStylesheetCache.cpp:334
5 xul.dll nsLayoutStylesheetCache::Singleton layout/style/nsLayoutStylesheetCache.cpp:371
6 xul.dll nsDocumentViewer::CreateStyleSet layout/base/nsDocumentViewer.cpp:2456
7 xul.dll nsDocumentViewer::InitPresentationStuff layout/base/nsDocumentViewer.cpp:791
8 xul.dll nsDocumentViewer::InitInternal layout/base/nsDocumentViewer.cpp:1044
9 xul.dll nsDocumentViewer::Init layout/base/nsDocumentViewer.cpp:769
=============================================================
Comment 1•7 years ago
|
||
The error in there says NS_ERROR_FILE_CORRUPTED...
Updated•7 years ago
|
Priority: -- → P2
Comment 2•7 years ago
|
||
(In reply to Emilio Cobos Álvarez [:emilio] from comment #1)
> The error in there says NS_ERROR_FILE_CORRUPTED...
Thi reminds me a similar crash which heycam fighted with a while ago... That was also related to failing to load built-in stylesheet, but I cannot find the bug off-hand...
Comment 3•7 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Crash Signature: [@ static void ErrorLoadingSheet] → [@ static void ErrorLoadingSheet]
[@ ErrorLoadingSheet]
Comment 5•6 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Keywords: regression
Updated•6 years ago
|
Crash Signature: [@ static void ErrorLoadingSheet]
[@ ErrorLoadingSheet] → [@ static void ErrorLoadingSheet]
[@ ErrorLoadingSheet]
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•