Closed
Bug 110744
Opened 24 years ago
Closed 24 years ago
Crash if you highlight all navbars on the right-side and click with button 3
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 110560
People
(Reporter: ccurzio+mozilla, Assigned: morse)
References
()
Details
(Keywords: crash)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5+) Gecko/20011114
BuildID: 2001111408
Apparently, large, formatted blocks of text with lots of links can cause Mozilla
to crash if these blocks are highlighted and used as a "click-link."
An example of this can be found on everything2.com. Highlighting the entire
navbar and then clicking inside Mozilla with the third mouse button will make it
go boom.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.everything2.com
2. Highlight all of the text within each of the text sections contained on the
right-hand side of the page. Go all the way to the bottom.
3. Click anywhere inside the rendering area with button 3. (I use the wheel button)
Actual Results: Mozilla dies and talkback pops up.
Expected Results: Not crash?
Comment 1•24 years ago
|
||
Reporter: Can you give us the talkback ID of that crash ?
run mozilla/components/talkback manually and poste the TB ID# in this bug
Keywords: crash
Reporter | ||
Comment 2•24 years ago
|
||
Just created a fresh talkback ID for you to check out.
TB38223885Q
Comment 3•24 years ago
|
||
CC Stephen for talkback : TB38223885Q
Comment 4•24 years ago
|
||
looks like this is crashing in cookie code. reassigning.
Stack Signature COOKIE_GetCookie() 0e1bae59
Bug ID
Trigger Time 2001-11-19 05:46:23
Email Address titanic73@hotmail.com
URL visited http://www.everything2.com
User Comments Highlighting text and clicking using the third mouse button.
Build ID 2001111408
Product ID MozillaTrunk
Platform
Operating System LinuxIntel
Module
Trigger Reason SIGSEGV: Segmentation Fault: (signal 11)
Stack Trace
COOKIE_GetCookie()
COOKIE_GetCookieFromHttp()
nsCookieService::GetCookieStringFromHttp()
nsCookieHTTPNotify::OnModifyRequest()
XPTC_InvokeByIndex()
nsProxyObject::Post()
nsProxyEventObject::CallMethod()
PrepareAndDispatch()
nsXPTCStubBase::Stub3()
nsHttpHandler::OnModifyRequest()
nsHttpChannel::Init()
nsHttpHandler::NewProxiedChannel()
nsIOService::NewChannelFromURI()
nsDocShell::DoURILoad()
nsDocShell::InternalLoad()
nsDocShell::LoadURI()
nsDocShell::LoadURI()
XPTC_InvokeByIndex()
XPCWrappedNative::CallMethod()
XPC_WN_CallMethod()
js_Invoke()
js_Interpret()
js_Invoke()
js_InternalInvoke()
JS_CallFunctionValue()
nsJSContext::CallEventHandler()
nsJSEventListener::HandleEvent()
nsEventListenerManager::HandleEventSubType()
nsEventListenerManager::HandleEvent()
nsXULElement::HandleDOMEvent()
nsXULElement::HandleDOMEvent()
nsXULElement::HandleDOMEvent()
nsXULElement::HandleDOMEvent()
nsXULElement::HandleChromeEvent()
GlobalWindowImpl::HandleDOMEvent()
nsDocument::HandleDOMEvent()
nsGenericElement::HandleDOMEvent()
nsGenericElement::HandleDOMEvent()
nsGenericElement::HandleDOMEvent()
nsGenericElement::HandleDOMEvent()
nsGenericElement::HandleDOMEvent()
nsGenericElement::HandleDOMEvent()
PresShell::HandleEventInternal()
PresShell::HandleEventWithTarget()
nsEventStateManager::CheckForAndDispatchClick()
nsEventStateManager::PostHandleEvent()
PresShell::HandleEventInternal()
PresShell::HandleEvent()
nsView::HandleEvent()
nsView::HandleEvent()
nsView::HandleEvent()
nsViewManager::DispatchEvent()
HandleEvent()
nsWidget::DispatchEvent()
nsWidget::DispatchWindowEvent()
nsWidget::DispatchMouseEvent()
nsWidget::OnButtonReleaseSignal()
nsWindow::HandleGDKEvent()
dispatch_superwin_event()
handle_gdk_event()
libgdk-1.2.so.0 + 0x17127 (0x40336127)
libglib-1.2.so.0 + 0x10308 (0x40364308)
libglib-1.2.so.0 + 0x10913 (0x40364913)
libglib-1.2.so.0 + 0x10aac (0x40364aac)
libgtk-1.2.so.0 + 0x8d7e7 (0x402877e7)
nsAppShell::Run()
nsAppShellService::Run()
main1()
main()
libc.so.6 + 0x1d2eb (0x4049e2eb)
Assignee: pchen → morse
Component: XP Apps → Cookies
QA Contact: sairuh → tever
Comment 5•24 years ago
|
||
*** This bug has been marked as a duplicate of 110560 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
VERIFIED: duplicate. reopen if it happens again.
Status: RESOLVED → VERIFIED
QA Contact: tever → cookieqa
You need to log in
before you can comment on or make changes to this bug.
Description
•