diff options
author | Jason Evans <je@fb.com> | 2013-02-06 19:59:30 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2013-02-06 19:59:30 (GMT) |
commit | 88c222c8e91499bf5d3fba53b24222df0cda5771 (patch) | |
tree | db3dc10e4165fab7b4816b07fe7646a9ee219105 /ChangeLog | |
parent | 06912756cccd0064a9c5c59992dbac1cec68ba3f (diff) | |
download | jemalloc-88c222c8e91499bf5d3fba53b24222df0cda5771.zip jemalloc-88c222c8e91499bf5d3fba53b24222df0cda5771.tar.gz jemalloc-88c222c8e91499bf5d3fba53b24222df0cda5771.tar.bz2 |
Fix a prof-related locking order bug.
Fix a locking order bug that could cause deadlock during fork if heap
profiling were enabled.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ found in the git revision history: * 3.x.x (XXX Not yet released) 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 |