Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461582 - dev-libs/jemalloc-3.3.1 version bump
Summary: dev-libs/jemalloc-3.3.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-12 22:31 UTC by Johan Bergström
Modified: 2013-03-24 19:20 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 Johan Bergström 2013-03-12 22:31:59 UTC
s390 build fix now lives in upstream, so drop that from patches. After that, rename works for me.


Bug fixes:
  - Fix a locking order bug that could cause deadlock during fork if heap profiling were enabled.
  - Fix a chunk recycling bug that could cause the allocator to lose track of whether a chunk was zeroed.   On FreeBSD, NetBSD, and OS X, it could cause corruption if allocating via sbrk(2) (unlikely unless running with the "dss:primary" option specified).  This was completely harmless on Linux unless using mlockall(2) (and unlikely even then, unless the --disable-munmap configure option or the "dss:primary" option was specified).  This regression was introduced in 3.1.0 by the mlockall(2)/madvise(2) interaction fix.
  - Fix TLS-related memory corruption that could occur during thread exit if the thread never allocated memory.  Only the quarantine and prof facilities were susceptible.
  - Fix two quarantine bugs:
    + Internal reallocation of the quarantined object array leaked the old array.
    + Reallocation failure for internal reallocation of the quarantined object array (very unlikely) resulted in memory corruption.
  - Fix Valgrind integration to annotate all internally allocated memory in a way that keeps Valgrind happy about internal data structure access.
  - Fix building for s390 systems.
Comment 1 Jory A. Pratt gentoo-dev 2013-03-24 19:20:52 UTC
just landed in tree, thanks for reporting.