http://bugs.winehq.org/show_bug.cgi?id=19960
ray@rh-software.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |WORKSFORME
--- Comment #19 from ray@rh-software.com 2011-04-18 02:14:44 CDT --- (In reply to comment #18)
Closing bugs fixed in 1.3.18.
I have just looked at the changes made by the patch that fixes this and issues still exist for the #ifdef __APPLE__ code. I don't have an apple system, so I can't test this, but I am 100% sure the current code is incorrect.
I think the following changes are needed to fix this:
1) RtlReAllocateHeap() to specify HEAP_ZERO_MEMORY 2) add the nice time to the user time 3) add the idle time to the kernel time 4) convert from ticks to 100ns units
I could create a patch, but as I can't compile or test it I feel this is inappropiate.