Closed
Bug 1368564
Opened 8 years ago
Closed 8 years ago
Crash in mozilla::DecryptThroughputLimit::Throttle
Categories
(Core :: Audio/Video: GMP, defect, P1)
Tracking
()
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | wontfix |
| firefox54 | --- | unaffected |
| firefox55 | --- | unaffected |
People
(Reporter: philipp, Assigned: cpearce)
References
Details
(Keywords: crash, stale-bug)
Crash Data
This bug was filed from the Socorro interface and is
report bp-111f7868-7998-40e6-bc96-fd5770170519.
=============================================================
Crashing Thread (32)
Frame Module Signature Source
0 xul.dll mozilla::DecryptThroughputLimit::Throttle(mozilla::MediaRawData*) dom/media/platforms/agnostic/eme/DecryptThroughputLimit.h:36
1 xul.dll mozilla::EMEDecryptor::ThrottleDecode(mozilla::MediaRawData*) dom/media/platforms/agnostic/eme/EMEDecoderModule.cpp:65
2 xul.dll mozilla::EMEDecryptor::Input(mozilla::MediaRawData*) dom/media/platforms/agnostic/eme/EMEDecoderModule.cpp:59
3 xul.dll mozilla::EMEDecryptor::Decrypted(mozilla::DecryptResult const&) dom/media/platforms/agnostic/eme/EMEDecoderModule.cpp:120
4 xul.dll mozilla::MozPromise<mozilla::DecryptResult, mozilla::DecryptResult, 1>::MethodThenValue<mozilla::EMEDecryptor, void ( mozilla::EMEDecryptor::*)(mozilla::DecryptResult const&), void ( mozilla::EMEDecryptor::*)(mozilla::DecryptResult const&)>::DoResolveOrRejectInternal(mozilla::MozPromise<mozilla::DecryptResult, mozilla::DecryptResult, 1>::ResolveOrRejectValue const&) obj-firefox/dist/include/mozilla/MozPromise.h:531
5 xul.dll mozilla::MozPromise<mozilla::DecryptResult, mozilla::DecryptResult, 1>::ThenValueBase::DoResolveOrReject(mozilla::MozPromise<mozilla::DecryptResult, mozilla::DecryptResult, 1>::ResolveOrRejectValue const&) obj-firefox/dist/include/mozilla/MozPromise.h:427
6 xul.dll mozilla::MozPromise<mozilla::DecryptResult, mozilla::DecryptResult, 1>::ThenValueBase::ResolveOrRejectRunnable::Run() obj-firefox/dist/include/mozilla/MozPromise.h:340
7 xul.dll mozilla::TaskQueue::Runner::Run() xpcom/threads/TaskQueue.cpp:232
8 xul.dll nsThreadPool::Run() xpcom/threads/nsThreadPool.cpp:225
9 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1240
10 xul.dll NS_ProcessNextEvent(nsIThread*, bool) xpcom/glue/nsThreadUtils.cpp:390
11 xul.dll mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp:338
12 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc:231
13 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc:211
14 xul.dll nsThread::ThreadFunc(void*) xpcom/threads/nsThread.cpp:490
15 nss3.dll _PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:397
16 nss3.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:95
17 ucrtbase.dll _o__CIpow
18 kernel32.dll BaseThreadInitThunk
19 ntdll.dll __RtlUserThreadStart
20 ntdll.dll _RtlUserThreadStart
this is a very low volume crash signature appearing in firefox 53 with MOZ_RELEASE_ASSERT(!mThrottleScheduler.IsScheduled()).
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → cpearce
Priority: -- → P1
| Assignee | ||
Comment 1•8 years ago
|
||
We have reports in 53 only. The calling code in 52 is different, so this problem may just go away in 52. We should continue to monitor the crash reports in 52, and otherwise do nothing to see if this passes.
This is an assigned P1 bug without activity in two weeks.
If you intend to continue working on this bug for the current release/iteration/sprint, remove the 'stale-bug' keyword.
Otherwise we'll reset the priority of the bug back to '--' on Monday, August 28th.
Keywords: stale-bug
Comment 3•8 years ago
|
||
No reports other than 53.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•