2 vgopts: -q --error-limit=no --suppressions=scalar.supp
3 stderr_filter: filter_scalar
4 # Remove all frames from the stack trace except the first one.
5 # This is important because syscall() function on x86 isn't ABI conformant
6 # which confuses the Valgrind stack unwinder.
7 # Therefore x86 and amd64 stack traces are unified so that they contain only
8 # 'syscall (in libc)' stack frame and this is then filtered out completely.
9 stderr_filter_args: libc
11 # this is for 'setsid', when run by vg_regtest the process isn't
12 # process group leader and succeeds
13 # but when run from a shell the process is group leader and it fails
14 env: RUNNING_IN_VGTEST=1