Closed
Bug 92367
Opened 24 years ago
Closed 24 years ago
Crash when loading attachment. [@ nsStreamConverter::OnStopRequest]
Categories
(MailNews Core :: Networking, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: mgalli, Assigned: mscott)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
8.23 KB,
patch
|
Details | Diff | Splinter Review |
Tested with branch, 25th 2001.
---------------------------------
1) open mail.
2) attach a large file (like the one I will attach to this bug). This one have
more than 2MB.
3) send an e-mail to yourself (not to a friend!!).
4) reply the e-mail
5) before the attachment is loaded, close the reply mail window.
I have a crash with win98.. Win2K and linux also happens.
------------------
Talkback incident ID:
--------------------
33344899 (2001072506)
33344584 (2001072406)
Here is the stack:
nsStreamConverter::OnStopRequest(nsStreamConverter * const 0x07c23a70,
nsIRequest * 0x07c24030, nsISupports * 0x07c241a4, unsigned int 0) line 986 + 24
bytes
nsOnStopRequestEvent0::HandleEvent(nsOnStopRequestEvent0 * const 0x07f7ca70)
line 303 + 33 bytes
nsStreamListenerEvent0::HandlePLEvent(PLEvent * 0x07f7ca80) line 98 + 12 bytes
PL_HandleEvent(PLEvent * 0x07f7ca80) line 590 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00cf48d0) line 520 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x00420314, unsigned int 49370, unsigned int 0,
long 13584592) line 1071 + 9 bytes
USER32! 77e13eb0()
USER32! 77e1401a()
USER32! 77e192da()
nsAppShellService::Run(nsAppShellService * const 0x00d6f600) line 425
main1(int 2, char * * 0x00484340, nsISupports * 0x00000000) line 1227 + 32 bytes
main(int 2, char * * 0x00484340) line 1531 + 37 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77e87903(
FYI: This happens with the branch build!
-> mailnews
Component: Networking → Networking - General
Product: Browser → MailNews
Adding stack signature in summary for future talkback tracking.
Summary: Crash when loading attachment. → Crash when loading attachment. [@ nsStreamConverter::OnStopRequest]
Updated•24 years ago
|
Comment 5•24 years ago
|
||
-> this doesn't seem like a necko bug
Assignee: darin → mscott
Status: ASSIGNED → NEW
QA Contact: benc → huang
Updated•24 years ago
|
QA Contact: huang → esther
Assignee | ||
Comment 6•24 years ago
|
||
Assignee | ||
Comment 8•24 years ago
|
||
sr=sspitzer (adding for Seth)
Comment 9•24 years ago
|
||
a=asa on behalf of drivers
Assignee | ||
Comment 10•24 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 11•24 years ago
|
||
Using build 2001-09-24 on winxp and linux this is fixed, Mac doesn't cancel out
or close the window until msg is sent so this particular scenario just finished
the send on Mac. Verified.
Status: RESOLVED → VERIFIED
Comment 12•24 years ago
|
||
My mistake, I could close the window on a New Msg before the send finished, but
with a reply to, I couldn't close the window on winxp and linux, it refused to
close and the send finished. But no crash. Note I had to use (3)of my largest
attachments since the 2MB attachment wasn't attached to this bug. If you want
me to use the specific attachment that crashed, please attach it to this bug.
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•14 years ago
|
Crash Signature: [@ nsStreamConverter::OnStopRequest]
You need to log in
before you can comment on or make changes to this bug.
Description
•