Closed
Bug 66404
Opened 25 years ago
Closed 24 years ago
Conn - browser is blocked in DNS lookup when a "bogus" home page is set in the prefs
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: hrenault, Assigned: darin.moz)
References
Details
(Keywords: verifyme)
in the prefs, set your home page location to a bogus domain name, such as url
http://www.vinc17.org/ and set "when navigator starts up..." to "home page".
open a new browser window and type an url in the urlbar.
=> you can't go to any location until the dns lookup has timed out with a
"location was not found" alert box.
what it should do : moz should ignore the "start page" setting when you type in
the urlbar of your new window.
![]() |
||
Comment 1•25 years ago
|
||
Possibly caused by bug 10733 (though the patch currently attached to 10733 is
unlikely to fix this one).
Depends on: 10733
Comment 3•25 years ago
|
||
over to XPApps
Assignee: asa → vishy
Component: Browser-General → XP Apps
QA Contact: doronr → sairuh
Comment 4•25 years ago
|
||
alec - does this have anything to do with our URLBar FE code or does the malaise
lie deeper ? thanks, VIshy
Assignee: vishy → alecf
Comment 5•25 years ago
|
||
I believe this a network bug. reassign to darin, who owns other dns issues.
Assignee: alecf → darin
Assignee | ||
Comment 6•25 years ago
|
||
on XP_UNIX (linux included) we do not have an asynchronous DNS lookup, which
means that only one lookup can happen at a time and moreover it means that
we are forced to wait for erroneous lookups to complete. what we need is a
true asynchronous DNS implementation.
bug 10733 blocks this, and Boris is correct... the current fix for that bug
will not improve the situation here. either we need to move DNS resolution
out of process or we need NSPR 4.1, which provides a reentrant version of
PR_GetIPNodeByName().
Comment 7•25 years ago
|
||
-> networking and tever for qa.
Component: XP Apps → Networking
QA Contact: sairuh → tever
Assignee | ||
Comment 8•24 years ago
|
||
Bug 10733 has been "fixed" and bug 70213 was opened to track further
enhancements to the problem at hand. So, I'm marking this bug as dependent
on bug 70213.
Depends on: 70213
Assignee | ||
Comment 9•24 years ago
|
||
how has the 10733 patch landing effected this bug?
Target Milestone: --- → Future
Comment 11•24 years ago
|
||
Since NSPR 4.2 has landed, is this now fixed, or is the "rework" noted in 10733
for after NSPR 4.1's async DNS still required for this to be really and truly
fixed the right way?
Assignee | ||
Comment 12•24 years ago
|
||
WORKSFORME NS6.1 linux
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Summary: browser is blocked in DNS lookup when a "bogus" home page is set in the prefs → Conn - browser is blocked in DNS lookup when a "bogus" home page is set in the prefs
Comment 13•24 years ago
|
||
reporter:
This bug is a "futured" or "untargeted" bug which has been "resolved/works for
me". Most bugs meeting this criteria are usually somewhat out of date or working
in the current builds.
If this bug is not happening for you in a recent build (such as the Mozilla
daily build, Mozilla 0.9.3, or Netscape 6.1), please use the friendly "Mark bugs
as VERIFIED" radio button to set this bug to "VERIFIED/WORKS FOR ME"
If you reported the bug on a platform (e.g. Linux) and other contributors
reported on another platform (e.g. Mac OS), please comment that it works for you
but do not verify it yet.
For these multi-platform bug reports, we need to verify all reported platforms
-OR- create new "still broken on platform X" bugs when you verify.
You need to log in
before you can comment on or make changes to this bug.
Description
•