http://bugs.winehq.org/show_bug.cgi?id=11788
--- Comment #23 from Neil Skrypuch ns03ja@brocku.ca 2008-04-12 21:59:07 --- Created an attachment (id=12112) --> (http://bugs.winehq.org/attachment.cgi?id=12112) Crash log with 0.9.59
I just tested this on current git, and the crash is gone! I bisected this and found that the following patch fixes (or hides) the bug:
185157cb6eb25bc5e75e9a260b593e98153d2255 is first bad commit commit 185157cb6eb25bc5e75e9a260b593e98153d2255 Author: Kusanagi Kouichi slash@ma.neweb.ne.jp Date: Fri Apr 4 20:44:36 2008 +0900
winex11: Connect to XIM server dynamically.
:040000 040000 4df81736d311abdd4b603e64987fb90e4e5c9a71 7999fe03f030755e4e731116a1701b0779e07ab7 M dlls
I also tested 0.9.59, which does suffer from the crash.
Also, this does appear to be a timing sensitive bug, perhaps it would be useful to know what kind of system I'm running:
64-bit Gentoo Athlon X2 4200+ (2x 2.2 Ghz) 2G RAM (normally, currently 1G) Geforce 7950 GT Soundblaster Live! (the original, using snd_emu10k1) GCC 4.1.2 Linux x2-42 2.6.24-gentoo-r2 #1 SMP PREEMPT Mon Feb 11 03:53:34 EST 2008 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ AuthenticAMD GNU/Linux
Actually, I'm now reminded of bug 4047, which seems related...