Closed
Bug 4377
Opened 26 years ago
Closed 26 years ago
the url "http://../" crashes in netlib mkconect.c:675
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: kipp, Assigned: gagan)
References
()
Details
#0 0x40b316a1 in __kill ()
#1 0x40b314cf in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2 0x40b326df in abort () at ../sysdeps/generic/abort.c:83
#3 0x4085519c in PR_Assert (s=0x40652555 "0", file=0x406524e8 "mkconect.c",
ln=675) at prlog.c:480
#4 0x406373e6 in net_FindAddress (host_ptr=0x81c6188 "..",
net_addr=0x81d18ec, window_id=0x81d15c0, sock=0x8071f00) at mkconect.c:675
#5 0x4063820d in NET_BeginConnect (url=0x81d12e8 "http://../",
ip_address_string=0x0, prot_name=0x405d99d5 "HTTP", def_port=80,
sock=0x81d188c, dummy=0 '\000', tcp_con_data=0x81d1824,
window_id=0x81d15c0, error_msg=0x81d14a8, socks_host=0, socks_port=0,
localIP=0) at mkconect.c:1197
#6 0x405ccaf9 in net_start_http_connect (ce=0x81d1740) at mkhttp.c:498
#7 0x405d41b1 in net_ProcessHTTP (ce=0x81d1740) at mkhttp.c:3442
#8 0x405d40ea in net_HTTPLoad (ce=0x81d1740) at mkhttp.c:3418
#9 0x4063d436 in NET_GetURL (URL_s=0x81d13a0, output_format=102,
window_id=0x81d15c0,
exit_routine=0x406169e4 <bam_exit_routine(URL_Struct_ *, int, MWContext_ *)
at nsNetService.cpp:1371>) at mkgeturl.c:2979
#10 0x406150f1 in nsNetlibService::OpenStream (this=0x806ee60, aUrl=0x81d1238,
aConsumer=0x81d11e8) at nsNetService.cpp:433
#11 0x4001dae9 in nsDocumentBindInfo::Bind (this=0x81d11e8, aURL=0x81d1238,
aListener=0x0) at nsDocLoader.cpp:1733
#12 0x4001d9b5 in nsDocumentBindInfo::Bind (this=0x81d11e8,
aURLSpec=@0xbffff448, aPostData=0x0, aListener=0x0) at nsDocLoader.cpp:1697
#13 0x4001c3af in nsDocLoaderImpl::LoadDocument (this=0x8105ea8,
aURLSpec=@0xbffff448, aCommand=0x0, aContainer=0x8174c70, aPostData=0x0,
aExtraInfo=0x0, anObserver=0x8174c8c, aType=nsURLReload, aLocalIP=0)
at nsDocLoader.cpp:971
#14 0x40023a38 in nsWebShell::DoLoadURL (this=0x8174c70, aUrlSpec=@0xbffff448,
aCommand=0x0, aPostData=0x0, aType=nsURLReload, aLocalIP=0)
at nsWebShell.cpp:1362
#15 0x40023f0d in nsWebShell::LoadURL (this=0x8174c70, aURLSpec=0x8094530,
aCommand=0x0, aPostData=0x0, aModifyHistory=1, aType=nsURLReload,
aLocalIP=0) at nsWebShell.cpp:1451
#16 0x8058803 in nsBrowserWindow::GoTo (this=0x8175740, aURL=0x8094530,
aCommand=0x0) at nsBrowserWindow.cpp:701
#17 0x8061b5a in nsViewerApp::OpenWindow (this=0x80944b0)
at nsViewerApp.cpp:626
#18 0x805386f in nsNativeViewerApp::Run (this=0x80944b0) at nsGTKMain.cpp:41
#19 0x8053a96 in main (argc=2, argv=0xbffff75c) at nsGTKMain.cpp:97
Updated•26 years ago
|
Target Milestone: M6
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 1•26 years ago
|
||
This no longer crashes in 4/27 builds on Linux. Marking fixed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
marking verified - kipp if you still see it for some reason please reopen
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Bulk move of all Networking-Core (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.
Description
•