Closed
Bug 111015
Opened 23 years ago
Closed 22 years ago
IMAP spins "Opening folder..."
Categories
(MailNews Core :: Backend, defect, P1)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
mozilla1.0
People
(Reporter: mikepinkerton, Assigned: Bienvenu)
Details
(Keywords: regression, Whiteboard: [ADT NEED INFO] [ADT2])
Attachments
(1 file)
(deleted),
text/plain
|
Details |
With recent builds (last week and 11/20/01, osx), I can't check my IMAP mail. it
just sits and spins with the staus "Opening folder..."
Clicking stop crashes (another bug filed on that). Can't check email at all. 6.2
works just fine.
Reporter | ||
Updated•23 years ago
|
Keywords: regression,
smoketest
Reporter | ||
Comment 1•23 years ago
|
||
cc'ing darin, since yesterday i told him this had gone away. sorry, darin. It
came back this morning with the same bits.
Comment 2•23 years ago
|
||
Darin is this related to the url parsing changes? We have several XP smoketest
blockers today that are caused by a check in to nsURLParsers.cpp. This could be
a symptom of that as well.
Comment 3•23 years ago
|
||
Hey Mike, when you say it came back today with the same bits do you mean it came
back with today's release bits? Or using an older build where it was working, it
is now showing this problem?
Reporter | ||
Comment 4•23 years ago
|
||
i used a build from last week, it didn't work. i used a build from yesterday and
it worked yesterday but the same bits (yesterday's) don't work for me today.
Comment 5•23 years ago
|
||
pink: build from last week? before friday? if so, then it would seem that this
wouldn't have anything to do with URL parsing, since the URL parsing changes
landed thursday evening.
Comment 6•23 years ago
|
||
I'm running a release build on OSX from yesterday and I don't see this. So I
don't think it's effecting everyone. I'd like to take this off the smoketest
list but still leave it as a blocker for me to investigate today. Is that okay
with you Mike?
Comment 7•23 years ago
|
||
taking off the smoktest list but leaving as a P1 blocker. I will try to get in a
state where I can reproduce this today.
For starters, can you create an imap log and send it to me? Steps to do that are
here:
http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html#imap
Reporter | ||
Comment 8•23 years ago
|
||
as long as somone is looking at it. i want to test some nspr patches for smfr on
my dual-cpu box, but this is blocking me from doing that. Perhaps it's a
dual-cpu thing again in another form if others aren't seeing it and only I am.
Comment 9•23 years ago
|
||
in addition to the imap log, which build from last week did you first notice
this problem?
Status: NEW → ASSIGNED
Reporter | ||
Comment 10•23 years ago
|
||
this works fine for me with today's packaged bits, just not at all in my debug
tree. how could they be different?
Reporter | ||
Comment 11•23 years ago
|
||
oh, dear, i have no idea. i think it was like last thursday or something (again,
my own debug build). i haven't been working much on the trunk of late, so i just
figured i'd pulled at a bad time. i'll get that log now.
Reporter | ||
Comment 12•23 years ago
|
||
the imap log file taken from my 11/19/01 debug build
Comment 13•23 years ago
|
||
according to the log we did all the work we are supposed to. When it just sits
and spins, is the thread pane blank?
Reporter | ||
Comment 14•23 years ago
|
||
yes, the threadpane is blank and the progress meter is indeterminant and
spinning. clicking stop crashes.
Comment 15•23 years ago
|
||
I actually cannot reproduce this problem on my MacOS 10.1 on commercial
11-20-04-trunk build...
Reporter | ||
Comment 16•23 years ago
|
||
i also see lots of these assertions:
+++ nsGenericModule nsMsgSMIMEModule: unable to create factory for
{9e4b07ee-e980-11d2-a506-0060b0fc04b7}
And also this js exception:
failed to get view & sort values. ex = [Exception... "Component returned
failure code: 0x80004003 (NS_ERROR_INVALID_POINTER)
[nsIMsgFolder.getMsgDatabase]" nsresult: "0x80004003
(NS_ERROR_INVALID_POINTER)" location: "JS frame ::
chrome://messenger/content/commandglue.js :: FolderPaneSelectionChange :: line
683" data: no]
Assignee | ||
Comment 17•23 years ago
|
||
Mike, try moving away your Inbox.msf file (don't delete it, since if it's
causing the problem, we'd need to debug why). Do you see any assertions from
Mork when you run a debug build?
Reporter | ||
Comment 18•23 years ago
|
||
when i moved the file away, nothing happened when i launched mail (it didn't try
to load any folder since i no longer had an inbox). clicking on another imap
folder started to open and stalled. i put the file back and i can use mail just
fine with 6.2.
Comment 19•23 years ago
|
||
Hello -- is it possible this issue is related to '104481'. The intermittant
delays for mailbox access has been magnified with Nov20_096 -- specific to "save
copy.." and "save draft.." when using IMAP over SSL.
-GA
Assignee | ||
Comment 20•23 years ago
|
||
Mike would have told us if he was using SSL, right? :-) I'll try SSL on windows.
Assignee | ||
Comment 21•23 years ago
|
||
IMAP SSL on windows works fine. Save draft worked fine (no performance
difference) with a build from a tree pulled 11/20.
Reporter | ||
Comment 22•23 years ago
|
||
ah-ha!
so it works the _first_ time (when component reg is done) and then never again.
the first time I don't get any of the factory errors or asserstions about
[nsIMsgFolder.getMsgDatabase]. Every time after, i do.
wasn't this a different blocker? at what point was that backed out? The build
i'm currently working with was pulled at about 3:30pm PST on 11/20.
Reporter | ||
Comment 23•23 years ago
|
||
yes, just confirmed it takes two runs of mozilla to see this happen. tossing the
component reg makes the bug go away, but then the next time you run moz, mail is
broken again.
Assignee | ||
Comment 24•23 years ago
|
||
Hey, mscott, could this smime stuff be involved? nsGenericModule
nsMsgSMIMEModule? Or is that a red herring? Are all the factory assertions
involving SMIME? Does the registry get screwed up if we have a problem
registering a factory?
Comment 25•23 years ago
|
||
I think the smime thing is a red herring. But it is strange that Mike would see
that assertion many times in the 3-pane. In theory we would never load that
module unti you brought up the mailnews account manager.
I do think the reason we never stop spinning is because of the JS error:
[nsIMsgFolder.getMsgDatabase]" nsresult: "0x80004003
(NS_ERROR_INVALID_POINTER)" location: "JS frame ::
chrome://messenger/content/commandglue.js :: FolderPaneSelectionChange
I bet that exception causes us to break out of our JS code before we turn the
busy signal off......
Comment 26•23 years ago
|
||
is this bug really Mac only? (i can't test it on windoze, my installation is shot)
Reporter | ||
Comment 27•23 years ago
|
||
marina reports seeing this as well in a different bug with a build from a day or
two ago. I'm not alone ;)
Comment 28•23 years ago
|
||
Question (probably for Mike or David),
I'm seeing this when I go offline. I am assuming it's the same
bug and not a new offline bug. I've seen this in the current
builds. Very easy to reproduce:
-login in to imap mail
-click offline icon
-don't download at the prompt
-go back online
-click on a folder
result: imap spins. No mesgs appear. Just get the hourglass for mouse
and spinning barber pole. The only way to get out is to
exit the application and restart it.
If it's a new bug, please let me know. I only see this on Mac builds.
Reporter | ||
Comment 29•23 years ago
|
||
fwiw, this still happens with my 12/11/01 debug build. the 12/11/01 opt build
works fine.
ideas?
Updated•23 years ago
|
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.9
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.0
Comment 30•23 years ago
|
||
I am seeing this same issue, build 2002030808. However it does only seem to
happen on my INBOX, subfolders seem to work alright.
Assignee | ||
Comment 31•23 years ago
|
||
Sean, can you attach a protocol log, and edit out any sensitive info?
http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html#imap
thx.
Assignee | ||
Comment 33•23 years ago
|
||
Mike, can you still recreate this, and if so, could you attach a protocol log? thx.
Comment 34•23 years ago
|
||
i can't reproduce this w/commercial trunk 2002031107 on 10.1.3
Comment 35•23 years ago
|
||
ADT Needs info: who is seeing this and is there any more info. we can get for a
reproducable test case? Marina can you still see this?
Whiteboard: [ADT NEED INFO] [ADT2]
Reporter | ||
Comment 36•23 years ago
|
||
this magically went away for me. i haven't seen it in a while. again, it worries
me when networking problems magically go away, but....
Assignee | ||
Comment 37•23 years ago
|
||
Sean, do you still see this?
Comment 38•23 years ago
|
||
same for me... i haven't seen it for a while, somehow went away.
Comment 39•23 years ago
|
||
Maybe my PR_Poll fix from Friday fixed this?
Assignee | ||
Comment 40•23 years ago
|
||
Simon, maybe, though it sounds like it went away for pink and marina before
Friday...if it has gone away. I'm going to mark wfm, and we can re-open it if it
happens again.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 42•22 years ago
|
||
I have this problem consistently when using IMAP over SSL. I use Netscape 7.0 (
Mozilla/5.0 (Macintosh;
U; PPC Mac OS X; en-US; rv:1.0.1 Gecko/20020826) on Mac OS X 10.2.1. I have had
it too on earlier Mozilla versions and on Netscape 7.
I'd love to give you a log file but the procedure in
http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html#imap does not
work for me. I drag the text file onto the icon and mozilla opens, displaying
just the text file. I cannot find a log file either. Maybe I'm misunderstanding
the instructions?
Matthias (berth at decodon.com)
Status: VERIFIED → REOPENED
Resolution: WORKSFORME → ---
Assignee | ||
Comment 43•22 years ago
|
||
please download a new trunk build. The ssl issue on the mac was fixed a couple
weeks ago, I believe.
Status: REOPENED → RESOLVED
Closed: 23 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
•