http://bugs.winehq.org/show_bug.cgi?id=19702
--- Comment #7 from Ronny Standtke Ronny.Standtke@gmx.net 2009-08-13 12:12:15 ---
Interesting, the crash happens nowhere near the sound code.
This is strange, because the workaround (setting the audio acceleration to 'emulation') actually works.
Have you checked that reverting the patch you found in bisect fixes the problem?
I just tried but reverting failed:
$ git revert f27d88e16fe0292d3efa7dac8966a0b612e62e6d Auto-merged dlls/winealsa.drv/dsoutput.c CONFLICT (content): Merge conflict in dlls/winealsa.drv/dsoutput.c Automatic revert failed. After resolving the conflicts, mark the corrected paths with 'git add <paths>' or 'git rm <paths>' and commit the result.
I tried resolving the conflict by using the code from the commit. I tested and yes, interesting but true, the issue is gone.