1. 07 Oct, 2014 1 commit
    • Fixed bug due to Hazard Pointer. · a32ff6eb
      HelpScan was implemented wrong -> Scan could be executed be different threads the same time -> FixedSize lists got messed up -> program tried to return wrong pointers to the object pool -> segfault or hang
      
      Moreover, added assertion that checks that only one thread concurrently enters scan, for avoiding these kind of bugs in the future.
      Christian Kern committed
  2. 06 Oct, 2014 4 commits
  3. 01 Oct, 2014 1 commit