[mythtv-users] MythTV Version : v0.27.3-147-g628337c
Jean-Yves Avenard
jyavenard at gmail.com
Sun Aug 10 23:44:55 UTC 2014
On 11 August 2014 08:12, Doug Lytle <support at drdos.info> wrote:
> Jean-Yves Avenard wrote:
>>
>> The whole idea of bisect is to go to the end to find out which commit
>> introduce the regression.
>
>
>
> Completed:
>
>
>
>
> git bisect good
> Bisecting: 9 revisions left to test after this (roughly 3 steps)
> [4b43f7ce7598e4c7328f19a3d207307149ae53f3] metadata: also look for artwork
> when scanning a single recording
>
> git bisect good
> Bisecting: 4 revisions left to test after this (roughly 2 steps)
> [143cf1c051bfc55321689cd75cbd2387cd7c48e7] Merge branch 'fixes/0.27' into
> devel/027candidates
>
> git bisect good
> Bisecting: 2 revisions left to test after this (roughly 1 step)
> [5c76f3356fe2178677019e0415151e64605411c4] Attempt to fix segfault in
> EITCache assumed to be due to QMap race
>
> git bisect good
> Bisecting: 1 revision left to test after this (roughly 1 step)
> [6788ea9ab34b86a1b7f18a540f91d5c5514f4665] Make seeks faster for slow
> decoders / large keyframe distances.
>
> git bisect good
> Bisecting: 0 revisions left to test after this (roughly 0 steps)
> [cb7fd955cf8970b0135341a8d975720c9a4503b2] Revert "Player: Amalgamate and
> simplify SwitchTo and JumpToProgram"
>
>
> git bisect bad
> cb7fd955cf8970b0135341a8d975720c9a4503b2 is the first bad commit
> commit cb7fd955cf8970b0135341a8d975720c9a4503b2
> Author: Jean-Yves Avenard <jyavenard at mythtv.org>
> Date: Sun Aug 10 19:47:58 2014 +1000
>
> Revert "Player: Amalgamate and simplify SwitchTo and JumpToProgram"
>
> This breaks seek when performed near the end of a program and makes the
> frontend unresponsive for several seconds when reaching the end of the
> current program
>
> This reverts commit cc927f687995a9620de581894a68935b0780b299.
>
> (cherry picked from commit 2bdb7cc5f5e5918cbdd19dcbb4902bec6d028ece)
This is still not the way bisect works !
you don't stop on the first bad !
You stop when it tells you you have no more commit to test.
More information about the mythtv-users
mailing list