Closed
Bug 638060
Opened 15 years ago
Closed 7 years ago
Crash [@ mozalloc_abort(char const* const) | mozalloc_handle_oom() | nsGenericElement::QueryInterface(nsID const&, void**) ]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
It is a new crash signature in the trunk.
It is #70 top crasher in 4.0b12.
Signature mozalloc_abort(char const* const) | mozalloc_handle_oom() | nsGenericElement::QueryInterface(nsID const&, void**)
UUID 4afdd45e-2751-4c5e-aa6b-534d72110302
Time 2011-03-02 01:47:55.177861
Uptime 60
Last Crash 61 seconds before submission
Install Age 271015 seconds (3.1 days) since version was first installed.
Product Firefox
Version 4.0b12
Build ID 20110222210221
Branch 2.0
OS Windows NT
OS Version 6.1.7600
CPU x86
CPU Info AuthenticAMD family 16 model 5 stepping 2
Crash Reason EXCEPTION_BREAKPOINT
Crash Address 0x705b1a39
App Notes AdapterVendorID: 1002, AdapterDeviceID: 68be, AdapterDriverVersion: 8.681.0.0
Frame Module Signature [Expand] Source
0 mozalloc.dll mozalloc_abort memory/mozalloc/mozalloc_abort.cpp:77
1 mozalloc.dll mozalloc_handle_oom memory/mozalloc/mozalloc_oom.cpp:54
2 xul.dll nsGenericElement::QueryInterface content/base/src/nsGenericElement.cpp:4482
3 xul.dll nsXULElement::QueryInterface content/xul/content/src/nsXULElement.cpp:400
4 xul.dll GetDOMEventTarget content/events/src/nsDOMEvent.cpp:286
5 xul.dll nsDOMTransitionEvent::GetTarget content/events/src/nsDOMPageTransitionEvent.h:57
6 xul.dll nsXULTooltipListener::MouseMove layout/xul/base/src/nsXULTooltipListener.cpp:240
7 @0x10cf8f9f
8 xul.dll NS_IsMainThread_P obj-firefox/xpcom/build/nsThreadUtils.cpp:138
9 xul.dll nsEventTargetChainItem::HandleEventTargetChain content/events/src/nsEventDispatcher.cpp:364
10 xul.dll nsEventDispatcher::Dispatch content/events/src/nsEventDispatcher.cpp:628
11 @0x12b
12 user32.dll ClientToScreen
13 user32.dll MixRGB
14 xul.dll nsWindow::ProcessMessage widget/src/windows/nsWindow.cpp:5115
15 xul.dll nsWindow::WindowProcInternal widget/src/windows/nsWindow.cpp:4613
16 xul.dll nsIMM32Handler::ProcessMessage widget/src/windows/nsIMM32Handler.cpp:401
17 xul.dll nsIMM32Handler::ProcessMessage widget/src/windows/nsIMM32Handler.cpp:401
18 xul.dll xul.dll@0x359b4d
More reports at:
https://crash-stats.mozilla.com/report/list?range_value=4&range_unit=weeks&signature=mozalloc_abort%28char%20const*%20const%29%20|%20mozalloc_handle_oom%28%29%20|%20nsGenericElement%3A%3AQueryInterface%28nsID%20const%26%2C%20void**%29
Comment 1•15 years ago
|
||
This is an OOM crash creating the nsDOMEventRTTearoff for nsIDOMEventTarget.
Doesn't seem like this should be particularly new.
I'm worried about the nsDOMTransitionEvent::GetTarget bit there; aEvent in MouseMove should be a mouse event, no?
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ mozalloc_abort(char const* const) | mozalloc_handle_oom() | nsGenericElement::QueryInterface(nsID const&, void**) ]
Comment 2•14 years ago
|
||
Not many but a handfull in 10 and 11.
Updated•10 years ago
|
Crash Signature: [@ mozalloc_abort(char const* const) | mozalloc_handle_oom() | nsGenericElement::QueryInterface(nsID const&, void**) ] → [@ mozalloc_abort(char const* const) | mozalloc_handle_oom() | nsGenericElement::QueryInterface(nsID const&, void**) ]
[@ mozalloc_abort | mozalloc_handle_oom | nsGenericElement::QueryInterface ]
Comment 3•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•