This file is indexed.

/var/lib/pcp/testsuite/540.out is in pcp-testsuite 4.0.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
QA output created by 540
1st call to __pmProcessAddArg fails at malloc
=== std out ===
__pmProcessAddArg: failed (handle is NULL) at argv[0]: "echo"
=== std err ===
[DATE] exectest(PID) Warning: __pmProcessAddArg: argv malloc: malloc(N) failed: Cannot allocate memory
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/exectest echo not supposed to get here
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...

1st call to __pmProcessAddArg fails at realloc
=== std out ===
__pmProcessAddArg: failed (handle is NULL) at argv[0]: "echo"
=== std err ===
[DATE] exectest(PID) Warning: __pmProcessAddArg: argv realloc: malloc(N) failed: Cannot allocate memory
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/exectest echo not supposed to get here
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...

2nd (and later) calls to __pmProcessAddArg fails at realloc
=== std out ===
__pmProcessAddArg: failed (handle is NULL) at argv[1]: "not"
=== std err ===
[DATE] exectest(PID) Warning: __pmProcessAddArg: argv realloc: malloc(N) failed: Cannot allocate memory
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/exectest echo not supposed to get here
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...

4th call to __pmProcessAddArg fails at strdup
=== std out ===
__pmProcessAddArg: failed (handle is NULL) at argv[3]: "to"
=== std err ===
[DATE] exectest(PID) Warning: __pmProcessAddArg: arg strdup: malloc(N) failed: Cannot allocate memory
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/exectest echo not supposed to get here
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...

fork() fails
=== std out ===
__pmProcessExec -> -11 Resource temporarily unavailable
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/exectest -- sh -c sleep 1; echo not supposed to get here
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...

pipe() fails
=== std out ===
__pmProcessPipe(..., "r", ...) -> -23: Too many open files in system
=== std err ===
__pmProcessPipe: argc=3 type="r" toss=0 "echo" "hullo" "world"
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/exectest -Dexec -p -- echo hullo world
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...

fork() fails after pipe()
=== std out ===
__pmProcessPipe(..., "r", ...) -> -38: Function not implemented
=== std err ===
__pmProcessPipe: argc=3 type="r" toss=0 "echo" "hullo" "world"
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/exectest -Dexec -p -- echo hullo world
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...

realloc() fails for pipe map
=== std out ===
__pmProcessPipe(..., "r", ...) -> -12: Cannot allocate memory
=== std err ===
__pmProcessPipe: argc=3 type="r" toss=0 "echo" "hullo" "world"
[DATE] exectest(PID) Warning: __pmProcessPipe: argv realloc: malloc(N) failed: Cannot allocate memory
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/exectest -Dexec -p -- echo hullo world
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...