[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Yet another reason to crash with multiple Lua runtime?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 14 Jul 2008 15:00:56 -0300
> My investigation (which would be better verified by somebody with
> more knowledge in Lua sources) shows that these crashes are due to
> foo.dll attempting access to dummynode_ static variable in Lua5.1.dll.
This is well known and has been mentioned in the archives. The answer of
course is make sure not to link more than one Lua core into your app!