https://bugs.winehq.org/show_bug.cgi?id=38799
--- Comment #5 from antony.kikaxa@gmail.com --- 608605c7dcb9584cf658e247938c18fa13a7b0b2 is the first bad commit commit 608605c7dcb9584cf658e247938c18fa13a7b0b2 Author: Piotr Caban piotr@codeweavers.com Date: Wed Jun 18 11:35:19 2014 +0200
msvcrt: Allocate data with 16-bytes alignement if small blocks heap is used.
:040000 040000 01bfdc3cf6b47ca3abc0645f10960259988accbc 90c0bae2f8e229fde1af85b9b64477a6dec8555a M dlls
kix@linux:~/wine-git> git bisect log git bisect start # good: [3ea505bdea39d9c412120d6120c39067170cabc7] Release 1.7.15. git bisect good 3ea505bdea39d9c412120d6120c39067170cabc7 # bad: [744f7b69bf4692265588e10650090ca2f5129ccd] Release 1.7.47. git bisect bad 744f7b69bf4692265588e10650090ca2f5129ccd -------------
after system updates(kernel, pulse, gcc, etc...) i can no longer get crash with wine 1.5.20+, instead i get it for 1.7.21+ (both git bisect and playonlinux, though playonlinux works again with 1.7.44+, but there are no new patches in their tree. strange.)
i'll try reverting this patch for trunk a bit later.