From owner-freebsd-questions Fri Dec 12 06:35:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA23086 for questions-outgoing; Fri, 12 Dec 1997 06:35:34 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from host1.sdigital.es (host1.sdigital.es [195.76.159.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA23074 for ; Fri, 12 Dec 1997 06:35:26 -0800 (PST) (envelope-from jmoreno@sdigital.es) Received: from 195.76.159.31 ([195.76.159.31]) by host1.sdigital.es (8.8.5/8.8.5) with SMTP id PAA20315 for ; Fri, 12 Dec 1997 15:37:11 GMT Message-ID: <34913E1D.96B@sdigital.es> Date: Fri, 12 Dec 1997 15:37:38 +0200 From: Jacinto Moreno Parra Reply-To: jmoreno@sdigital.es Organization: Soluciones Digitales, S.L. X-Mailer: Mozilla 3.01 [es] (Macintosh; I; PPC) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ZOMBIE PROCESS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have a license of FreeBSD 2.2.2. If you compile and execute the server.c and client.c files. $ server& $ ls | client the output of ls command is send to the server and then back to the client to print. This is a example of a book. But i have a problem when the server (fork) finish it is a zombie process, i wonder why?. Best Regards Jacinto Moreno Note: I create the pthread library libc_r, to write threads programs but i don't make the world.