Closed
Bug 844647
Opened 12 years ago
Closed 5 years ago
Bug 679476 causes crash in [@ mime_parse_stream_complete]
Categories
(MailNews Core :: MIME, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: wsmwk, Unassigned)
References
Details
(Keywords: crash, regression)
Crash Data
+++ This bug was initially created as a clone of Bug #715810 +++
Bug #715810 reduced crash rate by 90% starting in version 10. So no longer topcrash.
But crash of course still occurs - at two locations :
1. bp-dfdab751-17e2-4518-beee-717372130208 TB17
(bp-8970ed0c-c68c-4990-b0ff-8d2a72130206 TB8 )
0 xul.dll mime_parse_stream_complete mailnews/mime/src/mimedrft.cpp:1360
1 xul.dll nsStreamConverter::OnStopRequest mailnews/mime/src/nsStreamConverter.cpp:1058
2 xul.dll nsMsgProtocol::OnStopRequest mailnews/base/util/nsMsgProtocol.cpp:399
3 xul.dll nsMailboxProtocol::OnStopRequest mailnews/local/src/nsMailboxProtocol.cpp:392
4 xul.dll nsInputStreamPump::OnStateStop netwerk/base/src/nsInputStreamPump.cpp:559
hg@0 1356 if (!bodyAsAttachment)
hg@0 1357 {
ehsan@13612 1358 int64_t fileSize;
hg@0 1359 nsCOMPtr<nsIFile> tempFileCopy;
bienvenu@9296 1360 mdd->messageBody->m_tmpFile->Clone(getter_AddRefs(tempFileCopy));
2. bp-0939765f-2fed-4036-9007-56d942130214 TB17
(bp-b5f8bb03-559e-4108-8737-b79c72130214 TB9)
0 libxul.so mime_parse_stream_complete mimedrft.cpp:1360
1 libxul.so nsStreamConverter::OnStopRequest nsStreamConverter.cpp:1058
2 libxul.so nsMsgProtocol::OnStopRequest nsMsgProtocol.cpp:399
3 libxul.so nsMailboxProtocol::OnStopRequest nsMailboxProtocol.cpp:392
4 libxul.so nsInputStreamPump::OnStateStop nsInputStreamPump.cpp:559
hg@0 1604 // Free the original attachment structure...
hg@0 1605 // Make sure we only cleanup the local copy of the memory and not kill
hg@0 1606 // files we need on disk
hg@0 1607 //
hg@0 1608 if (bodyAsAttachment)
bienvenu@9296 1609 mdd->messageBody->m_tmpFile = nsnull;
bienvenu@9296 1610 else if (mdd->messageBody->m_tmpFile)
Reporter | ||
Comment 1•5 years ago
|
||
This signature is gone. Perhaps morphed to bug 1482850
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•