- 07 Oct, 2014 3 commits
-
-
Christian Kern committed
-
- shift initialization of is_active to correct position - remove unused variable
Christian Kern committed -
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
-
- 01 Oct, 2014 1 commit
-
-
Tobias Schuele committed
-