Re: lua_createtable() array problem
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua_createtable() array problem
 
- From: Luiz Henrique de Figueiredo <lhf@...>
 
- Date: 2011年1月18日 19:25:05 -0200
 
> I'm using Lua 5.1.4 [now imported in NetBSD] and trying to have a C
> function create an array of items, but have found that it is causing the
> Lua interpreter to coredump on exit.
It works fine for me in Linux using Lua 5.1.4 compiled from source downloaded
from lua.org. Could you please try that? Perhaps there's a problem with the
NetBSD Lua package.