The program would run but would be slowly leaking memory in one of the spawned processes. One the process has reached around 5GB of RAM, the app would crash due to OOM. Reproducible: Always Steps to Reproduce: 1. Open the app 2. Observe the process with htop for 5 minutes Actual Results: App crash Expected Results: No crash I've had a chat with Timothy Pearson (the maintainer of the PPC64LE patchset). He said there might be issue that is related to 64k pagesize partition alloc code. He added that his patch runs fine on 4k page size kernel (which Debian is using). I think it is LIKELY related to the fact that `partition-alloc-4k-detect.patch` was commented out (see https://src.fedoraproject.org/rpms/chromium/blob/rawhide/f/chromium.spec#_1197). I would like to propose that we should enable that patch because in theory 64k pagesize kernel can still function with 4k pagesize app.
i checked the Timothy Pearson's git branch chromium-128 and saw that partition-alloc-4k-detect.patch was removed. Does this problem also occur with the latest version of chromiuim 128.0.6613.119?
I'm closing that bugzilla INSUFFICIENT_DATA because there's no testcase to reproduce this issue. Feel free to reopen it once you find some way how to reproduce it.
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days