Closed
Bug 223759
Opened 22 years ago
Closed 22 years ago
Browser won't quit if "router is frozen"
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: yanestra, Assigned: darin.moz)
Details
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4.1) Gecko/20031015
Build Identifier: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4.1) Gecko/20031015
(Possible similiarities: Bug #82728, Bug #157472, while probably different
diagnostics)
If the browser starts up with network down (e.g. the router is frozen) it
appears to be sending out DNS requests ("Resolving...") if you enter an URL. But
because the network is down, it'll never get an answer. Pressing Ctrl-Q then
closes all windows, but the mozilla instances never seem to die. They don't even
react on SIGTERM. Even SIGKILL needs a few seconds for them to die, on my machine.
This is especially painful if you don't remember theses instances still
existing, because they make any later calls to a popular mozilla call wrapper
react totally unexpectly (by doing nothing - trying to animate the existing
instance to open a new windows). Under some circumstances, the never-dying
instances seem to eat up all CPU capacity.
Reproducible: Always
Steps to Reproduce:
1. Unplug network (if connected to the Internet by LAN and having a local DNS
proxy).
2. Start mozilla.
3. Type an URL.
4. Type Ctrl-Q.
5. Look at the process list.
Actual Results:
At least mozilla-bin process remains in the process list.
Expected Results:
mozilla-bin should die, at least after having received a SIGTERM. It shouldn't
wait for DNS resolution eternally.
Comment 1•22 years ago
|
||
Is this an issue with current (1.6a) builds? The DNS subsystem has been
rewritten since 1.4.
Comment 2•22 years ago
|
||
-> networking
Assignee: general → darin
Component: Browser-General → Networking
QA Contact: general → benc
| Reporter | ||
Comment 3•22 years ago
|
||
I have only tested Mozilla up to 1.4.1 (which I am currently using).
| Assignee | ||
Comment 4•22 years ago
|
||
worksforme with a recent trunk linux build. FreeBSD should be no different.
please test with a trunk build, and reopen this bug report if the problem
persists. thx!
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
V.
No update for current build, plus the re-write seems to address this architecturally.
Also made summary closer to available problem description.
Status: RESOLVED → VERIFIED
Summary: Browser won't quit if network is not up → Browser won't quit if "router is frozen"
You need to log in
before you can comment on or make changes to this bug.
Description
•