Closed
Bug 161517
Opened 23 years ago
Closed 23 years ago
Tabbing off the last links crashes Mozilla [@ nsTypedSelection::selectFrames]
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 161444
People
(Reporter: burleigh, Assigned: Matti)
References
()
Details
(Keywords: crash)
Crash Data
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1b) Gecko/20020807
BuildID: 2002080704
Pressing the tab key while the last link is focussed crashes Moz.
Reproducible: Always
Steps to Reproduce:
1. visit the page
2. press tab five times (there are four links on this simple page)
3. observe moz crash
I classify it "major" because the browser shouold never crash. ;-)
confirming on linux build 2002080705.
works fine on linux build 2002080204.
Comment 2•23 years ago
|
||
Also confirming. (2002080704 trunk under XP.)
Note that this has nothing to do with the referenced URL. Mozilla will crash
regardless of what page you're on once you tab past the last tab element.
Fastest method of reproducing: Open a blank browser window with Ctrl-T (or
Ctrl-N if you've set that preference to blank page) and hit Tab twice. I get a
crash every time.
OS: All → Windows XP
Hardware: All → PC
Comment 3•23 years ago
|
||
Confirming bug, 2002-08-07-08 (trunk) on Linux.
It worked fine 2002-08-04-21.
Top of stack:
Program received signal SIGSEGV, Segmentation fault.
0x40d38484 in NSGetModule () from /usr/local/mozilla/components/libgkcontent.so
Severity: major → critical
OS: Windows XP → All
Comment 4•23 years ago
|
||
Narrowed it down further:
It worked fine in 2002-08-06-14 (trunk) on Linux.
| Assignee | ||
Comment 5•23 years ago
|
||
wfm with a 10min old CVS optimized build (win32)
Reporter: Do you have a talback ID for that crash ?
Keywords: stackwanted
| Reporter | ||
Comment 6•23 years ago
|
||
Yes, sorry I didn't add it earlier: TB9068003M.
| Assignee | ||
Updated•23 years ago
|
Whiteboard: TB9068003M
Incident # 9068003
--------------------
Product ID MozillaTrunk
Build ID 2002080704
Operating System Windows NT 5.1 build 2600
URL visited www.library.uiuc.edu/lax
User Comments I used ctrl+N to open a new window, then pressed tab several times
to highlight the URL, which i wanted to change. it never highlighted so i
clicked to the right of the existing URL. that's when the browser crashed.
Stack Trace
nsTypedSelection::selectFrames
[c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp, line 4991]
nsTypedSelection::selectFrames
[c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp, line 5091]
nsTypedSelection::AddRange
[c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp, line 5889]
nsEventStateManager::MoveCaretToFocus
[c:/builds/seamonkey/mozilla/content/events/src/nsEventStateManager.cpp, line 4663]
nsEventStateManager::ShiftFocusInternal
[c:/builds/seamonkey/mozilla/content/events/src/nsEventStateManager.cpp, line 3074]
nsEventStateManager::ShiftFocus
[c:/builds/seamonkey/mozilla/content/events/src/nsEventStateManager.cpp, line 2863]
nsEventStateManager::PostHandleEvent
[c:/builds/seamonkey/mozilla/content/events/src/nsEventStateManager.cpp, line 1893]
PresShell::HandleEventInternal
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsPresShell.cpp, line 6128]
PresShell::HandleEvent
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsPresShell.cpp, line 6030]
nsViewManager::HandleEvent
[c:/builds/seamonkey/mozilla/view/src/nsViewManager.cpp, line 2052]
nsView::HandleEvent [c:/builds/seamonkey/mozilla/view/src/nsView.cpp, line 306]
nsViewManager::DispatchEvent
[c:/builds/seamonkey/mozilla/view/src/nsViewManager.cpp, line 1909]
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 + 0x3a5f (0x77d43a5f)
USER32.dll + 0x3b2e (0x77d43b2e)
USER32.dll + 0x3d6a (0x77d43d6a)
USER32.dll + 0x41fd (0x77d441fd)
nsAppShellService::Run
[c:/builds/seamonkey/mozilla/xpfe/appshell/src/nsAppShellService.cpp, line 452]
main1 [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp, line 1532]
main [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp, line 1883]
WinMain [c:/builds/seamonkey/mozilla/xpfe/bootstrap/nsAppRunner.cpp, line 1901]
WinMainCRTStartup()
kernel32.dll + 0x1eb69 (0x77e7eb69)
Keywords: stackwanted
Summary: Tabbing off the last links crashes Mozilla → Tabbing off the last links crashes Mozilla [@ nsTypedSelection::selectFrames]
Whiteboard: TB9068003M
| Assignee | ||
Comment 8•23 years ago
|
||
grrr, my debug build had depend problems and i just finished with my clobber build..
*** This bug has been marked as a duplicate of 161444 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•15 years ago
|
Crash Signature: [@ nsTypedSelection::selectFrames]
You need to log in
before you can comment on or make changes to this bug.
Description
•