This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4838] Frysk UI will not start under F7 kernel 2.6.22.1-27


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]