ps: now made responsive to 32 or 64-bit address widths

While a Debian bug report referenced below was limited
to the 'eip' and 'esp' fields, this patch also extends
address width adaptations to some other addresses too.

[ and, we do so in a far less invasive manner than a ]
[ redhat approach shown below adding two new fields! ]

Reference(s):
. new debian bug report
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846361
. old redhat solution
https://bugzilla.redhat.com/show_bug.cgi?id=244152

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2016-12-02 01:02:03 -06:00
committed by Craig Small
parent dc8e89119a
commit da9f31ef3e
2 changed files with 10 additions and 9 deletions

1
NEWS
View File

@@ -6,6 +6,7 @@ procps-ng-NEXT
* pmap: fix duplicate output line under '-x' option Redhat #1374061
* top: eliminated minor libnuma memory leak
* library: don't strip off wchan prefixes (ps & top) Redhat #1322111
* ps: avoid eip/esp address truncations Debain #846361
procps-ng-3.3.12
----------------