Closed
Bug 167192
Opened 23 years ago
Closed 23 years ago
Trunk crash using keyboard shortcuts [@ nsEventStateManager::HandleAccessKey ]
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 167038
People
(Reporter: jay, Assigned: joki)
Details
(Keywords: crash, qawanted, topcrash)
Crash Data
This crash started showing up on 9/3 MozillaTrunk builds. Looks like some sort
of regression, although I don't see a recent checkin in the source code around
the crash. Here is the latest info from Talkback:
nsEventStateManager::HandleAccessKey 20
BBID range: 10313611 - 10454909
Min/Max Seconds since last crash: 36 - 111808
Min/Max Runtime: 344 - 113733
Crash data range: 2002-09-03 to 2002-09-05
Build ID range: 2002090304 to 2002090508
Keyword List :
Stack Trace:
nsEventStateManager::HandleAccessKey
[c:/builds/seamonkey/mozilla/content/events/src/nsEventStateManager.cpp line 1011]
nsEventStateManager::PreHandleEvent
[c:/builds/seamonkey/mozilla/content/events/src/nsEventStateManager.cpp line 348]
PresShell::HandleEventInternal
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsPresShell.cpp line 6103]
PresShell::HandleEvent
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsPresShell.cpp line 6031]
nsViewManager::HandleEvent
[c:/builds/seamonkey/mozilla/view/src/nsViewManager.cpp line 2046]
nsView::HandleEvent [c:/builds/seamonkey/mozilla/view/src/nsView.cpp line 301]
nsViewManager::DispatchEvent
[c:/builds/seamonkey/mozilla/view/src/nsViewManager.cpp line 1903]
HandleEvent [c:/builds/seamonkey/mozilla/view/src/nsView.cpp line 83]
nsWindow::DispatchEvent
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 1038]
nsWindow::DispatchWindowEvent
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 1055]
nsWindow::DispatchKeyEvent
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 2886]
nsWindow::OnChar [c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp
line 3066]
nsWindow::ProcessMessage
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 3712]
nsWindow::WindowProc
[c:/builds/seamonkey/mozilla/widget/src/windows/nsWindow.cpp line 1304]
USER32.DLL + 0x1d0a (0x77e11d0a)
USER32.DLL + 0x1bc8 (0x77e11bc8)
USER32.DLL + 0x72b4 (0x77e172b4)
nsAppShellService::Run
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsAppShellService.cpp line 472]
main1 [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp line 1524]
main [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp line 1871]
WinMain [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp line 1889]
WinMainCRTStartup()
KERNEL32.DLL + 0x1ca90 (0x77e9ca90)
Source File :
c:/builds/seamonkey/mozilla/content/events/src/nsEventStateManager.cpp line : 1011
(10454909) Comments: Alt+D redefined as Ctrl+L pressed Alt+D and crash
(10446017) URL:
http://www.statskontoret.se/24/200213/utseende-och-funktion.html
(10446017) Comments: I just pressed ALT+left arrow to return back in history.
(10445795) Comments: Nothing special. I pressed the back button.
(10443712) Comments: Pressed Alt+A
(10437737) Comments: MOZILLA caused an invalid page fault in module
GKCONTENT.DLL at 0177:605787a6. Registers: EAX=00000000 CS=0177 EIP=605787a6
EFLGS=00010246 EBX=00000000 SS=017f ESP=0064f434 EBP=0064f518 ECX=0064f438
DS=017f ESI=0373c800 FS=329f EDX=0064f514 ES=017f
(10437737) Comments: EDI=60e985aa GS=0000 Bytes at CS:EIP: 8b 08 ff 51
2c 8b 45 f4 89 5d f4 3b c3 74 06 8b Stack dump: 00000000 0064f514 60e985aa
0320dc30 00000000 0064f460 606f57b4 0325b664 00d0da84 00000000 60e985aa 0064f484
606e60b5 02e76900 00d0da84 60e985b6
(10435920) URL: www.ew.com
(10435920) Comments: hitting back button on mouse
(10421562) URL: USPS.com
(10421562) Comments: Was closing (via [CTRL] [W] ) my one open tab a PDF
file on this site. Using 20020904 Win32 build.
(10415938) Comments: These 2 URL's caused Mozilla to exit 1 time each:
http://www.parl.gc.ca/common/Committee_SenHome.asp?Language=E&Parl=37&Ses=1&comm_id=85
http://www.parl.gc.ca/common/Committee_SenRep.asp?Language=E&Parl=37&Ses=1&comm_id=85
(10402341) Comments: Pressed Alt+E to get to the Edit menu and crash.
(10396293) URL: pb.mcom.com
(10390109) URL: http://www.apple.com/trailers/fox_searchlight/one_hour_photo/
(10380121) Comments: Hitting Control-left-arrow after starting to load a
remote PDF file into one tab of a tabbed browser page.
(10355001) Comments: closing mozilla-browser
(10338163) Comments: Pressed Alt+Home
Looks like all kinds of keyboard shortcuts are crashing for people.
Reporter | ||
Comment 1•23 years ago
|
||
Adding crash, topcrash keywords and qawanted to see if anyone can reproduce. If
we find a specific checking that caused this crash in the last few days, we
should make this a zt4newcrash bug.
Reporter | ||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 167038 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•22 years ago
|
QA Contact: rakeshmishra → trix
Updated•14 years ago
|
Crash Signature: [@ nsEventStateManager::HandleAccessKey ]
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•