Hard to reproduce & hard to spot race condition. (#136)
In case shared memory was resized, under `loadPageForKey()`, `loadPageForKey()` was looking at outdated data set.
This commit is contained in:
parent
b69b454cd9
commit
1aaaeebb24
1 changed files with 1 additions and 0 deletions
|
@ -558,6 +558,7 @@ namespace Mist{
|
|||
|
||||
stats(true);
|
||||
playbackSleep(50);
|
||||
meta.reloadReplacedPagesIfNeeded();
|
||||
pageNum = pageNumForKey(trackId, keyNum);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue