[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 now available
- From: Franz Fellner <alpine.art.de@...>
- Date: Wed, 01 Jul 2020 08:07:49 +0300
On Wed Jul 1 04:03:56 2020, Eretnek Hippi =?UTF-8?b?TWVzc2nDoXM=?= <hippi777@protonmail.com> wrote:
> hi there! :)
hi there, too!
> does `env LC_ALL=C ./lua -e "tostring(1.0)"` work?
I am able to reproduce the crash.
Also on archlinux.
I also thought it might be a locale issue.
I localized my system to de_DE where decimals are seperated by semicolon (1,1 instead of 1.1)
So I already tested LC_ALL="C" which unfortunately also crashes:
$ ./src/lua -e "tostring(1.0)"
zsh: bus error (core dumped) ./src/lua -e "tostring(1.0)"
$ LC_ALL="C" ./src/lua -e "tostring(1.0)"
zsh: bus error (core dumped) LC_ALL="C" ./src/lua -e "tostring(1.0)"
Reagrds
Franz