Rare find

Lua Snapshot. Find memory leaks in Lua programs by taking snapshots of what's being held in memory.

github.com/cloudwu/lua-snapshot

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

August 2024
  • bugfix #18
November 2019
  • Merge pull request #15 from lvzixun/fix_uservalue
  • fix mark uservalue
October 2019
  • Merge pull request #13 from KenMacD/snprintf
  • Replace `sprintf` calls with `snprintf`.
May 2019
  • Merge pull request #11 from spin6lock/master
December 2018
  • light c function is not an object, fix #10
June 2018
  • optimize reduce function
  • add cache to avoid stackoverflow
  • move log analysist code to snapshot_utils
  • add more info in snapshot's log, construct tree
  • add gitignore
December 2016
  • lua 5.3
  • fix issue #7
December 2015
  • Merge pull request #6 from m2q1n9/master
  • fix compile error
  • Merge pull request #5 from m2q1n9/master
  • add macosx support
April 2015
  • bugfix: checkstack before mark_object, see issue #4
December 2012
  • Create README.md