Closed
Bug 13915
Opened 25 years ago
Closed 25 years ago
Unhandled exception when typing in a form
Categories
(Core :: Layout: Form Controls, defect, P1)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: ppandit, Assigned: joki)
Details
Using a debug build on Sept. 15 for Windows NT
1) Went to www.visto.com (formerly www.briefcase.com)
2) Started putting my name in the username field.
3) Before I could enter the password I got a crash with the following trace:
nsEventStateManager::SendFocusBlur(nsEventStateManager * const 0x029d18f0,
nsIContent * 0x00000000) line 1368 + 12 bytes
nsEventStateManager::SetContentState(nsEventStateManager * const 0x029d18f0,
nsIContent * 0x00000000, int 2) line 1257
nsEventStateManager::ShiftFocus(int 1) line 961
nsEventStateManager::PostHandleEvent(nsEventStateManager * const 0x029d18f0,
nsIPresContext & {...}, nsGUIEvent * 0x0012fbe4, nsIFrame * 0x029fa490,
nsEventStatus & nsEventStatus_eIgnore, nsIView * 0x029f5520) line 412
PresShell::HandleEvent(PresShell * const 0x029f2394, nsIView * 0x029f5520,
nsGUIEvent * 0x0012fbe4, nsEventStatus & nsEventStatus_eIgnore) line 2024 + 43
bytes
nsView::HandleEvent(nsView * const 0x029f5520, nsGUIEvent * 0x0012fbe4, unsigned
int 8, nsEventStatus & nsEventStatus_eIgnore, int & 0) line 828
nsView::HandleEvent(nsView * const 0x029f45b0, nsGUIEvent * 0x0012fbe4, unsigned
int 8, nsEventStatus & nsEventStatus_eIgnore, int & 0) line 813
nsView::HandleEvent(nsView * const 0x029f4690, nsGUIEvent * 0x0012fbe4, unsigned
int 8, nsEventStatus & nsEventStatus_eIgnore, int & 0) line 813
nsView::HandleEvent(nsView * const 0x029f2930, nsGUIEvent * 0x0012fbe4, unsigned
int 28, nsEventStatus & nsEventStatus_eIgnore, int & 0) line 813
nsViewManager::DispatchEvent(nsViewManager * const 0x029f2e30, nsGUIEvent *
0x0012fbe4, nsEventStatus & nsEventStatus_eIgnore) line 1647
HandleEvent(nsGUIEvent * 0x0012fbe4) line 63
nsWindow::DispatchEvent(nsWindow * const 0x029f4424, nsGUIEvent * 0x0012fbe4,
nsEventStatus & nsEventStatus_eIgnore) line 332 + 10 bytes
nsWindow::DispatchWindowEvent(nsGUIEvent * 0x0012fbe4) line 353
nsWindow::DispatchKeyEvent(unsigned int 133, unsigned short 0, unsigned int 9)
line 1841 + 15 bytes
nsWindow::OnKeyDown(unsigned int 9, unsigned int 15) line 2036
nsWindow::ProcessMessage(unsigned int 256, unsigned int 9, long 983041, long *
0x0012fe04) line 2366 + 40 bytes
nsWindow::WindowProc(HWND__ * 0x00040344, unsigned int 256, unsigned int 9, long
983041) line 401 + 27 bytes
USER32! DispatchMessageWorker@8 + 135 bytes
USER32! DispatchMessageA@4 + 11 bytes
nsAppShell::Run() line 74
nsAppShellService::Run(nsAppShellService * const 0x00ab50e0) line 454
main1(int 1, char * * 0x00a419c0) line 555 + 12 bytes
main(int 1, char * * 0x00a419c0) line 578 + 13 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! BaseProcessStart@4 +
The actual error that came up was "Unhandled exception in apprunner.exe
(RAPTORHTML.DLL): 0xC0000005 Access Violation
Par
Updated•25 years ago
|
Assignee: karnaze → kmcclusk
Comment 2•25 years ago
|
||
Kevin, I'm not sure who should get this.
Updated•25 years ago
|
Assignee: kmcclusk → buster
Comment 3•25 years ago
|
||
Steve, is this a known problem?
Assignee: buster → joki
Severity: normal → critical
Priority: P3 → P1
Target Milestone: M11
looks like tom's bug. cc'ing rod because he knows about the event state manager
as well. tentatively marked M11 since it's a crasher. we should at least get a
handle on this before M11 closes.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
I fixed this today. Its a dupe of something but I can't find it so I'm just
gonna mark it fixed.
Updated•25 years ago
|
QA Contact: phillip → cpratt
Comment 6•25 years ago
|
||
assigning Pratt as QA contact
Using the 1999092909 build under NT, I don't see any problems at the URL given
in this bug report. Marking verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•