Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405993 - www-plugins/gnash-0.8.10 uses faulty jemalloc
Summary: www-plugins/gnash-0.8.10 uses faulty jemalloc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-27 08:48 UTC by Christian Apeltauer
Modified: 2012-02-29 19:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Apeltauer 2012-02-27 08:48:29 UTC
gnash-0.8.10 uses a jemalloc version that has the same erratic behaviour as described in Bug #396275 (resulting in an infinite mmap/munmap loop on hardened kernels). To remedy the situation gnash should use system-wide jemalloc which is fixed (personally I used icecat). Therefore please add --disable-jemalloc to the configuration options in the ebuild.
 I filled a bug report upstream under 
https://savannah.gnu.org/bugs/index.php?35635
 You can find there also a patch for gnash's jemalloc which would solve the problem.

Reproducible: Always
Comment 1 Christian Apeltauer 2012-02-29 09:48:23 UTC
Upstream has fixed the issue in commit #1a6e0d3.
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-02-29 19:14:01 UTC
Thanks, fixed.