- 24 Mar, 2007 2 commits
- 20 Mar, 2007 3 commits
- 17 Mar, 2007 1 commit
-
-
dscho authored
There seems to be a locking problem in libvncserver, with respect to how condition variables are used. On certain machines in our lab, when using a vncviewer to view a display that has a very high rate of updates, we will occasionally see the VNC server process crash. In one stack trace that was obtained, an assertion had tripped in glibc's pthread_cond_wait, which was called from clientOutput. Inspection of clientOutput suggests that WAIT is being called incorrectly. The mutex that protects a condition variable should always be locked when calling wait, and on return from the wait will still be locked. The attached patch fixes the locking around this condition variable, and one other that I found by grepping the source for similar occurrences. Signed-off-by: Charles Coffing <ccoffing@novell.com>
-
- 13 Mar, 2007 2 commits
- 19 Feb, 2007 4 commits
- 17 Feb, 2007 1 commit
-
-
runge authored
-
- 16 Feb, 2007 2 commits
- 12 Feb, 2007 2 commits
- 10 Feb, 2007 1 commit
-
-
runge authored
x11vnc: watch textchat, etc in unixpw, implement kbdReleaseAllKeys, setSingleWindow, setServerInput. watch for OpenGL apps breaking XDAMAGE.
-
- 05 Feb, 2007 2 commits
- 01 Feb, 2007 2 commits
- 31 Jan, 2007 4 commits
- 25 Jan, 2007 3 commits
- 10 Jan, 2007 1 commit
-
-
runge authored
-
- 09 Jan, 2007 2 commits
- 07 Jan, 2007 1 commit
-
-
runge authored
-
- 04 Jan, 2007 1 commit
-
-
runge authored
-
- 02 Jan, 2007 1 commit
-
-
runge authored
-
- 29 Dec, 2006 1 commit
-
-
runge authored
-
- 28 Dec, 2006 4 commits