lua-users home
lua-l archive

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


I know this is not exaclty an solution to the problem but a workaround
would be to load a library using LD_PRELOAD to override the default
implementation of function like fwrite and ferror.
The loaded functions could be used to simulate errors