lua-users home
lua-l archive

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


On Sun, Jul 8, 2012 at 3:57 PM, Shane Liesegang <shane@techie.net> wrote:
> I'm also using clang, but on OS X. So I'm guessing it could be the same
> issue as on Ubuntu?

Could well be - if it's the same problem, then _simply closing a file_
will cause the crash!

Sounds like a compiler bug - it's related to the new representation of
file objects in Lua 5.2.

steve d.