3 # Memory leak in pmlogreduce (SGI bug reported by Arthur Kepner and
6 # Copyright (c) 2011 SGI. All Rights Reserved.
7 # Copyright (c) 2011 Ken McDonell. All Rights Reserved.
9 # Note 20101004-trunc created from the original 90Mb 20101004 archive
10 # that SGI provided using this command:
11 # $ pmlogextract -T 3min 20101004 20101004-trunc
15 echo "QA output created by $seq"
17 # get standard environment, filters and checks
24 status
=0 # success is the default!
25 $sudo rm -rf $tmp.
* $seq.full
26 trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
33 # real QA test starts here
34 _run_valgrind pmlogreduce
-t 30sec archives
/20101004-trunc $tmp 2>&1 | _filter
37 echo "Samples: `pmdumplog $tmp | grep '^[0-2]' | wc -l | sed -e 's/ //g'`"