1. 08 Dec, 2006 1 commit
    • rafal@quant.(none)'s avatar
      BUG#24507 (rpl_log.test crash slave): · 5d7af856
      rafal@quant.(none) authored
      The problem was located to lie inside current NPTL pthread_exit() 
      implementation. Race conditions in this code can lead to segmentation
      fault. Hovewer, this can happen only in a race between first thread 
      calling pthread_exit() and other threads. 
      
      Workaround implemented in this patch spawns a dummy thread, which
      exits immediately, during thread lib initialization. This will exclude
      segment violations when further threads exit.
       
      5d7af856
  2. 28 Nov, 2006 8 commits
  3. 27 Nov, 2006 11 commits
  4. 24 Nov, 2006 3 commits
  5. 23 Nov, 2006 7 commits
  6. 21 Nov, 2006 2 commits
  7. 20 Nov, 2006 3 commits
  8. 19 Nov, 2006 2 commits
  9. 17 Nov, 2006 3 commits