dist_noinst_SCRIPTS = filter_stderr filter_pts dump_stdout filter_sigwait \
filter_scalar filter_realpathat filter_fstat filter_eventfd2 \
- toucher1 toucher2 filter_getfsstat
+ toucher1 toucher2 filter_getfsstat filter_context
EXTRA_DIST = \
access.vgtest \
file_locking_wait6.stderr.exp \
get_set_context.vgtest \
get_set_context.stderr.exp \
- get_set_context.stderr.exp-x86 \
get_set_login.vgtest \
get_set_login.stderr.exp \
getfh.vgtest \
--- /dev/null
+#! /bin/sh
+
+../filter_stderr "$@" |
+
+gsed 's/size ... free/size ... free/'
Syscall param setcontext(ucp) points to unaddressable byte(s)
...
by 0x........: main (get_set_context.c:47)
- Address 0x........ is 0 bytes inside a block of size 880 free'd
+ Address 0x........ is 0 bytes inside a block of size ... free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (get_set_context.c:46)
Block was alloc'd at
Syscall param swapcontext(ucp) points to unaddressable byte(s)
...
by 0x........: main (get_set_context.c:48)
- Address 0x........ is 0 bytes inside a block of size 880 free'd
+ Address 0x........ is 0 bytes inside a block of size ... free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (get_set_context.c:46)
Block was alloc'd at
Syscall param swapcontext(oucp) points to unaddressable byte(s)
...
by 0x........: main (get_set_context.c:48)
- Address 0x........ is 0 bytes inside a block of size 880 free'd
+ Address 0x........ is 0 bytes inside a block of size ... free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (get_set_context.c:46)
Block was alloc'd at
Syscall param getcontext(ucp) points to unaddressable byte(s)
...
by 0x........: main (get_set_context.c:49)
- Address 0x........ is 0 bytes inside a block of size 880 free'd
+ Address 0x........ is 0 bytes inside a block of size ... free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (get_set_context.c:46)
Block was alloc'd at
+++ /dev/null
-Syscall param setcontext(ucp) points to unaddressable byte(s)
- ...
- by 0x........: main (get_set_context.c:47)
- Address 0x........ is 0 bytes inside a block of size 704 free'd
- at 0x........: free (vg_replace_malloc.c:...)
- by 0x........: main (get_set_context.c:46)
- Block was alloc'd at
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: main (get_set_context.c:45)
-
-Syscall param swapcontext(ucp) points to unaddressable byte(s)
- ...
- by 0x........: main (get_set_context.c:48)
- Address 0x........ is 0 bytes inside a block of size 704 free'd
- at 0x........: free (vg_replace_malloc.c:...)
- by 0x........: main (get_set_context.c:46)
- Block was alloc'd at
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: main (get_set_context.c:45)
-
-Syscall param swapcontext(oucp) points to unaddressable byte(s)
- ...
- by 0x........: main (get_set_context.c:48)
- Address 0x........ is 0 bytes inside a block of size 704 free'd
- at 0x........: free (vg_replace_malloc.c:...)
- by 0x........: main (get_set_context.c:46)
- Block was alloc'd at
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: main (get_set_context.c:45)
-
-Syscall param getcontext(ucp) points to unaddressable byte(s)
- ...
- by 0x........: main (get_set_context.c:49)
- Address 0x........ is 0 bytes inside a block of size 704 free'd
- at 0x........: free (vg_replace_malloc.c:...)
- by 0x........: main (get_set_context.c:46)
- Block was alloc'd at
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: main (get_set_context.c:45)
-
prog: get_set_context
vgopts: -q
+stderr_filter: filter_context