[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What am I doing wrong?
- From: Gabríel "A." Pétursson <gabrielp@...>
- Date: Sat, 01 Aug 2009 21:25:20 +0000
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.