Closed
Bug 2132
Opened 27 years ago
Closed 25 years ago
[PP]Jan25/Need:Mac DNS Lookup is Synchronous
Categories
(Core :: Networking, defect, P1)
Tracking
()
M10
People
(Reporter: mikepinkerton, Assigned: gordon)
References
Details
(This bug imported from BugSplat, Netscape's internal bugsystem. It
was known there as bug #110311
http://scopus.netscape.com/bugsplat/show_bug.cgi?id=110311
Imported into Bugzilla on 01/04/99 16:08)
Lookup of a hostname hangs the mac until the response from the DNS comes back.
This sucks.
see also: 122248, 142690, and 299777.
DNS lookups are no longer asynchronous. This occurred when NSPR20 replaced
MacSock. I'm investigating how to make them asynchronous again. Currently a
DNS lookup will lock up the Mac UI until it completes or timesout. Simply enter
a URL for a nonexistent domain to see what I mean.
*** Bug 309210 has been marked as a duplicate of this bug. ***
Comment 3•27 years ago
|
||
assigning Greg as QA Assigned to for this bug and the dup'ed bug
I've got a solution using the same mechanism Windows uses for asynchronous DNS
lookups, and I have finished about 90% of the implementation and 50% of the
testing.
However, I am leaving on vacation this afternoon. After speaking to Don Melton,
we decided I should finish the work when I get back on August 24, rather than
check in what I have now. I shouldn't need more than two days, depending on the
state of the tree.
I've also given Chris Saari a brief rundown on the approach I've taken so he
knows generally what's involved.
Priority: P1
Summary: Mac DNS Lookup is Synchronous → [PP] Mac DNS Lookup is Synchronous
Updated•26 years ago
|
Severity: normal → critical
Comment 7•26 years ago
|
||
bumping up severity to critcal.
OS: All
Summary: [PP] Mac DNS Lookup is Synchronous → [PP]NeedNSPR:Mac DNS Lookup is Synchronous
I don't believe NSPR20 is in yet is it? What's the ETA? This is blocking
parity milestone right now.
Summary: [PP]NeedNSPR:Mac DNS Lookup is Synchronous → [PP]Jan25/NeedNSPR:Mac DNS Lookup is Synchronous
Comment 10•26 years ago
|
||
Setting all current Open Critical and Major to M3
Comment 11•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Comment 12•26 years ago
|
||
Changed OS to Mac System 8.5 and miletone target to M4.
Gordon says we can't fix this in time for dogfood. (Why was OS set to All?)
Assignee | ||
Comment 13•26 years ago
|
||
*** Bug 3580 has been marked as a duplicate of this bug. ***
Component: NSPR → Networking Library
Summary: [PP]Jan25/NeedNSPR:Mac DNS Lookup is Synchronous → [PP]Jan25/Need:Mac DNS Lookup is Synchronous
Assignee | ||
Comment 14•26 years ago
|
||
NSPR is not planning to add an Async API for DNS Lookup, so I will fix this in
NetLib as part of the NuNet effort.
Comment 15•26 years ago
|
||
Changed target milestone to M6.
Assignee | ||
Comment 16•26 years ago
|
||
This should land with the first phase of Necko, just after M6. So I'm changing
the Target Milestone to M7.
Component: Networking Library → Addressbook/LDAP (non-UI)
OS: Mac System 8.5 → Solaris
Product: Browser → Grendel
Component: Addressbook/LDAP (non-UI) → Networking Library
OS: Solaris → Mac System 8.5
Product: Grendel → Browser
Target Milestone: M7 → M8
Assignee | ||
Comment 17•26 years ago
|
||
Looks like we're not landing until after M7. Changing target milestone and some
other fields that raman@cnet.com modified for some inexplicable reason.
Comment 18•26 years ago
|
||
raman@cnet.com seems to have been going on a minor rampage. He has mucked with
three bugs (although the worst damage was here; the other two he merely
REOPENED.)
His Bugzilla account has been disabled, until he can give an explaination for
his actions.
Assignee | ||
Comment 19•26 years ago
|
||
Necko landing has been moved to aftere M8.
Comment 20•26 years ago
|
||
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. ;-)
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 21•25 years ago
|
||
*** This bug has been marked as a duplicate of 10731 ***
Comment 22•25 years ago
|
||
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
Comment 23•25 years ago
|
||
Verified duplicate of 10731. 10731 addresses synch/asynch DNS lookup on
Mac issue.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 24•25 years ago
|
||
Verified duplicate of 10731. 10731 addresses synch/asynch DNS lookup on
Mac issue.
You need to log in
before you can comment on or make changes to this bug.
Description
•