Hello Forest, or anyone else affected, Accepted libjpeg-turbo into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/libjpeg- turbo/1.1.90+svn733-0ubuntu4.4 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance! ** Changed in: libjpeg-turbo (Ubuntu Precise) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libjpeg-turbo in Ubuntu. https://bugs.launchpad.net/bugs/1189939 Title: Initialization leaks file descriptors to /prox/self/auxv Status in “libjpeg-turbo” package in Ubuntu: Invalid Status in “libjpeg-turbo” source package in Precise: Fix Committed Status in “libjpeg-turbo” source package in Quantal: Invalid Status in “libjpeg-turbo” source package in Raring: Invalid Status in “libjpeg-turbo” source package in Saucy: Invalid Bug description: [impact] In precise only, an Ubuntu-specific patch (FixLibraryStartup.patch) causes /proc/self/auxv to be opened on library initialization, but the file is never closed. For long running processes that periodically re-initialize the library (Firefox's plugin-container loading the VLC plugin for me), this leads to the available file descriptors being exhausted. This also causes https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1177684. [test case] Fresh and clean Ubuntu Precise 12.04.2 install # apt-get install apache2-mpm-itk libapache2-mod-php5 php5-gd Restart Apache to ensure gd.so is loaded # for pid in `pidof apache2`; do find /proc/$pid/fd -ls; done | awk '/auxv/ {print $11" "$12" "$13}' # apache2ctl graceful # for pid in `pidof apache2`; do find /proc/$pid/fd -ls; done | awk '/auxv/ {print $11" "$12" "$13}' # apache2ctl graceful # for pid in `pidof apache2`; do find /proc/$pid/fd -ls; done | awk '/auxv/ {print $11" "$12" "$13}' .. etc [regression potential] This affects patch designed for ARM. Although all it does it properly close the file descriptor, I have not specifically tested it on ARM. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1189939/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp