http://bugs.winehq.org/show_bug.cgi?id=11231
Alexander Dorofeyev alexd4@inbox.lv changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexd4@inbox.lv
--- Comment #1 from Alexander Dorofeyev alexd4@inbox.lv 2008-01-17 06:03:24 --- There's a high likelyhood the problem is on your system, I think. I've never seen something like that on my machine and I was running ddraw/d3d tests. And, of course, other people run tests too and the package maintainer constantly runs all tests.
Besides, when ddraw or d3d code corrupts the heap (I had actual cases like that), usually the problems pop up not in glibc, but in wine's own heap API, because ddraw/d3d code doesn't use glibc free etc directly, but it uses wine's heap functions HeapAlloc/HeapFree.