lua-users home
lua-l archive

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


No, the program makes heavy use of FFI and other LuaJIT features.

On Mon, Apr 23, 2012 at 8:31 PM, James McKaskill <james@foobar.co.nz> wrote:
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