On Wed, Mar 29, 2023 at 06:22:25AM -0400, Karo Gyoker wrote: > If I try to open any page in epiphany-browser, nothing happens. The CPU is at > 100%. > I can see it in dmesg that WebKitWebProcess is constantly segfaulting. >
> cat /proc/cpuinfo > processor : 0 > vendor_id : AuthenticAMD > cpu family : 6 > model : 10 > model name : AMD Athlon(tm) Can you try to set JavaScriptCoreUseJIT=0 in the environment and try again? Does it still crash? $ export JavaScriptCoreUseJIT=0 $ epiphany-browser Berto