[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaJIT] Segmentation Faults When GC'ing
- From: Alexander Nasonov <alnsn@...>
- Date: Wed, 25 Apr 2012 03:05:35 +0100
Mike Pall wrote:
> First, try using the system memory allcator, which often has some
> extra debug options.
>
> Or try Valgrind, except ...
>
> > Win7 x64 (but compiled with -m32), compiled with asserts, debug info, and
> > gdb jit stuff.
>
> ... Valgrind doesn't run on Windows.
In the previous life I used AppVerifier+WinDbg. Both are free.
Alex