exporl / apex

APEX 4: software platform for auditory behavioural and psychophysical experiments. This repository follows the major releases of APEX.
http://kuleuven.be/exporl/apex/
Other
10 stars 2 forks source link

RepeatButton test #203

Closed croissanne closed 7 years ago

croissanne commented 7 years ago

There's an issue with apexcontrol going out of scope. There's an incorrect free happening in relation to bufferedprocessing. It happens only occasionally.

My guess is that the thread responsible for filling the buffer is freed after the buffer itself. It could only happens rarely because the thread that fills the buffer is a different one from the thread that calls delete.

croissanne commented 7 years ago

change 2461