-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday, April 5, 2003, at 04:52 PM, Jean-Edouard BABIN wrote:
I have an unkillable process also...
root 7040 0.0 0.0 0 0 con- Z 1Jan70 0:00.00
(iTunes)
# kill 7040
7040: No such process
Quite stange no ? I never see that before
I think there a problem with ipod, itunes still work corectly but ipod
is
not recognized in it..
That process is already dead (hence the "No such process" message). The Z stands for zombie, meaning the process has been killed and is waiting on the inactive process list to be reaped by its parent process. If the parent process is gone, then then the Z process will transfer to process 1 (init) and be reaped when it exits. Zombie processes take up almost no resources (just a miniscule amount of memory), so I wouldn't worry about it too much. HTH. Brian Bergstrand <http://www.classicalguitar.net/brian/> PGP Key ID: 0xB6C7B6A2 As we acquire more knowledge, things do not become more comprehensible, but more mysterious. - Albert Schweitzer -----BEGIN PGP SIGNATURE----- Version: PGP 8.0.2 iQA/AwUBPo9SmXnR2Fu2x7aiEQIdAQCeKr7nWN6oqbt3fxMRUXPYTT8UucAAoKbO blnFkdB0U3ByDq9dI35UCJQe =3zwe -----END PGP SIGNATURE----- _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Brian Bergstrand