[Bug 10548] UltraVNC Viewer works fine at first but becomes always unresponsive after ~10 minutes

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 24 10:47:42 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=10548





--- Comment #3 from unggnu <unggnu at googlemail.com>  2007-11-24 10:47:41 ---
I have found the patch which seems to cause this issue and this one
http://bugs.winehq.org/show_bug.cgi?id=7695 (both seems to be connected) but
the problem is that removing of this patch only fixes the problem in wine
0.9.31 but not in current 0.9.49 so I have started a second test with the
commands:

git bisect reset
git bisect start dlls/winex11.drv
git bisect good wine-0.9.30
git bisect bad
CC="ccache gcc" ./configure && make clean && make
...

But the problem is that I got the same patch result while the problem still
appears. More confusing is that at least one version in this second regression
test works and I have marked it as good. Is it not possible to find more than
one "bad" patches with this regression test?
Success is easy to check with local Xvnc server. If there is a black title bar
there is a problem. The black title bar should only appear in full screen mode
with mouse at the top which works fine in 0.9.30 and at least 0.9.22.

The patch I have found is:
abcbcc35da3b6800494bd908aa7294294c90708c is first bad commit
commit abcbcc35da3b6800494bd908aa7294294c90708c
Author: Vitaliy Margolen <wine-patches at kievinfo.com>
Date:   Sat Feb 10 10:40:50 2007 -0700

    winex11.drv: Popup windows with system menu are managed.

:040000 040000 d35a91bc5dda1c1c47c349343d1b0da2506fee06
3902ed5fbb619775fd92ff2f303598b13f294033 M      dlls


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list