[Bug 102062] Segfault at eglCreateContext in android-x86

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 10 11:36:28 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=102062

Tapani Pälli <lemody at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lemody at gmail.com

--- Comment #5 from Tapani Pälli <lemody at gmail.com> ---
Created attachment 133424
  --> https://bugs.freedesktop.org/attachment.cgi?id=133424&action=edit
workaround

There are 2 places causing a crash in recent batchbuffer changes ... both of
them are accessing context like this:

struct brw_context *brw = container_of(batch, brw, batch)

functions are intel_batchbuffer_init and brw_emit_reloc

on the first issue brw->screen can be null, 2nd one I believe happens via
initial blorp_clear that calls brw_upload_state_base_address.

Attached a workaround for these.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20170810/2736bf93/attachment.html>


More information about the intel-3d-bugs mailing list