Re: Crash in tostringbuff when -D_FORTIFY_SOURCE=2 is not defined in Lua 5.4
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Crash in tostringbuff when -D_FORTIFY_SOURCE=2 is not defined in Lua 5.4
- From: Andrew Gierth <andrew@...>
- Date: 2020年8月18日 22:36:09 +0100
>>>>> "Eduardo" == Eduardo Bart <edub4rt@gmail.com> writes:
Eduardo> I have a large lua application that works fine with Lua 5.3
Eduardo> and Lua 5.4 that is shipped by my Linux package manager.
Eduardo> However I've downloaded the Lua 5.4 sources and compiled
Eduardo> myself and when using it I got a crash.
Known, reported and fixed bug in GCC 10:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96040
Workaround is -fno-ipa-sra
--
Andrew.