http://bugs.winehq.org/show_bug.cgi?id=15259
--- Comment #13 from Felix Saphir felix.saphir@presswatch.de 2009-05-04 13:30:38 ---
Try reverting that patch and see if it works, e.g.,: $ git reset --hard 5316dd011f15ca488ccfa69b5873b075407fe238 test, should be bad. Then do:
Yes, crashes
$ git show 5316dd011f15ca488ccfa69b5873b075407fe238 | patch -p1 -R test, should work.
This one works fine.
Anything else I can do to help?