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

More reserved fds #196

Closed paulfloyd closed 1 year ago

paulfloyd commented 1 year ago

In m_main.c

if defined(VGO_freebsd)

define N_RESERVED_FDS (20)

else

define N_RESERVED_FDS (12)

endif

Why do we need 8 more?

Test without this.

paulfloyd commented 1 year ago

commit 8dba06c771b1761775534c222f1375ecf661dc58 Author: Paul Floyd pjfloyd@wanadoo.fr Date: Tue Jan 24 21:03:48 2023 +0100

FreeBSD: remove different reserved fds number

No idea where it originated. Causes no problems on
FreeBSD 13.1 amd64.