]> sourceware.org Git - valgrind.git/commitdiff
swapcontext.vgtest fails with glibc-debuginfo installed
authorMark Wielaard <mark@klomp.org>
Sun, 21 Feb 2021 14:18:54 +0000 (15:18 +0100)
committerMark Wielaard <mark@klomp.org>
Sun, 21 Feb 2021 14:18:58 +0000 (15:18 +0100)
With debuginfo installed the backtace contains the swapcontext.S
source file. Filter that out, like the clone.S source file is in
drd/tests/filter_stderr.

drd/tests/filter_stderr

index 59907f627078e63974e7e86e9f31b0373814de64..f5c56a3541e768ad877a639267c06024b9c07ae2 100755 (executable)
@@ -29,6 +29,7 @@ sed \
 -e "s/(tc20_verifywrap.c:261)/(tc20_verifywrap.c:262)/" \
 -e "/^Copyright (C) 2006-20.., and GNU GPL'd, by Bart Van Assche.$/d" \
 -e "s/\([A-Za-z_]*\) (clone.S:[0-9]*)/\1 (in \/...libc...)/" \
+-e "s/\([A-Za-z_]*\) (swapcontext.S:[0-9]*)/\1 (in \/...libc...)/" \
 -e "s/[A-Za-z_]* (pthread_create.c:[0-9]*)/(within libpthread-?.?.so)/" \
 -e "s/[A-Za-z_]* (in [^ ]*libpthread-[0-9.]*\.so)/(within libpthread-?.?.so)/" \
 -e "s:(within /lib[0-9]*/ld-[0-9.]*\.so):(within ld-?.?.so):" \
This page took 0.033873 seconds and 5 git commands to generate.