Changes between Initial Version and Version 1 of Ticket #12305, comment 7
- Timestamp:
- Sep 11, 2015, 8:45:55 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12305, comment 7
initial v1 8 8 - SoundPlay does disappear from deskbar 9 9 - when opened in Debugger, I see only 2 threads left: main thread, and _BMediaRoster_ 10 - (edit) if I click "debug" on both running threads, I see that: 10 11 - the main thread is stuck in `QuitRequested()` 11 12 - the roster is blocked in `acquire_sem()` 13 - (edit) this occurs when quitting mid-song, didn't try quitting at the end of playback yet 12 14 15