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

memcheck/tests/x86-freebsd/posix_fadvise and posix_fallocate are failing [FreeBSD 13 x86] #150

Closed paulfloyd closed 3 years ago

paulfloyd commented 3 years ago

Seems to be related to syscall stacktrace hack.

I can't see what has changed. Possibly we're getting date from debuginfo and then applying the hack?

paulfloyd commented 3 years ago

Fixed by

https://github.com/paulfloyd/freebsd_valgrind/commit/0688c57e2ba5742b9b83635bb8eaed31c39d9849

paulfloyd commented 3 years ago

Failing again on FreeBSD 14

paulfloyd commented 3 years ago

Not sure what exactly fixed this, but it is passing now.