lua-users home
lua-l archive

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


On Sat, Jan 31, 2015 at 2:45 AM, Soni L. <fakedme@gmail.com> wrote:
So I gave Lua 5.2.3 (on archlinux x86_64) a 4GB file of " \n" (where \n is an actual newline). It segfaulted. I expected it to error with "chunk has too many lines". (Also, why are the errors all lowercase? ("chunk has too many lines" instead of "Chunk has too many lines"))

For me lua5.1.5, lua5.2.1 and luajit 2.0.3 write "chunk has too many lines". Debian wheezy amd64.

Best regards,
Boris Nagaev