Closed
Bug 1190676
Opened 11 years ago
Closed 11 years ago
"Assertion failure: cycleStackMarker == ps->mCycleMarker"
Categories
(Core :: Web Audio, defect)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla43
People
(Reporter: jruderman, Assigned: padenot)
References
Details
(Keywords: assertion, testcase)
Attachments
(13 files, 3 obsolete files)
|
254 bytes,
text/html
|
Details | |
|
1.55 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
|
5.96 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
|
9.20 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
|
1.15 KB,
patch
|
pehrsons
:
review+
|
Details | Diff | Splinter Review |
|
4.00 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
|
5.12 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
|
2.33 KB,
patch
|
JamesCheng
:
review+
|
Details | Diff | Splinter Review |
|
1.10 KB,
patch
|
sotaro
:
review+
|
Details | Diff | Splinter Review |
|
1.33 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
|
1.63 KB,
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
|
1.90 KB,
patch
|
anatal
:
review+
eeejay
:
superreview+
|
Details | Diff | Splinter Review |
|
1.77 KB,
patch
|
pehrsons
:
review+
|
Details | Diff | Splinter Review |
Assertion failure: cycleStackMarker == ps->mCycleMarker, at dom/media/MediaStreamGraph.cpp:756
> #01: mozilla::MediaStreamGraphImpl::OneIteration(long long, long long, long long, long long) [dom/media/MediaStreamGraph.cpp:1514]
> #02: mozilla::ThreadedDriver::RunThread() [dom/media/GraphDriver.cpp:302]
> #03: mozilla::MediaStreamGraphInitThreadRunnable::Run() [dom/media/GraphDriver.cpp:209]
> #04: nsThread::ProcessNextEvent(bool, bool*) [xpcom/threads/nsThread.cpp:867]
> #05: NS_ProcessNextEvent(nsIThread*, bool) [xpcom/glue/nsThreadUtils.cpp:277]
> #06: mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) [ipc/glue/MessagePump.cpp:326]
> #07: MessageLoop::RunInternal() [ipc/chromium/src/base/message_loop.cc:235]
> #08: MessageLoop::Run() [ipc/chromium/src/base/message_loop.cc:520]
> #09: nsThread::ThreadFunc(void*) [xpcom/threads/nsThread.cpp:362]
> #10: _pt_root [nsprpub/pr/src/pthreads/ptthread.c:215]
| Assignee | ||
Comment 1•11 years ago
|
||
Another instance of the same problem as last time.
Attachment #8643082 -
Flags: review?(roc)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → padenot
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•11 years ago
|
||
Hopefully this will prevent cross-graph connections and other madness.
Attachment #8643083 -
Flags: review?(roc)
| Assignee | ||
Comment 3•11 years ago
|
||
Hopefully this wil also prevent getting the wrong graph.
Attachment #8643085 -
Flags: review?(roc)
| Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8643088 -
Flags: review?(roc)
| Assignee | ||
Updated•11 years ago
|
Attachment #8643082 -
Attachment is obsolete: true
Attachment #8643082 -
Flags: review?(roc)
| Assignee | ||
Comment 5•11 years ago
|
||
Hopefully this will prevent cross-graph connections.
Attachment #8643089 -
Flags: review?(roc)
| Assignee | ||
Updated•11 years ago
|
Attachment #8643083 -
Attachment is obsolete: true
Attachment #8643083 -
Flags: review?(roc)
| Assignee | ||
Comment 6•11 years ago
|
||
Hopefully this wil also prevent getting the wrong graph.
Attachment #8643091 -
Flags: review?(roc)
| Assignee | ||
Updated•11 years ago
|
Attachment #8643085 -
Attachment is obsolete: true
Attachment #8643085 -
Flags: review?(roc)
| Assignee | ||
Comment 7•11 years ago
|
||
Attachment #8643092 -
Flags: review?(pehrsons)
| Assignee | ||
Comment 8•11 years ago
|
||
I needed to stub a number of things to make this work, but I have mostly no
idea what I'm doing in the FakeMediaStream file.
Attachment #8643094 -
Flags: review?(rjesup)
| Assignee | ||
Comment 9•11 years ago
|
||
Attachment #8643095 -
Flags: review?(rjesup)
| Assignee | ||
Comment 10•11 years ago
|
||
James, it appears that you wrote this code initially, care to have a look at
this? I mostly need to know if there is a way to know whether the graph will
need audio when you call GetInstance.
Attachment #8643102 -
Flags: review?(jacheng)
| Assignee | ||
Comment 11•11 years ago
|
||
Attachment #8643106 -
Flags: review?(sotaro.ikeda.g)
| Assignee | ||
Comment 12•11 years ago
|
||
Attachment #8643110 -
Flags: review?(roc)
| Assignee | ||
Comment 13•11 years ago
|
||
Attachment #8643111 -
Flags: review?(karlt)
| Assignee | ||
Comment 14•11 years ago
|
||
Attachment #8643113 -
Flags: review?(anatal)
Updated•11 years ago
|
Attachment #8643094 -
Flags: review?(rjesup) → review+
Updated•11 years ago
|
Attachment #8643095 -
Flags: review?(rjesup) → review+
Updated•11 years ago
|
Attachment #8643092 -
Flags: review?(pehrsons) → review+
Updated•11 years ago
|
Attachment #8643106 -
Flags: review?(sotaro.ikeda.g) → review+
Comment 15•11 years ago
|
||
Comment on attachment 8643111 [details] [diff] [review]
Part 10 - Fix consumers: AudioDestinationNode. r=
Please fold this into attachment 8643091 [details] [diff] [review], as I hope that won't compile without this change.
Attachment #8643111 -
Flags: review?(karlt) → review+
Updated•11 years ago
|
Attachment #8643102 -
Flags: review?(jacheng) → review+
Comment 16•11 years ago
|
||
Comment on attachment 8643113 [details] [diff] [review]
Part 11 - Fix consumers: Web Speech. r=
This looks good to me, but I'd like to ask eeejay to please double check since he's more familiar with Synthesis
Attachment #8643113 -
Flags: superreview?(eitan)
Attachment #8643113 -
Flags: review?(anatal)
Attachment #8643113 -
Flags: review+
Attachment #8643088 -
Flags: review?(roc) → review+
Attachment #8643089 -
Flags: review?(roc) → review+
Attachment #8643091 -
Flags: review?(roc) → review+
Attachment #8643110 -
Flags: review?(roc) → review+
Comment 17•11 years ago
|
||
Comment on attachment 8643113 [details] [diff] [review]
Part 11 - Fix consumers: Web Speech. r=
Review of attachment 8643113 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. I'm not sure which AudioChannel we want to be on. But I assume we were on Normal before, so this is fine.
Attachment #8643113 -
Flags: superreview?(eitan) → superreview+
| Assignee | ||
Comment 18•11 years ago
|
||
This is orange on try, but I think 962719 will fix the errors.
| Assignee | ||
Comment 19•11 years ago
|
||
Hrm, I forgot that I had added this after asking for all the reviews.
Attachment #8653521 -
Flags: review?(pehrsons)
Comment 20•11 years ago
|
||
Comment on attachment 8653521 [details] [diff] [review]
Part 12 - Fix mozCaptureStream. r=
Review of attachment 8653521 [details] [diff] [review]:
-----------------------------------------------------------------
One of these in CaptureStreamInternal() should suffice.
Attachment #8653521 -
Flags: review?(pehrsons) → review+
Comment 21•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/905d5f8b66c2
https://hg.mozilla.org/integration/mozilla-inbound/rev/865b6a377448
https://hg.mozilla.org/integration/mozilla-inbound/rev/1a303a9f74f8
https://hg.mozilla.org/integration/mozilla-inbound/rev/23e4bbe07e4c
https://hg.mozilla.org/integration/mozilla-inbound/rev/e9856dc51513
https://hg.mozilla.org/integration/mozilla-inbound/rev/4d8264b7c691
https://hg.mozilla.org/integration/mozilla-inbound/rev/47c3d22006d9
https://hg.mozilla.org/integration/mozilla-inbound/rev/c944b51c50d7
https://hg.mozilla.org/integration/mozilla-inbound/rev/58786af75f6a
https://hg.mozilla.org/integration/mozilla-inbound/rev/7d6a18652417
https://hg.mozilla.org/integration/mozilla-inbound/rev/192e65f2ddc2
https://hg.mozilla.org/integration/mozilla-inbound/rev/ec2415cfb538
Comment 22•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/905d5f8b66c2
https://hg.mozilla.org/mozilla-central/rev/865b6a377448
https://hg.mozilla.org/mozilla-central/rev/1a303a9f74f8
https://hg.mozilla.org/mozilla-central/rev/23e4bbe07e4c
https://hg.mozilla.org/mozilla-central/rev/e9856dc51513
https://hg.mozilla.org/mozilla-central/rev/4d8264b7c691
https://hg.mozilla.org/mozilla-central/rev/47c3d22006d9
https://hg.mozilla.org/mozilla-central/rev/c944b51c50d7
https://hg.mozilla.org/mozilla-central/rev/58786af75f6a
https://hg.mozilla.org/mozilla-central/rev/7d6a18652417
https://hg.mozilla.org/mozilla-central/rev/192e65f2ddc2
https://hg.mozilla.org/mozilla-central/rev/ec2415cfb538
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•