]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
filter_stderr also needs to handle FreeBSD libthr
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 12 Oct 2021 17:31:04 +0000 (19:31 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 12 Oct 2021 17:31:04 +0000 (19:31 +0200)
drd/tests/filter_stderr.in

index e7d975b81b09b97856ddcc6de48548a7ada68a27..81a48ab7b8ce5d3486d6cffc4a02783c516ad3ff 100755 (executable)
@@ -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" \