-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
We'd like to run vagrind on Lind to check for any memory leaks. Let's try to do this.
One issue is that our fork memory copy relies on mremap() which isn't allowed with valgrind. We can create and option to fallback to a straight memcpy the memory regions between cages on fork instead of the current setup and just enable that version when running valgrind.
Metadata
Metadata
Labels
good first issueGood for newcomersGood for newcomers