filter_stderr also needs to handle FreeBSD libthr

This commit is contained in:
Paul Floyd 2021-10-12 19:31:04 +02:00
parent df838bccab
commit 22857ddd1d

View File

@ -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" \