From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8931 invoked by alias); 24 Jul 2007 19:53:22 -0000 Received: (qmail 8912 invoked by uid 48); 24 Jul 2007 19:53:13 -0000 Date: Tue, 24 Jul 2007 19:53:00 -0000 Message-ID: <20070724195313.8911.qmail@sourceware.org> From: "mark at klomp dot org" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070724190147.4838.rmoseley@redhat.com> References: <20070724190147.4838.rmoseley@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4838] Frysk UI will not start under F7 kernel 2.6.22.1-27 X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00165.txt.bz2 List-Id: ------- Additional Comments From mark at klomp dot org 2007-07-24 19:53 ------- Some debugging reveals: In LinuxHost ProcChanges.update() is called with pid 2. It thinks it is a new proc, to get at the parent it does a stat.refresh(2) and then does a update(stat.ppid) where stat.ppid == 0 Which is correct! process 2 is kthreadd which has ppid 0 This seems to be a new feature of 2.6.22 where kernel threads aren't children of init (1) according to the kernel, but children of kthreadd. -- http://sourceware.org/bugzilla/show_bug.cgi?id=4838 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.