Closed
Bug 1284074
Opened 9 years ago
Closed 9 years ago
Intermittent dom/media/tests/mochitest/test_peerConnection_removeThenAddVideoTrackNoBundle.html | application crashed [@ mozilla::layers::TextureClient::SetLastFwdTransactionId(unsigned __int64)]
Categories
(Core :: WebRTC, defect, P3)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
backlog | webrtc/webaudio+ |
People
(Reporter: intermittent-bug-filer, Assigned: sotaro)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
873 bytes,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
Updated•9 years ago
|
backlog: --- → webrtc/webaudio+
Rank: 35
Priority: -- → P3
Comment 1•9 years ago
|
||
Any graphics changes around a week ago that might explain this and the various dupes?
Flags: needinfo?(sotaro.ikeda.g)
Flags: needinfo?(nical.bugzilla)
Assignee | ||
Comment 2•9 years ago
|
||
> Assertion failure: mFwdTransactionId < aTransactionId
The above assertion seems like a false alarm. The assertion needs to be changed. It seems like a potential problem, since Bug 1252835. Bug 1280839 might affect to the ImageBridge's task timing change.
Flags: needinfo?(sotaro.ikeda.g)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #1)
> Any graphics changes around a week ago that might explain this and the
> various dupes?
various dupes also hit the assertion. It seems to be caused by the same cause.
Assignee | ||
Comment 4•9 years ago
|
||
Relax the assertion, since there could be a case that same TextureClient is handled multiple times in one transaction.
Assignee | ||
Updated•9 years ago
|
Attachment #8771207 -
Flags: review?(nical.bugzilla)
Updated•9 years ago
|
Attachment #8771207 -
Flags: review?(nical.bugzilla) → review+
Updated•9 years ago
|
Flags: needinfo?(nical.bugzilla)
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bfdd3618b368
Relax assertion check r=nical
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•