Closed
Bug 713895
Opened 13 years ago
Closed 13 years ago
egl_image* _egl_create_image_ANDROID_native_buffer(egl_display*, egl_context*, void*, EGLint*, void*) failed to map native buffer
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(fennec11+)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | 11+ | --- |
People
(Reporter: aaronmt, Assigned: cwiiis)
Details
Attachments
(1 file)
15.61 KB,
text/plain
|
Details |
I am seeing excessive checkerboard when scrolling through websites lately on the Samsung Galaxy SII (Android 2.3.4)
E/ (11880): egl_image* _egl_create_image_ANDROID_native_buffer(egl_display*, egl_context*, void*, EGLint*, void*) failed to map native buffer
I/AndroidGraphicBuffer(11880): No valid EGLImage!
When I scroll through the checkerboard, my console floods with the above messages (perhaps related).
--
Samsung Galaxy SII (Android 2.3.4)
Mozilla/5.0 (Android; Linux armv7l; rv:12.0a1) Gecko/20111228 Firefox/12.0a1 Fennec/12.0a1
Reporter | ||
Comment 1•13 years ago
|
||
When this happens; the checkerboard never dismisses to reveal the content. The entire viewport turns checkerboards.
Updated•13 years ago
|
Assignee: nobody → chrislord.net
Priority: -- → P1
Reporter | ||
Comment 2•13 years ago
|
||
New log: https://gist.github.com/1555688 (pastebin is down)
Today when this happens its hardlocking my SII causing a reboot
--
Samsung Galaxy SII (Android 4.0.3)
Mozilla/5.0 (Android; Linux armv7l; rv:12.0a1) Gecko/20120103 Firefox/12.0a1 Fennec/12.0a1
Updated•13 years ago
|
tracking-fennec: --- → 11+
Assignee | ||
Comment 3•13 years ago
|
||
This would have been caused by gralloc usage (which requires EglImage), and this has since been changed to a white-list. Marking this as fixed.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•