[Webkit-unassigned] [Bug 275598] Stack corruption crash in _glXLookupVendorByName

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 18 07:57:20 PDT 2024


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

Michael Catanzaro <mcatanzaro at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED
                 CC|                            |mcatanzaro at redhat.com

--- Comment #1 from Michael Catanzaro <mcatanzaro at redhat.com> ---
I'm going to close this because there's surely not anything WebKit can do if just querying the GL version string causes a crash.

First step here is to get a better backtrace. What we see above is not sufficient due to missing debuginfo. I'd want to see line numbers at least to know where exactly it is crashing. We have instructions here: https://handbook.gnome.org/issues/stack-traces.html

Once you've got a better backtrace, you can report to either the GLX provider (probably glvnd) or else the libc (probably glibc) depending on what the better backtrace reveals. What you've posted here *really* looks like a bug in dlopen() itself. That seems quite unlikely, but it's sure what it looks like.

-- 
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/20240618/2d9ca3ee/attachment.htm>


More information about the webkit-unassigned mailing list