From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: proced: ppid of process ID 0 can be 0 Date: Mon, 22 Dec 2008 11:43:15 +0100 Message-ID: References: <20081222.095427.259439175.hanche@math.ntnu.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1229942615 3678 80.91.229.12 (22 Dec 2008 10:43:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Dec 2008 10:43:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Harald Hanche-Olsen" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 22 11:44:42 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LEiH8-0003vH-PU for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2008 11:44:39 +0100 Original-Received: from localhost ([127.0.0.1]:32977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEiFw-0001Ts-8g for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2008 05:43:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LEiFq-0001TR-Kk for emacs-devel@gnu.org; Mon, 22 Dec 2008 05:43:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEiFp-0001TA-AU for emacs-devel@gnu.org; Mon, 22 Dec 2008 05:43:17 -0500 Original-Received: from [199.232.76.173] (port=56646 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEiFp-0001T5-3b for emacs-devel@gnu.org; Mon, 22 Dec 2008 05:43:17 -0500 Original-Received: from yw-out-1718.google.com ([74.125.46.157]:55960) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LEiFo-00062A-PJ for emacs-devel@gnu.org; Mon, 22 Dec 2008 05:43:16 -0500 Original-Received: by yw-out-1718.google.com with SMTP id 9so708290ywk.66 for ; Mon, 22 Dec 2008 02:43:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=wN6A5FIzaolyJUW6js3tovMwF/yK+Xz6WRflnKSZ4gc=; b=SFM90IsyGkZ4L9l8XC5df0FlmudDW9Ky0JTG4CxicfAaTTLmAbB37wITkSMS4QAXi3 xxtVP31p3zm8Xrjxn0ONWO8D3o9IlZK+7KN7ZBjdL7zq9JVwBH+D6LMXLRwwZru6LzaX M4l+WUZsVxqTd0fcF0TFbQZaRdw54Z+6eHxyY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=g8xfPHn3l1HbG9TvTWPdv//ROIl1UJ2ftb1HbQEaegKWK7JRvqGfBjMTHfo6G9uX+N jqxNCSqYlB58+ODNW9+BePBLzAkx5RwThXnJpBaRw1fZDlU8RbqdxUW5oYBHZKVrnH7y LJ94Lu9bx6DLpWrMH5E4PxfY6Tjeo9lrqq4Ws= Original-Received: by 10.100.178.2 with SMTP id a2mr3707496anf.114.1229942595889; Mon, 22 Dec 2008 02:43:15 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Mon, 22 Dec 2008 02:43:15 -0800 (PST) In-Reply-To: <20081222.095427.259439175.hanche@math.ntnu.no> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107176 Archived-At: On Mon, Dec 22, 2008 at 09:54, Harald Hanche-Olsen wrote: > FWIW, on FreeBSD there is process 0 (the swapper), and various kernel > processes have process 0 as their parent. There's no problem with a process having ppid = 0. But there's a problem with processes having ppid = pid. Is that the case in FreeBSD? Juanma