Closed
Bug 221063
Opened 22 years ago
Closed 20 years ago
100% CPU loop when subscribing and profile's News directory has not been created
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: phil, Unassigned)
Details
(Keywords: hang)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030908 Debian/1.4-4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030908 Debian/1.4-4
Since I can't get trn working, I fired up 1.4 and tried to subscribe to a Moz
newsgroup. When I clicked on "Retrieve messages for account," everything
instantly hung with the CPU getting smoked; strace showed
open("/home/pme/.mozilla/default/jx7zv382.slt/News/news.day.sbcglobal.net/netscape.public.mozilla.unix.msf",
O_RDWR|O_CREAT|O_TRUNC, 0666) = -1 ENOENT (No such file or directory)
stat64("/home/pme/.mozilla/default/jx7zv382.slt/News/news.day.sbcglobal.net/netscape.public.mozilla.unix.msf",
0xbfffee80) = -1 ENOENT (No such file or directory)
unlink("/home/pme/.mozilla/default/jx7zv382.slt/News/news.day.sbcglobal.net/netscape.public.mozilla.unix.msf")
= -1 ENOENT (No such file or directory)
stat64("/home/pme/.mozilla/default/jx7zv382.slt/News/news.day.sbcglobal.net/netscape.public.mozilla.unix.msf",
0xbfffee70) = -1 ENOENT (No such file or directory)
open("/home/pme/.mozilla/default/jx7zv382.slt/News/news.day.sbcglobal.net/netscape.public.mozilla.unix.msf",
O_RDWR|O_CREAT|O_TRUNC, 0666) = -1 ENOENT (No such file or directory)
stat64("/home/pme/.mozilla/default/jx7zv382.slt/News/news.day.sbcglobal.net/netscape.public.mozilla.unix.msf",
0xbfffee80) = -1 ENOENT (No such file or directory)
unlink("/home/pme/.mozilla/default/jx7zv382.slt/News/news.day.sbcglobal.net/netscape.public.mozilla.unix.msf")
= -1 ENOENT (No such file or directory)
stat64("/home/pme/.mozilla/default/jx7zv382.slt/News/news.day.sbcglobal.net/netscape.public.mozilla.unix.msf",
0xbfffee70) = -1 ENOENT (No such file or directory)
open("/home/pme/.mozilla/default/jx7zv382.slt/News/news.day.sbcglobal.net/netscape.public.mozilla.unix.msf",
O_RDWR|O_CREAT|O_TRUNC, 0666) = -1 ENOENT (No such file or directory)
stat64("/home/pme/.mozilla/default/jx7zv382.slt/News/news.day.sbcglobal.net/netscape.public.mozilla.unix.msf",
0xbfffee80) = -1 ENOENT (No such file or directory)
and so on, over and over.
The "News" directory never existed. Making that directory and the nntpserver
directory under that one by hand allowed Mozilla to break out of its loop and
retrieve the messages.
Reproducible: Always
Steps to Reproduce:
1. If you have a news directory in your profile, delete it. (I didn't have one,
but I presume that Mozilla is simply assuming it's already there, created by...
something else...)
2. Subscribe to a newsgroup and get the list of postings. Have a second CPU
handy, you'll need it.
3. mkdir the missing profile directories.
Actual Results:
Infinite loop.
Expected Results:
Better error handling. No assumption making. Actually check that directories
exist before traversing them.
This profile was /not/converted from a Netscape profile or anything like that.
Maybe that's what normally creates the news dir?
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•20 years ago
|
Assignee: sspitzer → mail
Comment 1•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 2•20 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → EXPIRED
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: stephend → search
You need to log in
before you can comment on or make changes to this bug.
Description
•