From: Paul Floyd Date: Tue, 12 Oct 2021 17:31:04 +0000 (+0200) Subject: filter_stderr also needs to handle FreeBSD libthr X-Git-Tag: VALGRIND_3_18_0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22857ddd1da007a4f5b54086acb3cd82925d5ff6;p=thirdparty%2Fvalgrind.git filter_stderr also needs to handle FreeBSD libthr --- diff --git a/drd/tests/filter_stderr.in b/drd/tests/filter_stderr.in index e7d975b81b..81a48ab7b8 100755 --- a/drd/tests/filter_stderr.in +++ b/drd/tests/filter_stderr.in @@ -37,7 +37,7 @@ $SED \ -e "s/_swapcontext/swapcontext/" \ -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/... (in \/lib\/libthr.so.3)/(within libpthread-?.?.so)/" \ +-e "s/... (in \/lib\/libthr.so.3)/start_thread/" \ -e "s:(within /lib[0-9]*/ld-[0-9.]*\.so):(within ld-?.?.so):" \ -e "s/was held during [0-9][0-9]*/was held during .../" \ -e "s: BSS section of [^<]*/: BSS section of :g" \