Closed
Bug 2912
Opened 26 years ago
Closed 25 years ago
IMAP Crash canceling make new folder
Categories
(MailNews Core :: Backend, defect, P2)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M15
People
(Reporter: ricardob, Assigned: mscott)
Details
(This bug imported from BugSplat, Netscape's internal bugsystem. It
was known there as bug #332751
http://scopus.netscape.com/bugsplat/show_bug.cgi?id=332751
Imported into Bugzilla on 02/04/99 16:23)
I attempted to create a new folder in the IMAP
server with the name "November98", but the process
dialog just sat there for a minute until I hit
cancel. Then the crash occured.
After I restarted Netscape I was able to create a folder called Nov98 without
problems.
MSG_Master::GetIMAPHostTable() line 779 3 bytes
MSG_SetHostMailAccountURL(MSG_Master * 0xdddddddd, char * 0x0591a207, char *
0x058f26e0) line 988 12 bytes
msgSetMailAccountURL(void * 0x0353fdf8, void * 0x0591a207) line 599 52 bytes
TImapFEEvent::DoEvent() line 1755 20 bytes
NET_ProcessIMAP4(_ActiveEntry * 0x059158f0) line 11072
NET_ProcessNet(unsigned int 732, int 2) line 3577 9 bytes
CHiddenFrame::OnForceIOSelect(unsigned int 4, long -1) line 251 13 bytes
CWnd::OnWndMsg(unsigned int 49412, unsigned int 4, long -1, long * 0x0012f6c8)
line 1890 17 bytes
CWnd::WindowProc(unsigned int 49412, unsigned int 4, long -1) line 1522 30
bytes
AfxCallWndProc(CWnd * 0x00ff9220 {CHiddenFrame hWnd=0x000d0224}, HWND__ *
0x000d0224, unsigned int 49412, unsigned int 4, long -1) line 210 26 bytes
AfxWndProc(HWND__ * 0x000d0224, unsigned int 49412, unsigned int 4, long -1)
line 363 25 bytes
AfxWndProcBase(HWND__ * 0x000d0224, unsigned int 49412, unsigned int 4, long -1)
line 203 21 bytes
USER32! 77e71250()
ffffffff()
this 0xdddddddd
from msgmast.cpp:
MSG_IMAPHostTable *MSG_Master::GetIMAPHostTable()
{
if (!m_imapHostTable) /****CRASH*****/
{
m_imapHostTable = new MSG_IMAPHostTable(this);
GetFolderTree(); // make sure we've loaded the hosts
}
return m_imapHostTable;
}
Comment 1•26 years ago
|
||
Batch reassigning chrisf's empty-TFV bugs to mscott and marking TFV 5.0
Updated•26 years ago
|
Target Milestone: M6
Comment 2•26 years ago
|
||
M6
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6 → M8
Assignee | ||
Comment 3•26 years ago
|
||
you can't create new folders yet for imap in mozilla so this isn't an m6 bug.
m8.
Assignee | ||
Comment 4•26 years ago
|
||
M11 triage.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8 → M11
Assignee | ||
Comment 5•26 years ago
|
||
whenever I accept a bug and change the milestone in the same bugreport, bugzilla
ignores my milestone change...strange...changing target to m11.
changing platform from PC to All since this bug, if still exists, would need to
be checked on all platforms.
Comment 7•25 years ago
|
||
Triage to M15
Updated•25 years ago
|
QA Contact: scurtis → huang
Comment 8•25 years ago
|
||
Change QA Contact to me since it's my feature now
Comment 9•25 years ago
|
||
I was going to mark this worksforme, but when I try to create an IMAP folder
using the New Folder dialog, no folder is added. At least it doesn't crash :-)
Seth, do you think this is related to bug 16341?
Comment 10•25 years ago
|
||
I don't think its related to 16341, as I think that is a nsMsgNewsFolder
specific problem, as the parent folder (the server) isn't being notified that it
has a new child.
(Notice creating a new local mail folder works.)
I'm able to create a new top level subfolder in imap on my windows build.
(unable to create a subfolder of subfolder, but I think that bug already
exists.)
Comment 11•25 years ago
|
||
Karen - pls check this. I think it should be working ok now.
Comment 12•25 years ago
|
||
Yes. It is.
OK for verifying on Mac 2000-01-24-01-M13 commercial build
OK for verifying on WinNT 2000-01-21-08-M13 commercial build
OK for verifying on Linux 2000-01-21-08-M13 commercial build
Marking as "workforme" for the current builds!!
Status: ASSIGNED → RESOLVED
Closed: 25 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
•