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 1075434 - Huge memory consumption
Summary: Huge memory consumption
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvpx
Version: 6.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Wim Taymans
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks: 1075201
TreeView+ depends on / blocked
 
Reported: 2014-03-12 06:44 UTC by Remi Collet
Modified: 2014-10-30 08:26 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-10-30 08:26:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Remi Collet 2014-03-12 06:44:11 UTC
Trivial test code

    #include <stdio.h>
    #include <vpx_codec.h>
    int main (int argc, char *argv[]) {
        char buf[100];
        printf("libvpx version %x\n", vpx_codec_version());
        printf("libvpx version %s\n", vpx_codec_version_str());
        printf("Done: ");
        fgets(buf, sizeof(buf), stdin);
        return 0;
    }


RHEL-6, libvpx-0.9.0-8.el6_0.x86_64

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
remi      2116  0.0  0.0 538084   580 pts/1    S+   07:39   0:00 ./webp

RHEL-7,  libvpx-1.2.0-4.el7.x86_64

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
remi      9723  0.0  0.0  11924   484 pts/1    S+   07:39   0:00 ./webp

Comment 3 Jan Kaluža 2014-03-12 08:25:31 UTC
Probably caused by https://bugzilla.redhat.com/show_bug.cgi?id=600663#c1

Comment 4 Jan Kaluža 2014-03-12 08:40:21 UTC
To save you some time finding the commit from the original bugreport and debian bugreports: http://code.google.com/p/webm/source/detail?repo=libvpx&r=9099fc0d69a69525656b4bfeeb1e7aabec04897b

Comment 5 Remi Collet 2014-08-29 14:27:56 UTC
As libvpx 1.3.0-5.el6_5 is available, this issue is fixed and can be closed.

Comment 6 Wim Taymans 2014-10-30 08:26:33 UTC
Closing, updated to 1.3.0 because of FF rebase.


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