Closed
Bug 29153
Opened 25 years ago
Closed 25 years ago
timing-dependent crash closing mail window
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: danm.moz, Assigned: vidur)
Details
(Keywords: crash)
Though this happens in a window, I'm dumping it on the guy who recently wrote
the code where the crash is happening, instead of me.
I'm seeing an occasional, difficult to reproduce crash in
GlobalWindowImpl::RunTimeout. Generally I've noticed it, if at all, when closing
the mail window. The offending line is #2974 (rev 1.236)
nsIScriptContext* tempContext = mContext;
(or actually the next line). Sometimes mContext is null when I stumble into this
line while tearing the window down. Mozilla recovers and seems healthy if I just
(NS_RELEASE(temp) and) skip the rest of the function and continue. Maybe that's
the solution, or maybe the timers want to stop firing earlier.
Assignee | ||
Comment 1•25 years ago
|
||
Couldn't recreate the bug, but the null check for mContext seemed like a good
thing. Fix checked in on 2/25/2000.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 2•25 years ago
|
||
not sure what is required to verify this as fixed. vidur or danm can one of you
verify this one. Thanks.
Comment 3•25 years ago
|
||
I have not crashed in GlobalWindowImpl::RunTimeout closing mail window after
watching for this for the last few months. Verifying this fixed with mozilla
win32 talkback bits 072408.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•