Closed
Bug 1176744
Opened 9 years ago
Closed 9 years ago
crash in nsCOMPtr<T>::nsCOMPtr<T>(nsIDOMElement*) | `anonymous namespace''::SimpleEnumerator::GetNext(nsISupports**)
Categories
(Core :: DOM: Content Processes, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1166742
People
(Reporter: alex_mayorga, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-58661c31-77c9-42a0-9ba6-1b1ef2150622.
=============================================================
Crashing Thread
Frame Module Signature Source
0 xul.dll nsCOMPtr<nsIDOMElement>::nsCOMPtr<nsIDOMElement>(nsIDOMElement*) xpcom/glue/nsCOMPtr.h
1 xul.dll `anonymous namespace'::SimpleEnumerator::GetNext(nsISupports**) widget/nsFilePickerProxy.cpp
2 xul.dll mozilla::dom::HTMLInputElement::nsFilePickerShownCallback::Done(short) dom/html/HTMLInputElement.cpp
3 xul.dll nsFilePickerProxy::Recv__delete__(mozilla::dom::MaybeInputFiles const&, short const&) widget/nsFilePickerProxy.cpp
4 xul.dll mozilla::dom::PFilePickerChild::OnMessageReceived(IPC::Message const&) obj-firefox/ipc/ipdl/PFilePickerChild.cpp
5 xul.dll mozilla::dom::PContentChild::OnMessageReceived(IPC::Message const&) obj-firefox/ipc/ipdl/PContentChild.cpp
6 xul.dll mozilla::ipc::MessageChannel::DispatchAsyncMessage(IPC::Message const&) ipc/glue/MessageChannel.cpp
7 xul.dll mozilla::ipc::MessageChannel::OnMaybeDequeueOne() ipc/glue/MessageChannel.cpp
8 xul.dll MessageLoop::DoWork() ipc/chromium/src/base/message_loop.cc
9 xul.dll mozilla::ipc::DoWorkRunnable::Run() ipc/glue/MessagePump.cpp
10 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp
11 xul.dll mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp
12 xul.dll mozilla::ipc::MessagePumpForChildProcess::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp
13 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc
14 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc
15 xul.dll nsBaseAppShell::Run() widget/nsBaseAppShell.cpp
16 xul.dll nsAppShell::Run() widget/windows/nsAppShell.cpp
17 xul.dll XRE_RunAppShell toolkit/xre/nsEmbedFunctions.cpp
18 xul.dll mozilla::ipc::MessagePumpForChildProcess::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp
19 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc
20 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc
21 xul.dll XRE_InitChildProcess toolkit/xre/nsEmbedFunctions.cpp
22 plugin-container.exe content_process_main(int, char** const) ipc/contentproc/plugin-container.cpp
23 plugin-container.exe wmain toolkit/xre/nsWindowsWMain.cpp
24 plugin-container.exe __tmainCRTStartup f:/dd/vctools/crt/crtw32/startup/crt0.c:255
25 kernel32.dll BaseThreadInitThunk
26 ntdll.dll __RtlUserThreadStart
27 ntdll.dll _RtlUserThreadStart
Comment 1•9 years ago
|
||
Alex, did you experience this crash yourself? Do you have steps to reproduce? Or did you file this because it's a topcrash or recent regression?
tracking-e10s:
--- → ?
Component: Untriaged → DOM: Content Processes
Flags: needinfo?(alex_mayorga)
Product: Firefox → Core
Reporter | ||
Comment 2•9 years ago
|
||
¡Hola Benjamin!
This was sitting on about:crashes for one of my systems so I figured I shall file a bug as there wasn't one that matched.
Unfortunately I do not have steps to reproduce the crash.
Flags: needinfo?(alex_mayorga)
Updated•9 years ago
|
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•