Closed
Bug 58716
Opened 24 years ago
Closed 17 years ago
getting "m_newsHost is null, panic!" when adding newsgroup directly from webpage
Categories
(MailNews Core :: Networking: NNTP, defect)
MailNews Core
Networking: NNTP
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: bugzilla, Unassigned)
References
()
Details
If you go to:
http://www.macromedia.com/software/flash/open/licensing/sourcecode/faq.html
and click on the:
news://forums.macromedia.com/macromedia.open-swf
link you'll get something like this in you NNTP log:
0[343fd8]:
InitializeNewsFolderFromUri(news://forums.macromedia.com/macromedia.open-swf)
0[343fd8]: Next state: NNTP_RESPONSE
0[343fd8]: Receiving: 200 misc.macromedia.com InterNetNews NNRP server INN 1.7.2
08-Dec-1997 ready (posting ok).
0[343fd8]: Next state: SEND_FIRST_NNTP_COMMAND
0[343fd8]: m_newsHost is null, panic!
0[343fd8]: Next state: NNTP_ERROR
0[343fd8]: Next state: NEWS_FREE
0[343fd8]: Next state: NEWS_FREE
BTW: Everything works ok.
Mass moving all NEWS bugs from esther to myself.
QA Contact: esther → stephend
Comment 2•24 years ago
|
||
panic! testing this crashed me. I'm probably running into some other bug.
talkback gives
nsNNTPProtocol::Initialize()
nsNntpService::NewChannel()
nsIOService::NewChannelFromURI()
nsDocShell::DoURILoad()
nsDocShell::InternalLoad()
nsWebShell::HandleLinkClickEvent()
HandlePLEvent()
PL_HandleEvent()
PL_ProcessPendingEvents()
nsEventQueueImpl::ProcessPendingEvents()
event_processor_callback()
our_gdk_io_invoke()
libglib-1.2.so.0 + 0xeaca (0x4063faca)
libglib-1.2.so.0 + 0x10186 (0x40641186)
libglib-1.2.so.0 + 0x10751 (0x40641751)
libglib-1.2.so.0 + 0x108f1 (0x406418f1)
libgtk-1.2.so.0 + 0x8c8e9 (0x405668e9)
nsAppShell::Run()
nsAppShellService::Run()
main1()
main()
libc.so.6 + 0x189cb (0x402479cb)
Asa, I think you're hitting bug 71024.
Comment 4•24 years ago
|
||
gemal, can you still reproduce the same problem?
Reporter | ||
Comment 5•24 years ago
|
||
In 20010316
0[346128]: Receiving: 200 secnews.netscape.com Netscape-Collabra/3.52 03615 NNRP
ready (posting ok).
0[346128]: Next state: NNTP_SEND_MODE_READER_RESPONSE
0[346128]: Next state: SEND_FIRST_NNTP_COMMAND
0[346128]: m_newsHost is null, panic!
Updated•20 years ago
|
Product: MailNews → Core
Comment 6•18 years ago
|
||
sorry for the spam. making bugzilla reflect reality as I'm not working on these bugs. filter on FOOBARCHEESE to remove these in bulk.
Assignee: sspitzer → nobody
Comment 8•17 years ago
|
||
Henrik, do you still see this problem in TB 2.0.0.* or recent Trunk TB builds? If no response in 3 weeks, I will close this bug as INCO.
Priority: P3 → --
Whiteboard: [jcranmer:unconfirmed] closeme 2008-07-17
Comment 9•17 years ago
|
||
RESO INCO per last comment. If you feel this change was made in error, please respond with your comments why.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [jcranmer:unconfirmed] closeme 2008-07-17
Assignee | ||
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
•