From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Buesch Date: Sun, 06 Jun 2004 10:08:09 +0000 Subject: Re: udev zombies Message-Id: <200406061208.10208.mbuesch@freenet.de> List-Id: References: <200406011914.13245.mbuesch@freenet.de> In-Reply-To: <200406011914.13245.mbuesch@freenet.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, So I applied this patch to udevd: - --- udev.official/udevd.c 2004-05-30 10:57:03.000000000 +0200 +++ udev.m/udevd.c 2004-06-05 16:03:31.000000000 +0200 @@ -325,7 +325,7 @@ goto do_write; break; default: - - dbg("unhandled signal"); + dbg("unhandled signal %d", signum); return; } Result in my syslog is: Jun 6 11:32:21 lfs kernel: udevd[329]: sig_handler: unhandled signal -4 Heh? Somebody out there who could interpret it? Some time ago I wrote the sig_handler() myself and I submitted a patch to Greg. It was absolutely impossible to trigger "default:" IMHO and it still should be. (There were some changes, but I can't find why it's triggered) And my zombie problem is still there. :) And again: I'm using klibc. With glibc everything seems to work fine. (haven't checked the sig_handler() stuff, but at least there are no zombies) - -- Regards Michael Buesch [ http://www.tuxsoft.de.vu ] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAwu0JFGK1OIvVOP4RAk1EAJ49mgLjv/6oUDUfuLnq/KzV/PnPnACgw1f3 6DgQkumszxW8yCllaiTDTwk=0i/c -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel