Bug 1764753 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Majority of crashes happened under the following function calls. Then the crash might be related to hw decoder shutdown.

- RemoteDecoderManagerParent::~RemoteDecoderManagerParent()
- WMFVideoMFTManager::Shutdown()
Majority of crashes happened under the following function calls. Then the crash might be related to hw decoder shutdown.

- [RemoteDecoderManagerParent::~RemoteDecoderManagerParent()](https://searchfox.org/mozilla-central/rev/a019f4f233dc43af0ade38be0914010448c4ce03/dom/media/ipc/RemoteDecoderManagerParent.cpp#172)
- [WMFVideoMFTManager::Shutdown()](https://searchfox.org/mozilla-central/rev/a019f4f233dc43af0ade38be0914010448c4ce03/dom/media/platforms/wmf/WMFVideoMFTManager.cpp#989)

Back to Bug 1764753 Comment 2