|
The following line in luaC_step (Lua 5.1 work 2) is failing for me routinely and thereby exiting the app. lua_assert(g->totalbytes >= g->estimate); Is there some issue I should be looking for? Do I simply need to go to work 3? Can I safely comment out this assertion? Thanks. Mark