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

fexecve fails on 14.0-CURRENT and 13.2-RELEASE #179

Closed paulfloyd closed 2 years ago

paulfloyd commented 2 years ago

The guest running standalone fails

$ ./fexecve fexecv failed:: Bad address

which is proibably

 [EFAULT]           The path, argv, or envp arguments point to an illegal
                    address.

Not sure what is at fault there.

13.1 as well ???

What changed in libc or the kernel ?

paulfloyd commented 2 years ago

commit f6316d1b68c85af2eecfef5ee0a62fff8a8d8954 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd pjfloyd@wanadoo.fr Date: Thu May 19 10:10:32 2022 +0200

Fix memcheck/tests/freebsd/fexecve

This contained a stupid mistake, and had been working by luck.