Closed
Bug 26467
Opened 25 years ago
Closed 25 years ago
crash because status feedback happens after messenger window is gone
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
People
(Reporter: sspitzer, Assigned: mscott)
Details
I've gotten this a couple times today.
I usually do this:
start up 5.0 (with browser)
open mail, open my inbox
close mail, do some browsing
crash
in this case, id was "Messenger:Throbber" and name was "busy"
here's the stack:
dddddddd()
nsMsgStatusFeedback::setAttribute(nsIWebShell * 0x02ebeec0, const char *
0x025c04b8, const char * 0x025c04b0, const nsString & {...}) line 349 + 42 bytes
nsMsgStatusFeedback::NotifyStartMeteors(nsITimer * 0x02f73550) line 429 + 45
bytes
nsMsgStatusFeedback::notifyStartMeteors(nsITimer * 0x02f73550, void *
0x034398a0) line 404
nsTimer::Fire() line 194 + 17 bytes
FireTimeout(HWND__ * 0x00000000, unsigned int 275, unsigned int 17702, unsigned
long 4271968) line 78
USER32! 77e7185c()
nsAppShellService::Run(nsAppShellService * const 0x00c75b40) line 456
main1(int 1, char * * 0x00bf4e30) line 597 + 32 bytes
main(int 1, char * * 0x00bf4e30) line 690 + 13 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77f1ba06()
Comment 1•25 years ago
|
||
part of this may be the new timer stuff. Another part is that we don't have a
strong or weak reference to the web shell. I try to fix this by catching the on
unload messenger call and nulling out status feedback, but perhaps that doesn't
work if the browser is still open.
Assignee | ||
Comment 2•25 years ago
|
||
this is a dup of 25883
*** This bug has been marked as a duplicate of 25883 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 3•25 years ago
|
||
mscott: are you sure you duped this to the right bug? bug 25883 is about input
type=file buttons not appearing in the browser. If you meant it to be duped to
that bug I apologise for the spam.
Assignee | ||
Comment 4•25 years ago
|
||
ooops...your right i did put it on the wrong bug. Thanks!
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 5•25 years ago
|
||
*** This bug has been marked as a duplicate of 25583 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•