Closed
Bug 57659
Opened 25 years ago
Closed 24 years ago
"path: (null)" in NNTP log
Categories
(MailNews Core :: Networking: NNTP, defect, P3)
MailNews Core
Networking: NNTP
Tracking
(Not tracked)
People
(Reporter: bugzilla, Assigned: sspitzer)
Details
Not a rtm++ bug...:) but anyways:
I'm getting a:
"about to display newsgroups. path: (null)" in my NNTP log.
is the "null" a bad thing?
It comes from:
http://lxr.mozilla.org/mozilla/source/mailnews/news/src/nsNNTPProtocol.cpp#2704
just wanted to know if the nulll was a bad thing. News seems to run ok.
Mass moving all NEWS bugs from esther to myself.
QA Contact: suresh → stephend
Comment 2•24 years ago
|
||
Reporter are you still seeing this in the latest nightlies?
| Reporter | ||
Comment 3•24 years ago
|
||
still seeing this in build 200103016
It happens after I press Refresh in the subscribe dialog.
| Assignee | ||
Comment 4•24 years ago
|
||
this relates to some other bugs. I've also seen it happen on exit.
when you see this, we are trying to send "ARTICLE <" to the server.
I've got a patch in my tree to not send that bogus string to the server.
the more imporant question is why are we trying to do that?
interesting that hitting refresh causes this. perhaps in both cases we are not
properly closing the current connection.
the related bug is #72317
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•24 years ago
|
||
I've checked in a patch that prevents us from sending "ARTICE <".
I still need to figure out why we get into that bogus state.
*** Bug 73920 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 7•24 years ago
|
||
Should the dupe be the other way, since it's not only in the "path:" log that
the "null" is seen?
0[346138]: m_messageID = (null)
0[346138]: group = (null)
0[346138]: commandSpecificData = (null)
0[346138]: Receiving: (null)
Yeah, sorry ;-).
*** This bug has been marked as a duplicate of 73920 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 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
•