Skip to content
Snippets Groups Projects
  1. Aug 29, 2013
  2. Aug 27, 2013
  3. Aug 26, 2013
  4. Aug 23, 2013
  5. Aug 22, 2013
  6. Aug 20, 2013
  7. Aug 19, 2013
    • Kipp Cannon's avatar
      AppSync: try to fix a race condition in exception reporting · 596a23b3
      Kipp Cannon authored
      if the call-back to handle a new buffer raises an exception, the lock can
      get released in the finally: clause allowing other threads waiting to go to
      begin running before the finally: clause re-raises the exception.  if the
      thread that starts running hits the assert related to un-processed buffers
      then you get that exception instead of the one that really triggered the
      failure, making debugging difficult.  this patch moves the call-back to the
      very end of the try: clause so that there's no book-keeping left to take
      care of in the event that it fails, which should ensure we get the correct
      traceback displayed.
      596a23b3
  8. Aug 16, 2013
  9. Aug 15, 2013
  10. Aug 14, 2013
  11. Aug 13, 2013
  12. Aug 12, 2013
  13. Aug 09, 2013
  14. Aug 07, 2013
  15. Aug 06, 2013
  16. Aug 05, 2013
  17. Aug 02, 2013
  18. Aug 01, 2013
  19. Jul 31, 2013
  20. Jul 30, 2013
Loading