Closed
Bug 598790
Opened 14 years ago
Closed 9 years ago
Firefox 4.0b6 crash [@ nsPrefetchNode::OnStopRequest(nsIRequest*, nsISupports*, unsigned int) ]
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: scoobidiver, Assigned: mcmanus)
References
Details
(Keywords: crash, regression, Whiteboard: [necko-active])
Crash Data
Attachments
(1 file)
1.17 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Build : Mozilla/5.0 (Windows 5.1.2600 Service Pack 3; rv:2.0b6) Gecko/20100101
Firefox/4.0b6
This is a crash signature that is present in 4.0b5 and 4.0b6.
It is #86 top crasher for the last 2 weeks in 4.0b6.
Signature nsPrefetchNode::OnStopRequest(nsIRequest*, nsISupports*, unsigned int)
UUID fba33e4d-0bbb-4488-b870-871fa2100919
Time 2010-09-19 19:45:48.82723
Uptime 94610
Install Age 181579 seconds (2.1 days) since version was first installed.
Product Firefox
Version 4.0b6
Build ID 20100914083612
Branch 2.0
OS Windows NT
OS Version 6.1.7600
CPU x86
CPU Info AuthenticAMD family 15 model 107 stepping 2
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0x0
App Notes AdapterVendorID: 1002, AdapterDeviceID: 9610
Crashing Thread
Frame Module Signature [Expand] Source
0 xul.dll nsPrefetchNode::OnStopRequest uriloader/prefetch/nsPrefetchService.cpp:338
1 xul.dll nsHTTPCompressConv::OnStopRequest netwerk/streamconv/converters/nsHTTPCompressConv.cpp:127
2 xul.dll nsStreamListenerTee::OnStopRequest netwerk/base/src/nsStreamListenerTee.cpp:71
3 xul.dll nsHttpChannel::OnStopRequest netwerk/protocol/http/nsHttpChannel.cpp:3912
4 xul.dll nsInputStreamPump::OnStateStop netwerk/base/src/nsInputStreamPump.cpp:578
5 xul.dll nsInputStreamPump::OnInputStreamReady netwerk/base/src/nsInputStreamPump.cpp:403
6 xul.dll nsInputStreamReadyEvent::Run xpcom/io/nsStreamUtils.cpp:112
7 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:547
8 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:110
9 xul.dll xul.dll@0xb95e03
10 xul.dll MessageLoop::RunInternal ipc/chromium/src/base/message_loop.cc:219
11 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:202
12 xul.dll SearchTable obj-firefox/xpcom/build/pldhash.c:439
13 xul.dll _SEH_epilog4
Reporter | ||
Comment 1•14 years ago
|
||
It is #81 top crasher in 4.0b7 for the last week.
Updated•14 years ago
|
Crash Signature: [@ nsPrefetchNode::OnStopRequest(nsIRequest*, nsISupports*, unsigned int) ]
![]() |
||
Comment 2•13 years ago
|
||
This is around in relatively low volume on 8, but also in other versions, even 11.0a1 trunk.
Comment 3•13 years ago
|
||
I just got this yesterday in Firefox 9.0.1 under incognito.
https://crash-stats.mozilla.com/report/index/bp-cde86c35-f534-4385-a4d0-5f44f2120124
not sure it's the same crash though.
Comment 4•13 years ago
|
||
This signature surfaced in today's Firefox 11 explosive report: https://crash-analysis.mozilla.com/rkaiser/2012-04-11/2012-04-11.firefox.11.explosiveness.html.
Updated•9 years ago
|
Crash Signature: [@ nsPrefetchNode::OnStopRequest(nsIRequest*, nsISupports*, unsigned int) ] → [@ nsPrefetchNode::OnStopRequest(nsIRequest*, nsISupports*, unsigned int) ]
[@ nsPrefetchNode::OnStopRequest ]
Assignee | ||
Comment 5•9 years ago
|
||
fennec sees very low volume of this - its a null deref easily fixed.
https://crash-stats.mozilla.com/signature/?signature=nsPrefetchNode%3A%3AOnStopRequest&_columns=date&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=reason&_columns=address&page=1#reports
Assignee: nobody → mcmanus
Whiteboard: [necko-active]
Assignee | ||
Comment 6•9 years ago
|
||
Assignee | ||
Comment 7•9 years ago
|
||
Assignee | ||
Comment 8•9 years ago
|
||
Attachment #8716366 -
Flags: review?(bzbarsky)
![]() |
||
Comment 9•9 years ago
|
||
Comment on attachment 8716366 [details] [diff] [review]
nullcheck canceled channel in prefetchnode::onstoprequest
r=me
Attachment #8716366 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 10•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/502bdaff5cc9fbaa3ab5796113bf9b25e7996821
Bug 598790 - nullcheck canceled channel in prefetchnode::onstoprequest r=bz
Comment 11•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•