Closed
Bug 809363
Opened 12 years ago
Closed 12 years ago
pref "gfx.textures.poweroftwo.force-enabled" accessed off the main thread
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 797120
People
(Reporter: nical, Assigned: nical)
References
Details
Attachments
(1 obsolete file)
GLContext::CanUploadNonPowerOfTwo is called on the compositor thread and accesses the pref "gfx.textures.poweroftwo.force-enabled".
The pref should be only accessed from the main thread.
http://dxr.mozilla.org/mozilla-central/gfx/gl/GLContext.cpp.html?string=GLContext.cpp#l639
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → nical.bugzilla
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #679133 -
Flags: review?(jmuizelaar)
Assignee | ||
Comment 2•12 years ago
|
||
By the way this fixes a systematic crash (abort) when shutting down debug builds of Firefox with omtc on Linux.
Assignee | ||
Comment 3•12 years ago
|
||
Actually jgilbert just landed a fix for this in bug 797120.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•12 years ago
|
Attachment #679133 -
Flags: review?(jmuizelaar)
Assignee | ||
Updated•12 years ago
|
Attachment #679133 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•