lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Jul 13, 2009, Wesley Smith wrote:

> the section that crashes is not where the problem is. I think
> memory is getting stomped on somewhere but haven't been able
> to pin point it.

If you happen to be running on Linux, valgrind[1] sometimes helps
to track down those kind of problems:

  valgrind --tool=memcheck <your-app>

 - Jeff


[1] http://valgrind.org/