Closed
Bug 209641
Opened 22 years ago
Closed 22 years ago
no newsdownload if newserver directory is missing
Categories
(MailNews Core :: Networking: NNTP, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(1 file)
564 bytes,
patch
|
Bienvenu
:
review+
|
Details | Diff | Splinter Review |
I just added a newsserver (news.mozilla.org) and subscribed to a group.
I accidently deleted the news.mozilla.org directory under news and now I cant
download anything from the newsserver. Hightlighting the newsserver does NOTHING!...
20030616
Assignee | ||
Comment 1•22 years ago
|
||
I can see how many newspostings there are in the newsgroup via the folderpane.
But no newspostings appear in the mesasge page.
it's 100% a problem that the newsgroup directory doesn't exist. This could
affect some other users
Assignee | ||
Comment 2•22 years ago
|
||
yes... creating an empty "news.mozilla.org" directory fixed the problem.
Mozilla should auto create that directory
Assignee | ||
Comment 3•22 years ago
|
||
I think is failing in:
http://lxr.mozilla.org/mozilla/source/mailnews/news/src/nsNntpIncomingServer.cpp#867
883 PRBool exists;
884 rv = mHostInfoFile->Exists(&exists);
885 if (NS_FAILED(rv)) return rv;
and then it seems like this i failing:
http://lxr.mozilla.org/mozilla/source/mailnews/news/src/nsNntpIncomingServer.cpp#979
980 if (!aForceToServer) {
981 rv = LoadHostInfoFile();
982 if (NS_FAILED(rv)) return rv;
983 }
not sure since I have no debugging option...
Assignee | ||
Comment 4•22 years ago
|
||
removing the directory it says:
###!!! ASSERTION: morkBool_kFalse: '0', file c:/mozilla/mozilla/db/mork/src/mork
Config.cpp, line 57
will investigate more...
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #134976 -
Flags: review?(bienvenu)
![]() |
||
Comment 7•22 years ago
|
||
Comment on attachment 134976 [details] [diff] [review]
create the dir if it's not there
I'll check this in if you want.
Attachment #134976 -
Flags: review?(bienvenu) → review+
Assignee | ||
Comment 8•22 years ago
|
||
checkin: please do, please do...:)
Assignee | ||
Comment 9•22 years ago
|
||
checkin: please do, please do...:)
![]() |
||
Comment 10•22 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•