[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Reading from io.popen handle crashes in release build Lua
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 8 Jul 2012 16:15:11 +0200
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.