Closed
Bug 1720965
Opened 4 years ago
Closed 4 years ago
Assertion failure: !mSegment from IPC Write for FrontBufferSnapshotIpc
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
92 Branch
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
Don't pretend it's not a copy.
| Assignee | ||
Comment 2•4 years ago
|
||
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3531708ab54e
Give up on move semantics for Shmem for now. r=nika
https://hg.mozilla.org/integration/autoland/rev/2ed56ddce45a
Use Maybe<Shmem> to avoid Writing an (invalid) blank shmem. r=lsalzman
Comment 4•4 years ago
|
||
Backed out 2 changesets (Bug 1720965) for causing bustages on nsContentUtils.cpp.
Backout link
Push with failures
Failure Log
Flags: needinfo?(jgilbert)
| Assignee | ||
Comment 5•4 years ago
|
||
Having trouble with keeping "Give up on move semantics for Shmem for now" small, so dropping that in order to land the more-important assert fix.
Flags: needinfo?(jgilbert)
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7338d7d94091
Use Maybe<Shmem> to avoid Writing an (invalid) blank shmem. r=lsalzman
Comment 7•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•