lua-users home
lua-l archive

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


> Any issues relating compiler flags more.likely to be related to specific
> version or build of the compiler. There is not that much we can do to wipe
> out compiler bugs. Just reduce the testcase and report it.

I don't think this is a compiler bug, but a valgrind bug (or some other
configuration problem). Anyway, it is nothing related to Lua itself,
except for its use of '-s', a quite common and useful compiler flag.

-- Roberto