[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:28:35 PDT 2023


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

--- Comment #18 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(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!

> Anyway, what you send is very helpful to check the running packages and most
> of them are on my build too. I would say it is 80-90 % cover in your and my
> builds. Let me try with your scripts and I will let you know if I can run
> it. Certainly, your build depends on modern glibc and it wont run in my
> system.

Glad to know that it helped somehow.

BTW, in case you find interesting this:
- When you invoke the generate-bundle script you can tell it if it should try to bundle everything (even glibc and the graphics drivers) by passing '--syslibs=bundle-all' or if it should try to only bundle what is not shipped in the system (so only webkit and some library built outside of the standard system paths if webkit links with it) and generate a install script for the needed system packages by passing '--syslibs=generate-install-script' (currently that only works on .deb based distros)

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


More information about the webkit-unassigned mailing list