Closed
Bug 183778
Opened 23 years ago
Closed 23 years ago
mozilla spawns zombied netstat
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
People
(Reporter: jmd, Assigned: wtc)
Details
I don't know why, but every day for the last 6 months or so, mozilla zombies
netstat:
mozilla 1891 0.0 0.6 2056 768 pts/3 S 13:19 0:00 /bin/sh
/opt/mozilla/20021202/run-mozilla.sh /opt/mozilla/20021202/mo
mozilla 1901 14.4 61.3 178704 77372 pts/3 R 13:19 5:30
/opt/mozilla/20021202/mozilla-bin
mozilla 1964 0.0 0.0 0 0 pts/3 Z 13:39 0:00 [netstat
<defunct>]
I don't see netstat in it's startup scripts anywhere... but the only thing I run
as use 'mozilla' is mozilla. netstat is a child process of mozilla. Somehow.
I've seen it too.. latest today when mozilla hang. So did "netstat <defunct>".
No CPU was used. However: I have crossover plugins installed and i suspect the
hang was related to a plugin that didn't load: also the winserver and
pluginserver had gone defunct. Do you have Crossover installed? Or see any
plugin related processes alongside the netstat?
| Reporter | ||
Comment 2•23 years ago
|
||
I have no plugins.
over to Networking HTTP
Assignee: asa → darin
Component: Browser-General → Networking: HTTP
QA Contact: asa → httpqa
Comment 4•23 years ago
|
||
is it the netstat that is called in
http://lxr.mozilla.org/seamonkey/source/security/nss/lib/freebl/unix_rand.c#816
? Then it should be assigned to NSS.
Component: Networking: HTTP → Browser-General
Comment 5•23 years ago
|
||
-> NSS
Assignee: darin → wtc
Component: Browser-General → Libraries
Product: Browser → NSS
QA Contact: httpqa → bishakhabanerjee
Version: Trunk → unspecified
| Assignee | ||
Comment 6•23 years ago
|
||
Darin,
This netstat process is indeed started up by NSS.
The zombie netstat process is a known bug.
*** This bug has been marked as a duplicate of 51429 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•