Closed
Bug 1479131
Opened 7 years ago
Closed 5 years ago
Crash in imgRequestProxy::SetTimingEnabled
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: beldirai, Unassigned)
Details
(Keywords: crash, crashreportid, Whiteboard: [gfx-noted])
Crash Data
Experienced a sudden crash and thought I'd share the crash report. I read somewhere that drive inconsistencies were already weeded out of Firefox, but this crash still claims there's a "driver mismatch" going on. Read below for the data.
This bug was filed from the Socorro interface and is
report bp-a70bf88a-82ea-41d1-a566-1f3ca0180727.
=============================================================
Top 10 frames of crashing thread:
0 xul.dll imgRequestProxy::SetTimingEnabled image/imgRequestProxy.h:214
1 xul.dll mozilla::net::nsLoadGroup::AddRequest netwerk/base/nsLoadGroup.cpp:493
2 xul.dll imgRequestProxy::AddToLoadGroup image/imgRequestProxy.cpp:404
3 xul.dll imgLoader::ValidateRequestWithNewChannel image/imgLoader.cpp:1890
4 xul.dll imgLoader::ValidateEntry image/imgLoader.cpp:2030
5 xul.dll imgLoader::LoadImage image/imgLoader.cpp:2341
6 xul.dll nsContentUtils::LoadImage dom/base/nsContentUtils.cpp:3718
7 xul.dll mozilla::css::ImageLoader::LoadImage layout/style/ImageLoader.cpp:355
8 xul.dll mozilla::css::ImageValue::Initialize layout/style/nsCSSValue.cpp:1438
9 xul.dll nsStyleImageRequest::Resolve layout/style/nsStyleStruct.cpp:2185
=============================================================
Severity: normal → critical
Component: Untriaged → ImageLib
Keywords: crash,
crashreportid
Product: Firefox → Core
Comment 1•7 years ago
|
||
This is a very low volume crash, enough so that I'm not convinced it is a problem in the imagelib code, vs some other broader system issue (e.g. aging hardware).
It was able to QueryInterface from an nsIRequest to an nsITimedChannel / imgRequestProxy, which suggests that it doesn't have a nullptr in nsLoadGroup::AddRequest. imgRequestProxy::SetTimingEnabled checks for nullptr before forwarding the call to the delegate.
Priority: -- → P3
Whiteboard: [gfx-noted]
Comment 2•5 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•