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

Problems on Fedora 32 #142

Closed paulfloyd closed 3 years ago

paulfloyd commented 3 years ago

I recently did a load of upgrades on my Fedora install.

Firstly, there is a build error due to an include of malloc_np.h in a couple of the tests. Easy fix.

After that there are many regtest failures. Not yet analysed.

paulfloyd commented 3 years ago

The main problem was the fix for RO text segments. Not sure why this impacts Linux.

3 of the gdbserver tests also needed updating.