Closed
Bug 693655
Opened 14 years ago
Closed 14 years ago
Firefox 10.0a1 Crash [@ nsDocAccessible::AnchorJump() ]
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: marcia, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
Seen while looking at recent trunk crash data. Crashes started showing up using the 20111010 build. https://crash-stats.mozilla.com/report/list?signature=nsDocAccessible::AnchorJump%28%29
One comment mentions using Adblock Plus.
Possible pushlog regression range: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=b4da2d439cbc&tochange=e9c620a5c85f
https://crash-stats.mozilla.com/report/index/f5b8f312-0379-4e5b-a74c-f048d2111011
Frame Module Signature [Expand] Source
0 xul.dll nsDocAccessible::AnchorJump accessible/src/base/nsDocAccessible.h:211
1 xul.dll mozilla::a11y::FocusManager::ProcessFocusEvent accessible/src/base/FocusManager.cpp:343
2 xul.dll NotificationController::WillRefresh accessible/src/base/NotificationController.cpp:321
3 xul.dll nsRefreshDriver::Notify layout/base/nsRefreshDriver.cpp:326
4 xul.dll nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:427
5 xul.dll nsTimerEvent::Run xpcom/threads/nsTimerImpl.cpp:520
6 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:631
7 nspr4.dll PR_Unlock nsprpub/pr/src/threads/combined/prulock.c:347
8 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:201
9 xul.dll _SEH_epilog4
10 xul.dll MessageLoop::Run ipc/chromium/src/base/message_loop.cc:175
11 xul.dll nsWindowSH::GetProperty dom/base/nsDOMClassInfo.cpp:5173
12 xul.dll nsBaseAppShell::Run widget/src/xpwidgets/nsBaseAppShell.cpp:189
13 @0x65726965
Comment 1•14 years ago
|
||
should be fixed by bug 506206
Comment 2•14 years ago
|
||
I suspect there are multiple ways to reproduce this, but in case it's useful, here are some str:
1. Open any web page.
2. Press control+d to bookmark it.
3. Press the "Show all the bookmarks folders" button.
Result: Crash!
bp-3e68a0a9-ca3f-4854-b8b3-f770d2111011
Comment 3•14 years ago
|
||
fixed by bug 506206
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•