Closed
Bug 380734
Opened 18 years ago
Closed 18 years ago
touching mouse while a page is downloading often crashes SeaMonkey [@ nsContentUtils::ContentIsDescendantOf]
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 380716
People
(Reporter: xanthian, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070513 SeaMonkey/1.5a
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070513 SeaMonkey/1.5a
Five times in the last 18 hours, at least three of them generating
TalkBack captures, in any way touching the mouse while waiting for
a Google Groups "post news article" operation to complete, crashed
SeaMonkey. This seems to be a more general problem, that pretty
much for any page, moving the mouse, or moving the mouse wheel, or
clicking either mouse button, risks a browser crash if a page is
not yet completely downloaded.
xanthian.
Reproducible: Sometimes
Steps to Reproduce:
1. Use SeaMonkey a lot.
2. Fiddle with the mouse while waiting for a page to finish downloading.
3. Expect a crash "by and by" from this model of behavior.
Actual Results:
SeaMonkey crashes, sometimes with Talkback, sometimes nerfing Talkback too.
Expected Results:
Browser is not crashed by stray mouse events while it is busy elsewhere.
This behavior seems independent of how long the browser has been in use,
of what kind of page is downloading, so long as there is a perceptible
download interval, and, unfortunately, is _not_ a "happens every time"
thing, since I rarely let go of the mouse, but only see these crashes
several times a day instead of "with each downloaded page".
I'm on cable broadband, so the speed at which data is arriving may be a
factor.
Question: how does one acquire a "Talkback crash ID"? I don't seem to
receive any such datum with a crash. That term on the bugzilla bug
input form should link to a page explaining how it is to be acquired.
xanthian.
Comment 1•18 years ago
|
||
> how does one acquire a "Talkback crash ID"?
Run talkback.exe
http://kb.mozillazine.org/Quality_Feedback_Agent
Comment 2•18 years ago
|
||
> That term on the bugzilla bug input form should link to a page
> explaining how it is to be acquired.
bug 250604
Reporter | ||
Comment 3•18 years ago
|
||
(In reply to comment #1)
> > how does one acquire a "Talkback crash ID"?
>
> Run talkback.exe
> http://kb.mozillazine.org/Quality_Feedback_Agent
>
Okay, thanks. Here, then, are the four crashes (one more
than I remembered as evoking Talkback out of the five total)
that Talkback caught for this bug:
TB32158568Z, TB32139469M, TB32137438G, TB32133951X
Reporter | ||
Comment 4•18 years ago
|
||
(In reply to comment #2)
> > That term on the bugzilla bug input form should link to a page
> > explaining how it is to be acquired.
> bug 250604
Thanks, Mats, I added my support to your call for an
easy fix there. [This is a "shoemaker's children"
issue: not having talkback IDs easy for naive reporters
to find and furnish hurts probably the same people who
should be fixing bug 250604 about three years ago.]
xanthian.
Comment 5•18 years ago
|
||
nsContentUtils::ContentIsDescendantOf [mozilla/content/base/src/nscontentutils.cpp, line 1150]
nsGenericElement::PreHandleEvent [mozilla/content/base/src/nsgenericelement.cpp, line 1857]
nsEventStateManager::DispatchMouseEvent [mozilla/content/events/src/nseventstatemanager.cpp, line 2701]
nsEventStateManager::NotifyMouseOver [mozilla/content/events/src/nseventstatemanager.cpp, line 2822]
nsEventStateManager::GenerateMouseEnterExit [mozilla/content/events/src/nseventstatemanager.cpp, line 2855]
nsEventStateManager::PreHandleEvent [mozilla/content/events/src/nseventstatemanager.cpp, line 718]
Summary: touching mouse while a page is downloading often crashes SeaMonkey → touching mouse while a page is downloading often crashes SeaMonkey [@ nsContentUtils::ContentIsDescendantOf]
Comment 6•18 years ago
|
||
Possibly bug 380716?
Assignee: general → events
Component: General → Event Handling
Product: Mozilla Application Suite → Core
QA Contact: general → ian
Version: unspecified → Trunk
Comment 7•18 years ago
|
||
yes
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 8•18 years ago
|
||
Thanks for the quick fix, guys, this has been a nasty
one for me, crashing several times a day. Now to wait
_another_ day for the build to propagate.
xanthian.
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
•