Skip to content

2.2.3

Compare
Choose a tag to compare
@jasone jasone released this 18 Apr 16:49
· 3189 commits to dev since this release

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.