https://bugs.winehq.org/show_bug.cgi?id=47125
--- Comment #5 from jeffersoncarpenter2@gmail.com --- The request bounces in Valgrind's mmap2 implementation (syswrap-generic.c). The requested range 0x110000-0x68000000 would trample Valgrind's memcheck-amd64-linux image which is loaded starting at 0x58000000. On my machine, sed -i 's/0x58000000/0x68000000/' configure.ac before building valgrind is sufficient