[Bug 39815] BitComet 1.4 crashed on launch

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 20 21:22:28 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=39815

--- Comment #3 from lizhenbo <litimetal at 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 at 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.

-- 
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.



More information about the wine-bugs mailing list