diff options
author | Jason Evans <jasone@canonware.com> | 2015-09-22 01:37:18 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-09-22 01:37:55 (GMT) |
commit | fb64ec29ec05fbcba09898a3c93211966a6fa985 (patch) | |
tree | a64e3014d02a5b3e93dff4c6f65a0cab3bb15a05 /ChangeLog | |
parent | 486d249fb4715fd3de679b6c2a04f7e657883111 (diff) | |
download | jemalloc-fb64ec29ec05fbcba09898a3c93211966a6fa985.zip jemalloc-fb64ec29ec05fbcba09898a3c93211966a6fa985.tar.gz jemalloc-fb64ec29ec05fbcba09898a3c93211966a6fa985.tar.bz2 |
Fix prof_tctx_dump_iter() to filter.
Fix prof_tctx_dump_iter() to filter out nodes that were created after
heap profile dumping started. Prior to this fix, spurious entries with
arbitrary object/byte counts could appear in heap profiles, which
resulted in jeprof inaccuracies or failures.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,12 @@ brevity. Much more detail can be found in the git revision history: https://github.com/jemalloc/jemalloc +* 4.0.3 (XXX) + + Bug fixes: + - Fix prof_tctx_dump_iter() to filter out nodes that were created after heap + profile dumping started. + * 4.0.2 (September 21, 2015) This bugfix release addresses a few bugs specific to heap profiling. |