[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaJIT] Backtracing in GDB
- From: James McKaskill <james@...>
- Date: Mon, 23 Apr 2012 21:31:27 -0400
On Mon, Apr 23, 2012 at 21:24, Alex <initrd.gz@gmail.com> wrote:
> I'm not quite sure if this is an error inside of enet or my ffi code, and
> every time I debug LuaJIT in GDB I always get these unhelpful backtraces.
> How would I get some useful info about where this issue is occurring, aside
> from adding print()s everywhere?
Are you able to run it with the standard lua vm?
-- James