lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Feb 16, 2005, at 13:50, Mike Pall wrote:

Go into loadlib.c and search for the 'gctm' function. Comment out
the following line:

  if (*lib) ll_unloadlib(*lib)

Ok. I updated lua51w4-rvm with the above change.

If it doesn't crash anymore we've found the culprit (but not the solution).

Will let you know how it goes.