Closed
Bug 1280828
Opened 9 years ago
Closed 7 years ago
Crash in RefPtr<T>::assign_with_AddRef | nsCSSSelector::Reset
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | affected |
People
(Reporter: baffclan, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-162a9c3a-b708-4be0-b676-5d89b2160619.
=============================================================
Crashing Thread (0)
Frame Module Signature Source
0 xul.dll RefPtr<mozilla::CancelableRunnable>::assign_with_AddRef(mozilla::CancelableRunnable*) obj-firefox/dist/include/mozilla/RefPtr.h:55
1 xul.dll nsCSSSelector::Reset() layout/style/StyleRule.cpp:369
2 xul.dll nsCSSSelector::~nsCSSSelector() layout/style/StyleRule.cpp:360
3 xul.dll nsCSSSelector::`scalar deleting destructor'(unsigned int)
4 xul.dll nsCSSSelector::~nsCSSSelector() layout/style/StyleRule.cpp:363
5 xul.dll nsCSSSelector::`scalar deleting destructor'(unsigned int)
6 xul.dll nsCSSSelectorList::`scalar deleting destructor'(unsigned int)
7 xul.dll mozilla::css::StyleRule::`scalar deleting destructor'(unsigned int)
8 xul.dll mozilla::css::StyleRule::Release() layout/style/StyleRule.cpp:1428
9 xul.dll ReleaseObjects xpcom/glue/nsCOMArray.cpp:273
10 xul.dll nsCOMArray_base::RemoveElementsAt(unsigned int, unsigned int) xpcom/glue/nsCOMArray.cpp:265
11 xul.dll DeferredFinalizeRulesArray layout/style/IncrementalClearCOMRuleArray.cpp:54
12 xul.dll mozilla::IncrementalFinalizeRunnable::ReleaseNow(bool) xpcom/base/CycleCollectedJSRuntime.cpp:1481
13 xul.dll mozilla::IncrementalFinalizeRunnable::Run() xpcom/base/CycleCollectedJSRuntime.cpp:1515
14 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1029
15 xul.dll NS_ProcessNextEvent(nsIThread*, bool) xpcom/glue/nsThreadUtils.cpp:290
16 xul.dll mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp:100
17 xul.dll mozilla::ipc::MessagePumpForChildProcess::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp:317
18 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc:228
19 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc:208
20 xul.dll nsBaseAppShell::Run() widget/nsBaseAppShell.cpp:156
21 xul.dll nsAppShell::Run() widget/windows/nsAppShell.cpp:262
22 xul.dll XRE_RunAppShell toolkit/xre/nsEmbedFunctions.cpp:834
23 xul.dll mozilla::ipc::MessagePumpForChildProcess::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp:285
24 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc:228
25 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc:208
26 xul.dll XRE_InitChildProcess toolkit/xre/nsEmbedFunctions.cpp:664
27 firefox.exe content_process_main(int, char** const) ipc/contentproc/plugin-container.cpp:224
28 firefox.exe wmain toolkit/xre/nsWindowsWMain.cpp:127
29 firefox.exe __scrt_common_main_seh f:/dd/vctools/crt/vcstartup/src/startup/exe_common.inl:255
30 kernel32.dll BaseThreadInitThunk
31 ntdll.dll RtlUserThreadStart
Comment 1•7 years ago
|
||
nsCSSSelectorList is gone.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•