Changes between Initial Version and Version 1 of Ticket #15263, comment 11


Ignore:
Timestamp:
Aug 21, 2019, 7:33:18 AM (5 years ago)
Author:
X512

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15263, comment 11

    initial v1  
    1 I look like problem is in multi_audio add-on.  media_addon_server termination sequence seems to be correct. Crash occured when mixer node are released by media_addon_server in _DestroyInstantiatedFlavors. mixer is released before MultiAudioNode, so MultiAudioNode::_OutputThread is still running. MultiAudioNode don't correctly respond to stop and disconnect notifications. Same crash can be also caused by removing comection between "Audio Mixer" and "HD Audio" nodes.
     1I look like problem is in multi_audio add-on.  media_addon_server termination sequence seems to be correct. Crash occured when mixer node are released by media_addon_server in _DestroyInstantiatedFlavors. mixer is released before MultiAudioNode, so MultiAudioNode::_OutputThread is still running. MultiAudioNode don't correctly respond to stop and disconnect notifications. Same crash can be also caused by removing connection between "Audio Mixer" and "HD Audio" nodes.