[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Yet another reason to crash with multiple Lua runtime?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 14 Jul 2008 15:20:53 -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!
see http://lua-users.org/lists/lua-l/2008-01/msg00671.html
-- Roberto