Closed
Bug 110158
Opened 23 years ago
Closed 23 years ago
Crash in nsMsgNewsFolder::Delete() unsubscribing to news://news.mozilla.org/å
Categories
(MailNews Core :: Networking: NNTP, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: stephend, Assigned: sspitzer)
References
()
Details
(Keywords: crash)
Build ID: 2001-11-14-08, RedHat 7.2.
Summary: Crash in nsMsgNewsFolder::Delete()
Steps to Reproduce:
1. Enter news://news.mozilla.org/å into the browser's url field.
2. Click confirm when asked if you wish to subscribe.
3. The newsgroup will not be found, and you'll be prompted to unsubscribe.
4. Confirm the unsubscribe dialog.
Here, we crash in the global method nsMsgNewsFolder::Delete()
Incident ID 38019517
Stack Signature nsMsgNewsFolder::Delete() 73e5a7d1
Bug ID
Trigger Time 2001-11-14 14:44:19
Email Address stephend@netscape.com
URL visited news://news.mozilla.org/A
User Comments Unsubscribing from a newsgroup with a name like,
news://news.mozilla.org/A leads to this crash. See bug 68303 for details. This
crash only occurs on Linux.
Build ID 2001111408
Product ID MozillaTrunk
Platform ID LinuxIntel
Trigger Reason SIGSEGV: Segmentation Fault: (signal 11)
Stack Trace
nsMsgNewsFolder::Delete()
nsMsgFolder::RecursiveDelete()
nsMsgFolder::PropagateDelete()
nsNntpIncomingServer::Unsubscribe()
nsNntpIncomingServer::GroupNotFound()
nsNNTPProtocol::DisplayNewsRCResponse()
nsNNTPProtocol::ProcessProtocolState()
nsMsgProtocol::OnDataAvailable()
nsOnDataAvailableEvent::HandleEvent()
nsARequestObserverEvent::HandlePLEvent()
PL_HandleEvent()
PL_ProcessPendingEvents()
nsEventQueueImpl::ProcessPendingEvents()
event_processor_callback()
our_gdk_io_invoke()
libglib-1.2.so.0 + 0xea7a (0x4037aa7a)
libglib-1.2.so.0 + 0x10055 (0x4037c055)
libglib-1.2.so.0 + 0x10659 (0x4037c659)
libglib-1.2.so.0 + 0x107e8 (0x4037c7e8)
libgtk-1.2.so.0 + 0x9127b (0x4029827b)
nsAppShell::Run()
nsAppShellService::Run()
main1()
main()
libc.so.6 + 0x1c306 (0x404b9306)
Reporter | ||
Comment 1•23 years ago
|
||
This is a linux only crash.
Comment 2•23 years ago
|
||
stephend, can you reproduce this in /today's/ nightly too?
Reporter | ||
Comment 3•23 years ago
|
||
Not any longer. I get different weird results, but I'll file that as a new bug.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 4•23 years ago
|
||
verified
Build 2001-11-16-06, RedHat 7.2.
Status: RESOLVED → VERIFIED
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
•