Closed
Bug 99520
Opened 24 years ago
Closed 8 years ago
Assertions replying to an IMAP message.
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: stephend, Unassigned)
Details
Attachments
(1 file)
|
36.40 KB,
text/plain
|
Details |
When replying to a message in my IMAP Inbox, I get the following assertion
(plus, many more) This message has 3 attachments, I'll try other messages now.
NTDLL! 77fa018c()
nsDebug::Assertion(const char * 0x051f5e88, const char * 0x051f5e74, const char
* 0x051f5e40, int 257) line 290 + 13 bytes
nsDebug::WarnIfFalse(const char * 0x051f5e88, const char * 0x051f5e74, const
char * 0x051f5e40, int 257) line 396 + 21 bytes
nsImapUrl::GetImapExtensionSink(nsImapUrl * const 0x04a70000,
nsIImapExtensionSink * * 0x0580fe04) line 257 + 44 bytes
nsImapProtocol::SetupSinkProxy() line 492 + 59 bytes
nsImapProtocol::ProcessCurrentURL() line 1044
nsImapProtocol::ImapThreadMainLoop() line 944 + 14 bytes
nsImapProtocol::Run(nsImapProtocol * const 0x028f3504) line 742
nsThread::Main(void * 0x03b0c7f0) line 105 + 26 bytes
_PR_NativeRunThread(void * 0x03b0c8f0) line 413 + 13 bytes
_threadstartex(void * 0x03b0cab0) line 212 + 13 bytes
KERNEL32! 77e8758a()
| Reporter | ||
Comment 1•24 years ago
|
||
My particular message has DOC, RTF and WPD (wordperfect document) attachments
of a resume.
| Reporter | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Stephen: should I be able to see these asserts? I just use the normal nightly
installs. I can load the mail fine and view the attachments.
| Reporter | ||
Comment 4•24 years ago
|
||
Assertions can only be seen with a debug build (at build time, set MOZ_DEBUG=1).
If you don't compile the build yourself, no.
| Reporter | ||
Comment 5•24 years ago
|
||
Seth, this message was the message that I told you about when we were working on
reproducing Sol's slow-forwarding problem.
Comment 6•22 years ago
|
||
trying to reply to message attached in this bug I see:
###!!! ASSERTION: This function was called on two disconnected nodes!: 'Error',
file c:/mozilla/mozilla/content/base/src/nsContentUtils.cpp, line 1110
Updated•21 years ago
|
Product: MailNews → Core
Comment 7•20 years ago
|
||
I see the same on Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050804
###!!! ASSERTION: This function was called on two disconnected nodes!: 'Error',
file nsContentUtils.cpp, line 1118
Break: at file nsContentUtils.cpp, line 1118
###!!! ASSERTION: This function was called on two disconnected nodes!: 'Error',
file nsContentUtils.cpp, line 1118
Break: at file nsContentUtils.cpp, line 1118
###!!! ASSERTION: This function was called on two disconnected nodes!: 'Error',
file nsContentUtils.cpp, line 1118
Break: at file nsContentUtils.cpp, line 1118
Updated•17 years ago
|
Assignee: mscott → nobody
| Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•17 years ago
|
QA Contact: grylchan → networking.imap
Comment 9•8 years ago
|
||
(In reply to Wayne Mery (:wsmwk, NI for questions) from comment #8)
> Does this still occur?
No, it does not under linux at least (I checked with my C-C debug build).
I suppose it does not under windows, too. I mean I can load the message uploaded here and forward it to my account without any issue using the current TB version under Windows (non-debug build). (52.2.1)
Comment 10•8 years ago
|
||
thanks for checking!
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•