Closed
Bug 1020673
Opened 12 years ago
Closed 10 years ago
GMP thread conflict
Categories
(Core :: Audio/Video: GMP, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ekr, Unassigned)
Details
GMP wants to be launched on its own thread. Unfortunately, if crash reporting is on, it tries to start crash reporting:
http://dxr.mozilla.org/mozilla-central/source/ipc/glue/GeckoChildProcessHost.cpp?from=PrepareLaunch&case=true#251
Crash reporting wants to be on the main thread:
http://dxr.mozilla.org/mozilla-central/source/toolkit/crashreporter/nsExceptionHandler.cpp#2517
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: MSG/cubeb/GMP
Updated•10 years ago
|
Component: Audio/Video: MediaStreamGraph → Audio/Video: GMP
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•