diff options
| author | Jason Evans <je@fb.com> | 2011-08-31 23:18:38 (GMT) |
|---|---|---|
| committer | Jason Evans <je@fb.com> | 2011-08-31 23:18:38 (GMT) |
| commit | 5bdbae57eecd92755be8e7a59d6ff8b46f50e6ad (patch) | |
| tree | 77497f6ff41dc0bb6168f2c89f4eefaf48b5113f /ChangeLog | |
| parent | 446c3b22f1299ff4a5549b0b36540bceda6c3beb (diff) | |
| parent | c67e4fdc712aa5b818d69b7ef8e3963441febb16 (diff) | |
| download | jemalloc-2.2.3.zip jemalloc-2.2.3.tar.gz jemalloc-2.2.3.tar.bz2 | |
Merge branch 'dev'2.2.3
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -6,6 +6,20 @@ found in the git revision history: http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git git://canonware.com/jemalloc.git +* 2.2.3 (August 31, 2011) + + This version fixes numerous bugs related to heap profiling. + + Bug fixes: + - Fix a prof-related race condition. This bug could cause memory corruption, + but only occurred in non-default configurations (prof_accum:false). + - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is + excluded from backtraces). + - Fix a prof-related bug in realloc() (only triggered by OOM errors). + - Fix prof-related bugs in allocm() and rallocm(). + - Fix prof_tdata_cleanup() for --disable-tls builds. + - Fix a relative include path, to fix objdir builds. + * 2.2.2 (July 30, 2011) Bug fixes: |
