[Webkit-unassigned] [Bug 238244] [GTK] Upgrading to 2.36.0 causes all webviews to be blank

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 23 11:06:35 PDT 2022


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

--- Comment #7 from Adrian Vovk <adrianvovk at gmail.com> ---
I took a look at the disassembly @ the point of the crash:

   0x00007ffff3c57342 <+882>:   call   0x7ffff53c62a0 <_ZN7WebCore9GLContext22createOffscreenContextEPNS_15PlatformDisplayE>
   0x00007ffff3c57347 <+887>:   mov    -0x1d0(%rbp),%rdi
=> 0x00007ffff3c5734e <+894>:   mov    (%rdi),%rax
   0x00007ffff3c57351 <+897>:   call   *0x10(%rax)

So it seems to be crashing somewhere between these two lines: https://github.com/WebKit/WebKit/blob/b65babf43267b620de1c5720a8624e766af525c2/Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp#L374-L375

-- 
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/20220323/5f46b27c/attachment.htm>


More information about the webkit-unassigned mailing list