Closed
Bug 1314399
Opened 9 years ago
Closed 9 years ago
Assertion failure in nsRefreshDriver when the GPU process aborts
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: dvander, Assigned: dvander)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.52 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
![]() |
Assignee | |
Comment 1•9 years ago
|
||
I reviewed this but didn't read carefully enough: we allocate transaction ids in ForwardTransaction, but try to revoke them potentially before that in EndTransaction.
Assignee: nobody → dvander
Status: NEW → ASSIGNED
Attachment #8808384 -
Flags: review?(nical.bugzilla)
Comment 2•9 years ago
|
||
Comment on attachment 8808384 [details] [diff] [review]
bug1314399.patch
Review of attachment 8808384 [details] [diff] [review]:
-----------------------------------------------------------------
ah, indeed!
Attachment #8808384 -
Flags: review?(nical.bugzilla) → review+
Pushed by danderson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/494b13143c3e
Fix revoking transactions that may not have been started. (bug 1314399, r=nical)
Comment 4•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•