I found a bug in ASYNC read... If I seek a track near its end, back and forth several times, it dead locks in one of the bass's threads (infinite critical section waiting).
Seeking is performed like this: 29s mp3 track, set pos to 25th sec, then 24, 27, 21 and so on (numbers are pretty random as I do it by clicking a mouse in my app) - eventually the problem occurs.

Reply
Quote