Bug 2308642 - App crash due to memory leakage
Summary: App crash due to memory leakage
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: chromium
Version: 40
Hardware: ppc64le
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-08-30 07:10 UTC by Trung Lê
Modified: 2025-02-02 04:25 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-10-04 12:47:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Trung Lê 2024-08-30 07:10:52 UTC
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.

Comment 1 Than Ngo 2024-09-10 09:50:34 UTC
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?

Comment 2 Than Ngo 2024-10-04 12:47:43 UTC
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.

Comment 3 Red Hat Bugzilla 2025-02-02 04:25:03 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days


Note You need to log in before you can comment on or make changes to this bug.