Jonasrems / tapmania

Automatically exported from code.google.com/p/tapmania
GNU General Public License v3.0
0 stars 0 forks source link

Crash on song selection menu #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Scroll
2. Scroll
3. Scroll

three crash reports attached

Original issue reported on code.google.com by ten...@gmail.com on 18 Dec 2012 at 4:30

Attachments:

GoogleCodeExporter commented 9 years ago
Ok so these crashes are in the sound engine thread. They are hopefully caused 
by the concurrent deallocation on changing songs. This almost never appears to 
be the case on a DEBUG build though but I managed to crash it once last night 
and I believe I fixed this concurrency issue. I'm setting this to fixed for 
now, Andrey. You will have to either close it after you test it with the next 
build or reopen if it's still there. Thanks

Original comment by godexsoft on 18 Dec 2012 at 9:46