|
> Stack overflow in lsys_load (lua/loadlib.c:134)
>
> [...]
I know Linux and other systems have limits on actual file-name lenghts,
but dlopen must accept non-existent file names, too. For instance, if we
call fopen with such a name, it dutifully reports a "File name too long"
error.
-- Roberto