RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1263765 - free -h segfault
Summary: free -h segfault
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: procps-ng
Version: 7.2
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: rc
: ---
Assignee: Jan Rybar
QA Contact: Branislav Náter
Adam Kvitek
URL:
Whiteboard:
: 1362588 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-16 15:53 UTC by Branislav Náter
Modified: 2018-10-30 07:57 UTC (History)
4 users (show)

Fixed In Version: procps-ng-3.3.10-20.el7
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2018-10-30 07:56:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Upstream backport patch with additional CLI options (5.10 KB, patch)
2017-07-27 14:32 UTC, Jan Rybar
no flags Details | Diff
Cherrypicked backport patch (3.35 KB, patch)
2018-01-17 14:06 UTC, Jan Rybar
kdudka: review+
Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:3045 0 None None None 2018-10-30 07:57:01 UTC

Description Branislav Náter 2015-09-16 15:53:55 UTC
Description of problem:
During testing of BZ#1246379, I've tried to pass huge numbers (petabytes of memory) to free utility. When trying to produce output in human readable form (-h), free segfaults.

Version-Release number of selected component (if applicable):
procps-ng-3.3.10-3.el7

Steps to Reproduce:
1. copy /proc/meminfo file and change "MemTotal" value to "123123123123123"
2. mount modified meminfo:
mount --bind meminfo /proc/meminfo
3. free -h

Actual results:
              total        used        free      shared  buff/cache   available
Segmentation fault

Expected results:
No segfault

Comment 2 Jaromír Cápík 2016-01-14 16:31:30 UTC
In my case the free tool starts to crash when I get over 1192928601000 kB and the probability of crashing gets higher when the value is increased even more. That means it probably depends on other values which change in time. However, it's very probably an overflow in the evaluations and needs to be fixed.

Comment 6 Jan Rybar 2017-07-13 16:53:18 UTC
*** Bug 1362588 has been marked as a duplicate of this bug. ***

Comment 7 Jan Rybar 2017-07-13 17:05:09 UTC
According to the comment in code made by the author, 'free -h' generally acts as described above on systems with memory exceeding 1PB.

Problem is caused by character overflow in reserved Memory info column. Solution preventing this behaviour was deferred by upstream as no computer with that much memory exists so far.

Patch under construction.

Comment 9 Jan Rybar 2017-07-27 14:32:51 UTC
Created attachment 1305425 [details]
Upstream backport patch with additional CLI options

Comment 10 Jan Rybar 2018-01-17 14:06:14 UTC
Created attachment 1382414 [details]
Cherrypicked backport patch

Comment 11 Kamil Dudka 2018-01-17 21:40:08 UTC
Comment on attachment 1382414 [details]
Cherrypicked backport patch

Looks good to me.

Comment 18 errata-xmlrpc 2018-10-30 07:56:26 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:3045


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