austriancoder / stressapptest

Automatically exported from code.google.com/p/stressapptest
Apache License 2.0
0 stars 0 forks source link

page lock initialization fails #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From DmitriyM:

Process Error: while initializing empty_ list

Some digging revealed that FineLockPEQueue::PutEmpty returns false
as it can't unlock FineLockPEQueue::pagelocks_ mutexes ->
Sat::InitializePages fails. Mutexes are never locked as
FineLockPEQueue::GetRandomWithPredicateTag (which locks them) is
actually never called.

Original issue reported on code.google.com by nick.j.s...@gmail.com on 23 Oct 2009 at 4:09

GoogleCodeExporter commented 9 years ago
Should be fixed in 1.0.1

Original comment by nick.j.s...@gmail.com on 27 Oct 2009 at 6:24