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


Ignore:
Timestamp:
Aug 20, 2019, 11:43:09 AM (5 years ago)
Author:
X512

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15263, comment 6

    initial v1  
    1 It probably caused by improper cleanup when media_addon_server quit. Crash occured in MultiAudioNode thread which is still active when some dependent resource is released. media_addon_server should stop all nodes it hosts before quit.
     1It probably caused by improper cleanup when media_addon_server quit. Crash occured in MultiAudioNode thread which is still active when some dependent resource is released. media_addon_server should stop and delete all nodes it hosts before quit.