paulfloyd / freebsd_valgrind

Git repo used to Upstream the FreeBSD Port of Valgrind
GNU General Public License v2.0
15 stars 4 forks source link

FreeBSD 13.1 issues #193

Closed paulfloyd closed 2 years ago

paulfloyd commented 2 years ago
2213a2229,2230
> drd/tests/dlopen                         (stdout)
> drd/tests/dlopen                         (stderr)
2214a2232,2233
> drd/tests/sigaltstack                    (stderr)
> drd/tests/str_tester                     (stderr)
2215a2235,2236
> none/tests/tls                           (stdout)
> none/tests/tls                           (stderr)

Mostly they just seem to crash.

Related to my changes for ps_strings and setproctitle

paulfloyd commented 2 years ago

This was releated to AT_BSDFLAGS. That only contains "sigfastblock". No idea why that should cause a crash. And it was a really hard crash, no gdb backtrace.