[procps] Re: Final call for procps 3.3.4

  • From: Sami Kerola <kerolasa@xxxxxx>
  • To: procps@xxxxxxxxxxxxx
  • Date: Fri, 26 Oct 2012 20:45:23 +0100

On Fri, Oct 26, 2012 at 4:27 PM, Sami Kerola <kerolasa@xxxxxx> wrote:
> On Fri, Oct 26, 2012 at 9:00 AM, Craig Small <csmall-procps@xxxxxxxxxx> wrote:
>> On Wed, Oct 24, 2012 at 02:19:26PM -0500, Jim Warner wrote:
>>> These replace the earlier ones but have the exact same patch names.  So
>>> be sure to toss the original top-last-2.tgz.
>> I've applied the two patches in your REVISED tar file. Thanks!
>
> This probably should be fixed before release.
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688180
>
> Any volunteers?

Done. The bug did not appear after

for I in $(seq 1 1000) ; do ./ps/pscommand -eo pid | sed 1d |xargs
.libs/pmap -x >/dev/null ; done

so I think

https://gitorious.org/~kerolasa/procps/sami-procps-ng/commit/df06ff48d87ef173dea0b622474e22915a717213

fixed it. While doing some valgrinding I notice there where few memory
leaks, so I decided to get rid of them as well.


The following changes since commit f7eb5a49a0495f68336892ba109f498a0129adea:

  w: do not truncate command when width is not known (2012-10-26 19:06:16 +1100)

are available in the git repository at:


  git://gitorious.org/~kerolasa/procps/sami-procps-ng.git 2012wk43

for you to fetch changes up to b8f028d3aa5e90f4cfdcf2f2a131baf179a00584:

  library: remove memory leaks (2012-10-26 20:24:04 +0100)

----------------------------------------------------------------
Sami Kerola (3):
      pmap: use correct types for memory allocation
      pmap: remove memory leaks
      library: remove memory leaks

 pmap.c          | 5 +++--
 proc/alloc.c    | 2 +-
 proc/alloc.h    | 2 +-
 proc/readproc.c | 2 ++
 4 files changed, 7 insertions(+), 4 deletions(-)

-- 
   Sami Kerola
   http://www.iki.fi/kerolasa/

Other related posts: