Closed
Bug 362188
Opened 18 years ago
Closed 18 years ago
Thunderbird crashes during startup [@ msg_pick_real_name]
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 315091
People
(Reporter: davor.cubranic, Assigned: mscott)
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
Thunderbird 1.5.0.8, build 2006102517
When I start Thunderbird, the application window appears, TB connects to my IMAP server (according to the messages that appear in the status bar), and then the Talkback dialog comes up. This happens 100% of the time, unless I press escape before the interaction with the server is done. In that case, I can keep using Thunderbird, for example to access the second account that I have set up in it. One of the reports that I filed is TB26639293.
This happens both in Windows (stock 1.5.0.8) and Ubuntu Linux (by the Ubunutu's packaged version of 1.5.0.8). Looking at the stack trace in the talkback report shown above, it looks like the crash happens while one of my email filters is forwarding to Spamcop new emails flagged on the server as spam. I have had this filter for several months now and have used it without problems until this crash started occurring two days ago.
Reproducible: Always
Reporter | ||
Comment 1•18 years ago
|
||
Turning off the said filters avoids the crash, but I'm still not sure what happened in the last few days to make it start crashing.
Comment 2•18 years ago
|
||
(In reply to comment #1)
> Turning off the said filters avoids the crash, but I'm still not sure what
> happened in the last few days to make it start crashing.
>
Stack trace from talkback report:
Stack Signature msg_pick_real_name 197698ee
Product ID Thunderbird15
Build ID 2006102517
Trigger Time 2006-11-28 22:14:05.0
Platform Win32
Operating System Windows NT 5.1 build 2600
Module THUNDE~1.EXE + (004bbf9f)
URL visited
User Comments Started TB, it crashes while it was connecting to my IMAP account. (currently 100% reproducible)
Since Last Crash 1 sec
Total Uptime 26307 sec
Trigger Reason Access violation
Source File, Line No. c:/builds/tinderbox/Tb-Mozilla1.8.0-Release/WINNT_5.2_Depend/mozilla/mailnews/compose/src/nsMsgCompUtils.cpp, line 1653
Stack Trace
msg_pick_real_name [mozilla/mailnews/compose/src/nsMsgCompUtils.cpp, line 1653]
nsMsgComposeAndSend::AddCompFieldRemoteAttachments [mozilla/mailnews/compose/src/nsMsgSend.cpp, line 2466]
nsMsgComposeAndSend::HackAttachments [mozilla/mailnews/compose/src/nsMsgSend.cpp, line 2639]
nsMsgComposeAndSend::Init [mozilla/mailnews/compose/src/nsMsgSend.cpp, line 3244]
nsMsgComposeAndSend::CreateAndSendMessage [mozilla/mailnews/compose/src/nsMsgSend.cpp, line 4087]
nsMsgCompose::_SendMsg [mozilla/mailnews/compose/src/nsMsgCompose.cpp, line 943]
nsMsgCompose::SendMsg [mozilla/mailnews/compose/src/nsMsgCompose.cpp, line 1123]
nsMsgComposeService::ForwardMessage [mozilla/mailnews/compose/src/nsMsgComposeService.cpp, line 1181]
nsImapMailFolder::ApplyFilterHit [mozilla/mailnews/imap/src/nsImapMailFolder.cpp, line 3457]
nsMsgFilterList::ApplyFiltersToHdr [mozilla/mailnews/base/search/src/nsMsgFilterList.cpp, line 336]
nsImapMailFolder::NormalEndHeaderParseStream [mozilla/mailnews/imap/src/nsImapMailFolder.cpp, line 3023]
nsImapMailFolder::ParseMsgHdrs [mozilla/mailnews/imap/src/nsImapMailFolder.cpp, line 2835]
XPTC_InvokeByIndex [mozilla/xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp, line 102]
EventHandler [mozilla/xpcom/proxy/src/nsProxyEvent.cpp, line 561]
0x778b0c24
nsWindowWatcher::CalculateChromeFlags [mozilla/embedding/components/windowwatcher/src/nsWindowWatcher.cpp, line 1303]
0x29388366
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Updated•18 years ago
|
Product: Core → MailNews Core
Updated•18 years ago
|
Component: General → MailNews: Composition
Product: Thunderbird → Core
Summary: Thunderbird crashes during startup → Thunderbird crashes during startup [@ msg_pick_real_name]
Version: unspecified → 1.8 Branch
Updated•13 years ago
|
Crash Signature: [@ msg_pick_real_name]
You need to log in
before you can comment on or make changes to this bug.
Description
•