http://bugs.winehq.org/show_bug.cgi?id=12279
--- Comment #14 from billstei billstei@hbci.com 2008-07-06 13:39:55 --- It would be good to note at this point that the difference between mine and Scott's 0.9.50 build might be that of a race condition, either in ntdll.dll or something it calls. Furthermore this race condition would have changed enough between Scott's 0.9.50 and 0.9.51 to make the former work and the latter not work.
It would have been useful to transplant the Scott Ritchie ntdll.dll.so file from his 0.9.50 to his 0.9.51, which I tried, but get: error:wine client error:9: version mismatch 334/332. No surprise, but it would make an interesting test if this could be overriden.
If I follow the race condition theory ... my next test would be to pass in additional optimizations. CFLAGS="-O3" make, perhaps?