lua-users home
lua-l archive

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


On Sat, 2009-08-01 at 22:56 +0200, Martin wrote:
> I am creating lua  binding for my library. And it works fine.
> But  when I run a test under valgrind memory error detector
> some errors pop up. As I was trying to narrow it down where
> is error I came to this artificial minimal example that shows
> same symptoms

You may wish to compile Lua with debugging symbols (-ggdb3) for valgrind
to produce more explaining error messages.