[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: why crash?
- From: Dirk Feytons <dirk.feytons@...>
- Date: Mon, 20 Sep 2010 16:25:31 +0200
2010/9/20 l.jay Yuan <pass86@gmail.com>:
[...]
> If GetSameIDs() not call in UI event callback it is OK.
> I find this: http://lua-users.org/lists/lua-l/2008-01/msg00669.html
> I change the ltable.c(75) to "static volatile const Node dummynode_ = {"
> And I rebuilded lua, tolua++.
> The crash do not be fix.
> OMG, I am in misery...
> SOS...
Read the rest of that thread. You likely have two (or more) copies of
Lua linked into your application. Eliminate the copies and your
problem will be solved.
--
Dirk