[Webkit-unassigned] [Bug 256471] Minibrowser starts the network process but the web process crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 12 11:39:17 PDT 2023


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

--- Comment #19 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to Carlos Alberto Lopez Perez from comment #18)
> (In reply to Mero from comment #17)
> > Thank you ! I tried it but it did not run as I expected. I have no a modern
> > pc (mine is a 2009 make:). Well, maybe it may be compared to a modern phone
> > with 2 GB RAM :).And that is why I cannot install latest desktop Linux
> > kernel, drivers, etc. And you understand that if I had it, the build would
> > be pointless and I would simply run all in the latest system.  
> > 
> 
> That bundle that I created from the binaries of the flatpak-sdk tries to use
> its own glibc which is also included on the bundle. Actually you can even
> run it on distros that don't ship glibc like Alpine.
> 
> However, the version of glibc bundled was built with a requirement of Linux
> kernel >= 3.2, so as long as you have kernel 3.2 or newer it should work (in
> theory). If you have an older version of the kernel then it won't work. But
> that is really really ancient. I'm checking that Linux 3.2 was released in
> 2012!

BTW, If your system doesn't have graphics drivers with proper OpenGL support that is an issue as WebKit tries to use accelerated compositing by default.

Maybe you can workaround this exporting the following environment variable that tells WebKit to not use the accelerated compositing paths.

$ export WEBKIT_DISABLE_COMPOSITING_MODE=1 
$ ./MiniBrowser

You can also try to load also the URL 'about:gpu' on the MiniBrowser that will tell you info about the detected capabilities of the graphics drivers

-- 
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/20230512/8757e8ec/attachment.htm>


More information about the webkit-unassigned mailing list