|
From: Paul F. <pa...@so...> - 2021-10-12 17:32:18
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=22857ddd1da007a4f5b54086acb3cd82925d5ff6 commit 22857ddd1da007a4f5b54086acb3cd82925d5ff6 Author: Paul Floyd <pj...@wa...> Date: Tue Oct 12 19:31:04 2021 +0200 filter_stderr also needs to handle FreeBSD libthr Diff: --- drd/tests/filter_stderr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ |