http://bugs.winehq.org/show_bug.cgi?id=11823
Tony Indrali tony.indrali@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winex11.drv
--- Comment #6 from Tony Indrali tony.indrali@gmail.com 2008-03-08 02:09:54 --- phew,
1st, I made a mistake in using git. The bug can be found using git. I misread the instruction thinking that recompilation is automatically done after stating bisect good/bad.
2nd, in the last few bisect operations, the wine is compiled such that I can't select any window within a subwindow of VFP. Consequently, I'm unable to replicate the condition leading to the bug thus unable to corrently identify whether that particular bisect is good or bad.
To solve this problem, I tried all possibility by running bisect on a copy of last compilation.
If I guess the next bisect as true, the result is:
026974f5be4c71a275117388b94cd7e94a95a4fc is first bad commit commit 026974f5be4c71a275117388b94cd7e94a95a4fc Author: Alexandre Julliard julliard@winehq.org Date: Thu Jan 24 10:20:51 2008 +0100
winex11: Create the window data structure lazily, once the window is made visible.
:040000 040000 3cd059ecd09d1d91d3286d9ec1b4902a87d7275d 738fe01a3f4917ffc505514645fd4e2830fbbe18 M dlls
If I guess the next bisect as false, compile, and test it, the result is good. Thus I state that the bisect afterward as good. The resulting message is:
b6cc7f9bccb77eae43a598c67ba7fd67e251081d is first bad commit commit b6cc7f9bccb77eae43a598c67ba7fd67e251081d Author: Alexandre Julliard julliard@winehq.org Date: Thu Jan 24 10:20:11 2008 +0100
winex11: Don't create a win_data structure for the root window in non-desktop mode.
:040000 040000 106719a3849d06956b24f2fd4445f0ff432bb6ee 3cd059ecd09d1d91d3286d9ec1b4902a87d7275d M dlls
---------------
The bug should be one of the above. Please give feedback since I'm not familiar with git.