https://bugs.winehq.org/show_bug.cgi?id=39815
--- Comment #3 from lizhenbo litimetal@gmail.com --- (In reply to Sebastian Lackner from comment #2)
It shouldn't matter, but according to the log this is not 1.8-rc4, but instead a build of the current git version of Wine / Wine Staging. Wine Staging 1.8 is not released yet.
Do you have the possibility to run a git bisect? To do that, you would apply all Wine Staging patches as separate commits on top of Wine (./patchinstall.sh --backend=git --all), and afterwards mark wine-1.8 as good and HEAD as bad. Then proceed like with a regular regression test: http://wiki.winehq.org/RegressionTesting
Thank you for mentioning this, I forgot that we can use git bisect (And I'm the translator of that wiki page)
This bug is caused by commit 78764bd09514515a14eb4a35993a66b40791c926 Author: Steaphan Greene steaphan@gmail.com Date: Fri Nov 2 14:16:09 2012 -0700
ntdll: Improve heap allocation performance by using more fine-grained free lists.
:040000 040000 67cb0529d89d0c039b57db289f64f7b115ae0b78 2eba65077fc3614e7a26a239b207e9d25074e25a M dlls
After applying this by $ patches/patchinstall.sh DESTDIR="/home/lizhenbo/src/wine-patched" --backend=git-am --force-autoconf ntdll-Heap_FreeLists
BitComet refused to work.