Closed
Bug 39734
Opened 25 years ago
Closed 22 years ago
Switching to IMAP mail folder causes segfault
Categories
(MailNews Core :: Networking: IMAP, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: chrisf, Assigned: mscott)
References
()
Details
(Keywords: crash)
From Bugzilla Helper:
User-Agent: Mozilla/4.7 [en] (X11; U; Linux 2.2.14 i686; Nav)
BuildID: 2000051720
I was running strace at the time:
In sortColumn
SetupCommandUpdateHandlers
WEBSHELL+ = 10
in showthreads
JavaScript error:
line 0: uncaught exception: [Exception... "Component returned failure code:
0x80004002 (NS_NOINTERFACE) [nsIRDFCompositeDataSource.GetTarget]" nsresult:
"0x80004002 (NS_NOINTERFACE)" location: "JS frame ::
chrome://messenger/content/mail3PaneWindowCommands.js :: FillInFolderTooltip ::
line 729" data: no]
imap://cjf1452@fisher/INBOX
In ChangeFolderByURI
.//run-mozilla.sh: line 29: 8141 Segmentation fault $prog ${1+"$@"}
[WIFEXITED(s) && WEXITSTATUS(s) == 0], 0, NULL) = 8136
SYS_175(0, 0xbffffa74, 0xbffff9f4, 0x8, 0) = 0
SYS_175(0x2, 0xbffff9f4, 0, 0x8, 0x2) = 0
SYS_175(0, 0xbffffa78, 0xbffff9f8, 0x8, 0) = 0
SYS_175(0x2, 0xbffff9f8, 0, 0x8, 0x2) = 0
SYS_175(0x2, 0xbffffb18, 0, 0x8, 0x2) = 0
--- SIGCHLD (Child exited) ---
wait4(-1, 0xbffff9cc, WNOHANG, NULL) = -1 ECHILD (No child processes)
sigreturn() = ? (mask now [])
SYS_174(0x2, 0xbffff918, 0xbffff88c, 0x8, 0x2) = 0
SYS_175(0, 0, 0x80b4384, 0x8, 0) = 0
SYS_175(0, 0xbffff368, 0xbffff2e8, 0x8, 0) = 0
SYS_175(0x2, 0xbffff2e8, 0, 0x8, 0x2) = 0
SYS_175(0, 0xbffff36c, 0xbffff2ec, 0x8, 0) = 0
SYS_175(0x2, 0xbffff2ec, 0, 0x8, 0x2) = 0
read(3, "", 44) = 0
_exit(0)
Reproducible: Always
Steps to Reproduce:
1. Set up qmail as IMAP
2. create your mailbox
3. point Mozilla at the mbox file containing messages
correcting component
Assignee: putterman → mscott
Status: UNCONFIRMED → NEW
Component: Mail Window Front End → Networking - IMAP
Ever confirmed: true
Assignee | ||
Comment 2•25 years ago
|
||
chris, do you know what kind of imap server this is? If you give me the full
server name I can try to telnet to it and find out too..
you can type telnet servername 143
and it should show you the name of the server in the greeting.
Assignee | ||
Updated•25 years ago
|
Comment 3•25 years ago
|
||
Is this still happening?
Comment 4•25 years ago
|
||
I think this is a bug that was fixed a long time ago. Does anyone disagree?
Comment 5•25 years ago
|
||
I don't disagree :)
If we believe this to be the case, and given the M20 milestone, could we mark
WFM?
Comment 6•25 years ago
|
||
marking WFM. If it's still happening, please reopen.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → REMIND
Comment 8•22 years ago
|
||
This is marked REMIND. This should have been fixed when verifying.
Status: VERIFIED → REOPENED
Resolution: REMIND → ---
Comment 9•22 years ago
|
||
WFM.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 22 years ago
Resolution: --- → WORKSFORME
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
•