Closed Bug 11613 Opened 25 years ago Closed 25 years ago

Semicolon in URL problem (was - assert on windows going to cbs sportsline url)

Categories

(Core :: Networking, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: buster, Assigned: gagan)

References

()

Details

ran viewer in batch mode with no delay, with this command line:
viewer -d 0 -f s:\testcases\top100.txt

here is the call stack:
NTDLL! 77f76148()
nsWindow::Create() line 769
nsView::CreateWidget() line 1242
DocumentViewerImpl::MakeWindow() line 887 + 32 bytes
DocumentViewerImpl::Init() line 394
nsWebShell::Embed() line 942 + 69 bytes
nsDocumentBindInfo::OnStartRequest() line 1953 + 36 bytes
nsHTTPResponseListener::FinishedResponseHeaders() line 628 + 37 bytes
nsHTTPResponseListener::OnDataAvailable() line 152 + 8 bytes
nsOnDataAvailableEvent::HandleEvent() line 350
nsStreamListenerEvent::HandlePLEvent() line 149 + 12 bytes
PL_HandleEvent() line 509 + 10 bytes

here is the aURL passed into OnStartRequest:
-	aURL	{...}
-	mRawPtr	0x0d6bb680
-	[nsStdURL]	{...}
+	nsIURL	{...}
	mRefCnt	10
+	fOuter	0x00000000
+	fAggregated	{...}
+	mScheme	0x0d6bb760 "http"
+	mPreHost	0x00000000 ""
+	mHost	0x0d6bb790 "ad.doubleclick.net"
	mPort	-1
+	mPath	0x0d6bb7d0 "/adi/cbs.sportsline.com/homead;ord=5883532547880607"
+	mDirectory	0x0d6bb830 "/adi/cbs.sportsline.com"
+	mFileName	0x0d6bb870 "homead"
+	mQuery	0x00000000 ""
+	mRef	0x00000000 ""
+	mSpec	0x0d6bb6e0
"http://ad.doubleclick.net/adi/cbs.sportsline.com/homead;ord=5883532547880607"

in case context matters, here's the portion of my top100.txt file:
http://www.yahoo.com
http://www.netscape.com
http://www.microsoft.com
http://www.excite.com
http://www.mckinley.com
http://www.city.net
http://www.webcrawler.com
http://www.mirabilis.com
http://www.infoseek.com
http://www.pathfinder.com
http://www.cnn.com
http://www.altavista.digital.com
http://www.altavista.com
http://www.usatoday.com
http://www.hotbot.com
http://www.pointcom.com
http://www.cnet.com
http://www.search.com
http://www.news.com
http://www.download.com
http://www.aol.com
http://members.aol.com
http://www.infobeat.com
http://www.fxweb.com
http://www.whowhere.com
http://www.real.com
http://www.sportsline.com
Summary: crash on windows going to cbs sportsline url → assert on windows going to cbs sportsline url
forgot to mention, continuing through the assert lets the next page load.
Target Milestone: M9
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Summary: assert on windows going to cbs sportsline url → Semicolon in URL problem (was - assert on windows going to cbs sportsline url)
Its a semicolon in the URL problem (have a duplicate somewhere) but this is
fixed with my latest changes. Will check these in as soon as I get a chance with
our flaming tree.
no more crashing, marking verified
Status: RESOLVED → VERIFIED
Bulk move of all Necko (to be deleted component) bugs to new Networking

component.
You need to log in before you can comment on or make changes to this bug.