Closed Bug 537835 Opened 15 years ago Closed 14 years ago

crash [@ nsMsgComposeService::ReplyWithTemplate(nsIMsgDBHdr*, char const*, nsIMsgWindow*, nsIMsgIncomingServer*)]

Categories

(MailNews Core :: Composition, defect)

x86
All
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 573071

People

(Reporter: wsmwk, Unassigned)

Details

(Keywords: crash)

Crash Data

crash [@ nsMsgComposeService::ReplyWithTemplate(nsIMsgDBHdr*, char const*, nsIMsgWindow*, nsIMsgIncomingServer*)]

#69 crash and rising.

both imap and pop. large % of Mac crashes woo hoo.
about 50% of crashes are startup.

bp-10a649e9-3907-40e6-a937-aa2ff2091217 (imap, no extensions) cites crashing both v2 and v3 crashing at start-up 
0	thunderbird-bin	nsMsgComposeService::ReplyWithTemplate	 mailnews/compose/src/nsMsgComposeService.cpp:1167
1	thunderbird-bin	nsImapMailFolder::ApplyFilterHit	mailnews/imap/src/nsImapMailFolder.cpp:3651
2	thunderbird-bin	nsMsgFilterList::ApplyFiltersToHdr	mailnews/base/search/src/nsMsgFilterList.cpp:360
3	thunderbird-bin	nsImapMailFolder::NormalEndHeaderParseStream	mailnews/imap/src/nsImapMailFolder.cpp:3137 

bp-332abffd-7bb5-4a4a-bcea-c0b8e2100104 (pop, no extensions) Beim Schreiben der E-Mail erfolgte der plötzliche Absturz.
0	thunderbird.exe	nsMsgComposeService::ReplyWithTemplate	 mailnews/compose/src/nsMsgComposeService.cpp:1167
1	thunderbird.exe	nsParseNewMailState::ApplyForwardAndReplyFilter	mailnews/local/src/nsParseMailbox.cpp:2295
2	thunderbird.exe	nsPop3Sink::IncorporateComplete	mailnews/local/src/nsPop3Sink.cpp:931
3	thunderbird.exe	nsPop3Protocol::HandleLine	mailnews/local/src/nsPop3Protocol.cpp:3249
4	thunderbird.exe	nsPop3Protocol::RetrResponse	mailnews/local/src/nsPop3Protocol.cpp:3032
5	thunderbird.exe	nsPop3Protocol::ProcessProtocolState	mailnews/local/src/nsPop3Protocol.cpp:3657
crash happens everytime I start to download my Mails from a pop3 Server. Download starts, receiving 1 E-Mail, then the application crashes. 

System: win7 32Bit (new installation - 1 week ago, all updates), AMD
frank, do you still see this crash? If not, when did it go away

bp-88bc7e36-0532-4a61-932a-cb8402100628 3.1 (clareoleary)
1171 nsresult rv = GetExistingFolder(folderUri, getter_AddRefs(templateFolder));
1172 NS_ENSURE_SUCCESS(rv, rv);
1173 rv = templateFolder->GetMsgDatabase(getter_AddRefs(templateDB)); 

750 nsresult GetExistingFolder(const nsCString& aFolderURI, nsIMsgFolder **aFolder)
768   // Parent doesn't exist means that this folder doesn't exist.
769   nsCOMPtr<nsIMsgFolder> parentFolder;
770   rv = thisFolder->GetParent(getter_AddRefs(parentFolder));
771   if (NS_SUCCEEDED(rv) && parentFolder)
772     NS_ADDREF(*aFolder = thisFolder);
773   return rv;
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Crash Signature: [@ nsMsgComposeService::ReplyWithTemplate(nsIMsgDBHdr*, char const*, nsIMsgWindow*, nsIMsgIncomingServer*)]
You need to log in before you can comment on or make changes to this bug.