[Webkit-unassigned] [Bug 217084] iOS 14.2 Beta Webgl Crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 12:01:32 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217084

Nicholas Butko <nb at 8thwall.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nb at 8thwall.com

--- Comment #7 from Nicholas Butko <nb at 8thwall.com> ---
Just to confirm, it appears that this is a minimal repro of our issue:

const runIosCrashMinimal = (canvas) => {
  const gl = canvas.getContext('webgl')
  const exts = [
    'WEBGL_compressed_texture_astc', 
  ];
  (gl.getSupportedExtensions() || []).forEach((e) => {
    console.log(e)
    exts.indexOf(e) != -1 && gl.getExtension(e)
  })
}

It looks like the linked patch might be relevant to this, but I just wanted to make sure that it matches everyone's expectations for the linked issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200929/8a2b4f90/attachment.htm>


More information about the webkit-unassigned mailing list