Open
Bug 1221357
Opened 10 years ago
Updated 1 year ago
Startup crash in nsHTMLDocument::StartDocumentLoad
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
NEW
People
(Reporter: u279076, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-e81a90da-087e-4d84-993c-110c62151103.
=============================================================
0 @0x196df540
1 xul.dll nsHTMLDocument::StartDocumentLoad(char const*, nsIChannel*, nsILoadGroup*, nsISupports*, nsIStreamListener**, bool, nsIContentSink*) dom/html/nsHTMLDocument.cpp
2 xul.dll nsContentDLF::CreateDocument(char const*, nsIChannel*, nsILoadGroup*, nsIDocShell*, nsID const&, nsIStreamListener**, nsIContentViewer**) layout/build/nsContentDLF.cpp
3 xul.dll nsContentDLF::CreateInstance(char const*, nsIChannel*, nsILoadGroup*, nsACString_internal const&, nsIDocShell*, nsISupports*, nsIStreamListener**, nsIContentViewer**) layout/build/nsContentDLF.cpp
4 xul.dll nsDocShell::NewContentViewerObj(nsACString_internal const&, nsIRequest*, nsILoadGroup*, nsIStreamListener**, nsIContentViewer**) docshell/base/nsDocShell.cpp
5 xul.dll nsDocShell::CreateContentViewer(nsACString_internal const&, nsIRequest*, nsIStreamListener**) docshell/base/nsDocShell.cpp
6 xul.dll nsDSURIContentListener::DoContent(nsACString_internal const&, bool, nsIRequest*, nsIStreamListener**, bool*) docshell/base/nsDSURIContentListener.cpp
7 xul.dll nsDocumentOpenInfo::TryContentListener(nsIURIContentListener*, nsIChannel*) uriloader/base/nsURILoader.cpp
8 xul.dll nsDocumentOpenInfo::DispatchContent(nsIRequest*, nsISupports*) uriloader/base/nsURILoader.cpp
9 xul.dll nsDocumentOpenInfo::OnStartRequest(nsIRequest*, nsISupports*) uriloader/base/nsURILoader.cpp
10 xul.dll mozilla::net::nsHttpChannel::CallOnStartRequest() netwerk/protocol/http/nsHttpChannel.cpp
11 xul.dll mozilla::net::nsHttpChannel::ContinueProcessNormal(nsresult) netwerk/protocol/http/nsHttpChannel.cpp
12 xul.dll mozilla::net::nsHttpChannel::ProcessNormal() netwerk/protocol/http/nsHttpChannel.cpp
13 xul.dll mozilla::net::nsHttpChannel::ProcessResponse() netwerk/protocol/http/nsHttpChannel.cpp
14 xul.dll mozilla::net::nsHttpChannel::OnStartRequest(nsIRequest*, nsISupports*) netwerk/protocol/http/nsHttpChannel.cpp
15 xul.dll nsInputStreamPump::OnStateStart() netwerk/base/nsInputStreamPump.cpp
16 xul.dll nsInputStreamPump::OnInputStreamReady(nsIAsyncInputStream*) netwerk/base/nsInputStreamPump.cpp
17 xul.dll nsInputStreamReadyEvent::Run() xpcom/io/nsStreamUtils.cpp
18 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp
19 xul.dll NS_ProcessNextEvent(nsIThread*, bool) xpcom/glue/nsThreadUtils.cpp
20 xul.dll mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp
21 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc
22 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc
23 xul.dll nsBaseAppShell::Run() widget/nsBaseAppShell.cpp
24 xul.dll nsAppShell::Run() widget/windows/nsAppShell.cpp
25 xul.dll nsAppStartup::Run() toolkit/components/startup/nsAppStartup.cpp
26 xul.dll XREMain::XRE_mainRun() toolkit/xre/nsAppRunner.cpp
27 xul.dll XREMain::XRE_main(int, char** const, nsXREAppData const*) toolkit/xre/nsAppRunner.cpp
28 xul.dll XRE_main toolkit/xre/nsAppRunner.cpp
29 firefox.exe do_main browser/app/nsBrowserApp.cpp
30 firefox.exe NS_internal_main(int, char**) browser/app/nsBrowserApp.cpp
31 firefox.exe wmain toolkit/xre/nsWindowsWMain.cpp
32 firefox.exe __tmainCRTStartup f:/dd/vctools/crt/crtw32/startup/crt0.c:255
33 kernel32.dll BaseThreadInitThunk
34 ntdll.dll __RtlUserThreadStart
35 ntdll.dll _RtlUserThreadStart
=============================================================
More reports: https://crash-stats.mozilla.com/report/list?product=Firefox&signature=nsHTMLDocument%3A%3AStartDocumentLoad
[Tracking Requested - why for this release]: Looks like the signature from bug 741218 has returned in Firefox 45.0a1 starting on 2015-10-31 and is the top crash by explosiveness: https://crash-analysis.mozilla.com/rkaiser/2015-11-02/2015-11-02.firefox.nightly.explosiveness.html. These crashes also seem to be contained 100% to Intel Core-based GPUs.
GPUs:
Intel 3rd Gen Core processor Graphics Controller (0x0166) 86 60.140%
Intel 4th Gen Core Processor Integrated Graphics Controller (0x0416) 54 37.762%
Intel 2nd Generation Core Processor Family Integrated Graphics Controller (0x0106) 3 2.098%
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=b41b92c09fcf94d077a54297aea1dc675b161a9d&tochange=c1a94d5365e48f86de6a7bb6a3c4c7d82b9d660e
tracking-firefox45:
--- → ?
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Comment 3•3 years ago
|
||
Since the crash volume is low (less than 5 per week), the severity is downgraded to S3. Feel free to change it back if you think the bug is still critical.
For more information, please visit auto_nag documentation.
Severity: critical → S3
Updated•1 year ago
|
Summary: crash in nsHTMLDocument::StartDocumentLoad → Startup crash in nsHTMLDocument::StartDocumentLoad
You need to log in
before you can comment on or make changes to this bug.
Description
•