http://bugs.winehq.org/show_bug.cgi?id=17530
--- Comment #2 from Austin English austinenglish@gmail.com 2009-02-25 14:36:32 --- (In reply to comment #1)
(In reply to comment #0)
Should be easy to reproduce.
Not here: $ WINEDEBUG=warn+heap make access.ok warn:heap:HEAP_Decommit Could not decommit 003e0000 bytes at 0xbfc20000 for heap 0xbfc00000 warn:heap:HEAP_Decommit Could not decommit 003e0000 bytes at 0xbfc20000 for heap 0xbfc00000 (some netapi32 fixmes) warn:heap:HEAP_Decommit Could not decommit 003e0000 bytes at 0xbf820000 for heap 0xbf800000 warn:heap:HEAP_Decommit Could not decommit 003e0000 bytes at 0xbf820000 for heap 0xbf800000
That is, no error. Also tried WINEDEBUG=+heap make access.ok and it didn't fail either.
Hmm, strange. That passes here as well. The crosstest always fails. And running:
austin@midna:~/wine-git/dlls/netapi32/tests$ rm access.ok ; rm -rf ~/.wine ; WINEDEBUG=+heap wine netapi32_test.exe.so access &> /dev/null && echo good || echo fail
Fails consistently. Can you try that?