Closed
Bug 75589
Opened 24 years ago
Closed 21 years ago
Lots of assertions replying to IMAP mail
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: sfraser_bugs, Assigned: mscott)
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
I see these assertions when replying to a plain text IMAP message in my inbox:
###!!! ASSERTION: NS_ENSURE_TRUE(m_imapMailFolderSink) failed:
'm_imapMailFolderSink', file nsImapUrl.cpp, line 197
###!!! ASSERTION: NS_ENSURE_TRUE(m_imapExtensionSink) failed:
'm_imapExtensionSink', file nsImapUrl.cpp, line 254
###!!! ASSERTION: NS_ENSURE_TRUE(m_imapMiscellaneousSink) failed:
'm_imapMiscellaneousSink', file nsImapUrl.cpp, line 274
###!!! ASSERTION: couldn't get proxies: 'NS_SUCCEEDED(res)', file
nsImapProtocol.cpp, line 509
###!!! ASSERTION: NS_ENSURE_TRUE(m_imapServerSink) failed: 'm_imapServerSink',
file nsImapUrl.cpp, line 235
###!!! ASSERTION: couldn't get proxies: 'NS_SUCCEEDED(res)', file
nsImapProtocol.cpp, line 521
###!!! ASSERTION: couldn't get proxies: 'NS_SUCCEEDED(res)', file
nsImapProtocol.cpp, line 527
###!!! ASSERTION: NS_ENSURE_TRUE(m_imapMailFolderSink) failed:
'm_imapMailFolderSink', file nsImapUrl.cpp, line 197
###!!! ASSERTION: NS_ENSURE_TRUE(m_imapExtensionSink) failed:
'm_imapExtensionSink', file nsImapUrl.cpp, line 254
###!!! ASSERTION: NS_ENSURE_TRUE(m_imapMiscellaneousSink) failed:
'm_imapMiscellaneousSink', file nsImapUrl.cpp, line 274
###!!! ASSERTION: couldn't get proxies: 'NS_SUCCEEDED(res)', file
nsImapProtocol.cpp, line 509
###!!! ASSERTION: NS_ENSURE_TRUE(m_imapServerSink) failed: 'm_imapServerSink',
file nsImapUrl.cpp, line 235
###!!! ASSERTION: couldn't get proxies: 'NS_SUCCEEDED(res)', file
nsImapProtocol.cpp, line 521
###!!! ASSERTION: couldn't get proxies: 'NS_SUCCEEDED(res)', file
nsImapProtocol.cpp, line 527
###!!! ASSERTION: missing url or sink: 'PR_FALSE', file nsImapProtocol.cpp, line
1138
Reporter | ||
Comment 1•24 years ago
|
||
I've heard windows folks say they see these too.
Assignee | ||
Comment 2•24 years ago
|
||
any kind of message in particular? i haven't been able to reproduce this.
is it during the reply or during the send (i.e. when copying to an online imap
sent folder)
Reporter | ||
Comment 3•24 years ago
|
||
The assertions happen while the compose window is coming up, and being filled
with quoted text etc. I'll attach some stacks.
Reporter | ||
Comment 4•24 years ago
|
||
QA Contact: esther → stephend
Comment 5•21 years ago
|
||
Are we still seeing these asserts? very old bug....
Reporter | ||
Comment 6•21 years ago
|
||
dead
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Comment 7•21 years ago
|
||
Verified...I'm assuming you're referring to 'OS8.5'?
Status: RESOLVED → VERIFIED
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
•