Audit and document member access from threads in AudioConduit
Categories
(Core :: WebRTC: Audio/Video, enhancement, P2)
Tracking
()
People
(Reporter: dminor, Assigned: dminor)
Details
Attachments
(4 files)
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
This was added during the branch 64 update, but was not documented at that time.
Assignee | ||
Comment 3•6 years ago
|
||
This makes the shutdown behaviour of AudioConduit consistent with
VideoConduit which should make the conduit code easier to read and
reason about.
Depends on D25054
Assignee | ||
Comment 4•6 years ago
|
||
This also removes some unused member variables.
Depends on D25055
Assignee | ||
Comment 5•6 years ago
|
||
This is no longer used.
Depends on D25056
Comment 7•6 years ago
|
||
Backed out 4 changesets (Bug 1506884) for mochitest failures CLOSED TREE
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=236442391&repo=autoland&lineNumber=35953
Backout: https://hg.mozilla.org/integration/autoland/rev/a0084ecbf6719531544190109d9a59ffa6747fe2
Assignee | ||
Comment 8•6 years ago
|
||
I think the problematic commit is likely https://hg.mozilla.org/integration/autoland/rev/5837db3740b5. I think it is intermittent, I saw it on an earlier try job, but not the one just prior to landing. I don't think the DeleteStreams cleanup in 5837db3740b5 is worth risking introducing an intermittent shutdown crash, so I'm retrying with the other three commits. If that looks good, I'll land those three, and we can worry about DeleteStreams another time.
Assignee | ||
Comment 9•6 years ago
|
||
Try job without 5837db3740b5: https://treeherder.mozilla.org/#/jobs?repo=try&revision=903fdd84ead7ad60b2faa59275bdd3e13fb6fcc7
I was concerned about the number of mda2 failures on linux64-asan, but it appears that is just a frequent intermittent: https://treeherder.mozilla.org/#/jobs?repo=try&revision=c69975daf2cd53028561f440f52721e3b1a00d21
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a8af6b72513d
https://hg.mozilla.org/mozilla-central/rev/938699e324d1
https://hg.mozilla.org/mozilla-central/rev/6de9b9ab5d22
Updated•6 years ago
|
Description
•