https://bugs.kde.org/show_bug.cgi?id=349804
--- Comment #10 from Austin English <austinengl...@gmail.com> --- (In reply to Austin English from comment #9) > (In reply to Austin English from comment #8) > > Created attachment 94210 [details] > > wine+valgrind output > > > > Using wine-1.7.50-26-g6038e2a and valgrind-3.11.0-SVN-r15588. > > With wine-2.1-153-g9c72376, and valgrind-3.13.0.SVN-16222-vex-3303, every > wine unit test fails with: > > ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p > advapi32_test.exe.so cred && touch cred.ok > valgrind: mmap-FIXED(0x0, 253952) failed in UME (load_segment1) with error > 12 (Cannot allocate memory). > make[1]: *** [cred.ok] Error 1 I also just confirmed that modern wine does work on OSX in 64-bit mode, but it has the same issue: ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so cred && touch cred.ok valgrind: mmap-FIXED(0x0, 253952) failed in UME (load_segment1) with error 12 (Cannot allocate memory). make[1]: *** [cred.ok] Error 1 To be clear, while getting this working for 64-bit would be great, my main interest is 32-bit. -- You are receiving this mail because: You are watching all bug changes.