Closed
Bug 904817
Opened 11 years ago
Closed 11 years ago
Electrolysis: Assert(!mSurface) in TextureClient.cpp:346
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 904343
People
(Reporter: evilpie, Unassigned)
References
Details
Attachments
(1 file)
10.06 KB,
text/plain
|
Details |
Bug 902330 changed mSurface = nullptr to assert(!mSurface). Since then this is hit quite often when running on Linux. Changing this line to the old code seems to cause no observable problems.
We think this is fixed by bug 904343.
Depends on: 904343
Comment 2•11 years ago
|
||
I see this too. Simply trying to unlock the phone causes this assertion to trigger and cause a crash every time.
Comment 3•11 years ago
|
||
(In reply to Botond Ballo :botond from comment #2)
> I see this too. Simply trying to unlock the phone causes this assertion to
> trigger and cause a crash every time.
The patch for bug 904343 (the one entitled "patch") resolves this issue for me.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•