lua-users home
lua-l archive

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


On 2021-11-27 21:16, Roberto Ierusalimschy wrote:

I was thinking a memory corruption somewhere else, not necessarily
in the C module. Can you comment out the call to dlclose (inside
function lsys_unloadlib in file loadlib.c:129), just to check
whether everything else is Ok?

OK I compiled a version with dlclose commented out. The test
program gave the right output and then exited with no error
message. My desktop examples ran without error.

-- Gavin