lua-users home
lua-l archive

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


After switching to Lua 5.2.2 I see some strange bus errors on Mac OS 10.6.8 / 32 bit.

It is reproducible with this commands:

  tar -xzf lua-5.2.2.tar.gz
  cd lua-5.2.2
  make macosx CC="gcc -m32"
  src/lua -e 'io.open("/dev/null"):close()'

64 bit shows no error. Every other OS I've tried works with 32 and 64 bit. 
And this is not the only MacOS machine that shows this behavior. 

Anyone else seeing this?
I am sure I did something wrong. But what?


   Jörg