summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2013-02-06 19:59:30 (GMT)
committerJason Evans <je@fb.com>2013-02-06 19:59:30 (GMT)
commit88c222c8e91499bf5d3fba53b24222df0cda5771 (patch)
treedb3dc10e4165fab7b4816b07fe7646a9ee219105 /ChangeLog
parent06912756cccd0064a9c5c59992dbac1cec68ba3f (diff)
downloadjemalloc-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c0af68..bf96306 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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