lua-users home
lua-l archive

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


Hi Tim,

> What version of GCC are you using? Since Apple switched to Clang the default version that gets installed with Xcode has lagged considerably. We build Lua on 32 and 64 bit OS X and have not seen this crash.

It's gcc 4.2.1; Luiz's suggestion to use -O0/1 fixes the issue.

Paul.