http://bugs.winehq.org/show_bug.cgi?id=31820 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- To recreate: 1. Unzipped the old gozilla.exe to ~/.wine/drive_c/gozilla. 2. Ran: for f in {1..50} ; do ( DISPLAY=:2 ionice -c 3 nice -n 19 wine-git C:\\gozilla\\gozilla.exe -no-remote -profile c:\\PROG~FBU\\Gomez\\GOME~3B3\\.\\agents\\gozilla\\runtime\\work\\work_pool\\FF35\\agt_0 -vw 0 -tsport 28250 -csport 28251 -storage c:\\PROG~FBU\\Gomez\\GOME~3B3\\.\\agents\\gozilla\\runtime\\storage\\FF35\\agt_0 about:blank & sleep 10 ) ; done In Wine 1.5.14 (to confirm): wineserver crashes. In Wine 1.7.11: wineserver does not crash. Fixed in Wine 1.7.11. $ pgrep -c gozilla.exe ; pkill gozilla.exe 86 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.