Bug 1075434

Summary: Huge memory consumption
Product: Red Hat Enterprise Linux 6 Reporter: Remi Collet <rcollet>
Component: libvpxAssignee: Wim Taymans <wtaymans>
Status: CLOSED CURRENTRELEASE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5CC: fedora, jkaluza, wtaymans
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-30 08:26:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1075201    

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.