[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1197059203.15428.5.camel@localhost>
Date: Fri, 07 Dec 2007 20:26:43 +0000
From: Zan Lynx <zlynx@....org>
To: Andrew Morton <akpm@...l.org>
Cc: Linux Kernel <linux-kernel@...r.kernel.org>
Subject: 2.6.24-rc4-mm1 and /proc/<pid>/status Name: field
Today I noticed pgrep doesn't work. It seems the reason is a missing
Name: tag in the status file for a process in /proc.
# cat /proc/1/status
init
State: S (sleeping)
Tgid: 1
Pid: 1
PPid: 0
TracerPid: 0
...etc, etc...
This is supposed to look like:
# cat /proc/1/status
Name: init
State: S (sleeping)
Tgid: 1
Pid: 1
PPid: 0
TracerPid: 0
...
--
Zan Lynx <zlynx@....org>
Download attachment "signature.asc" of type "application/pgp-signature" (190 bytes)
Powered by blists - more mailing lists