[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua task and pthreads
- From: Jeff Pohlmeyer <yetanothergeek@...>
- Date: Tue, 14 Jul 2009 01:35:05 -0500
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/