NEW 225847
"memory pressure relief" crash
https://bugs.webkit.org/show_bug.cgi?id=225847
Summary "memory pressure relief" crash
ys3al35l
Reported 2021-05-15 18:08:34 PDT
Created attachment 428755 [details] Journal of crash Running Luakit which uses WebKitGTK+ Works for a few days then crashes repeatedly with a repeated 'Memory Pressure Relief' message in log then crashes the browser. Running on an RPi 3b+, Aarch64 Arch Linux kernel 5.10.33 webkit2gtk 2.32.0
Attachments
Journal of crash (21.48 KB, text/plain)
2021-05-15 18:08 PDT, ys3al35l
no flags
Miguel Gomez
Comment 1 2021-05-18 00:29:49 PDT
I'm not sure what you're running on Luakit, but the browser is crashing because the system runs out of memory, that's why the MemoryPressureHandler is kicking in (trying to release memory).
ys3al35l
Comment 2 2021-05-18 02:36:18 PDT
I am running a pretty simple php front end to MPD. If I restart luakit, it will run again for a while then crash. Before I start luakit, this is my memory situation before I start weston and luakit: # free -m total used free shared buff/cache available Mem: 729 135 356 16 238 563 Swap: 0 0 0 Once these are running, my memory looks like this: # free -m total used free shared buff/cache available Mem: 729 242 74 20 413 454 Swap: 0 0 0 I was previously using xorg/chromium and did not see this type of crash.
Note You need to log in before you can comment on or make changes to this bug.