1. 24 Mar, 2007 3 commits
  2. 20 Mar, 2007 3 commits
  3. 17 Mar, 2007 1 commit
    • dscho's avatar
      Fix a locking problem in libvncserver · 61cd498f
      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: 's avatarCharles Coffing <ccoffing@novell.com>
      61cd498f
  4. 13 Mar, 2007 2 commits
  5. 19 Feb, 2007 4 commits
  6. 17 Feb, 2007 1 commit
  7. 16 Feb, 2007 2 commits
  8. 12 Feb, 2007 2 commits
  9. 10 Feb, 2007 1 commit
  10. 05 Feb, 2007 2 commits
  11. 01 Feb, 2007 2 commits
  12. 31 Jan, 2007 4 commits
  13. 25 Jan, 2007 3 commits
  14. 10 Jan, 2007 1 commit
  15. 09 Jan, 2007 2 commits
  16. 07 Jan, 2007 1 commit
  17. 04 Jan, 2007 1 commit
  18. 02 Jan, 2007 1 commit
  19. 29 Dec, 2006 1 commit
  20. 28 Dec, 2006 3 commits