[Bug 47125] Preloader fails to reserve a memory range when running under valgrind

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 11 00:56:33 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47125

--- Comment #5 from jeffersoncarpenter2 at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list