[Issue 19116] dmd compiles binary but segfaults immediately when run on Ubuntu / Debian 32Bit architectures
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Nov 19 15:51:22 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19116
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #14 from Dlang Bot <dlang-bot at dlang.rocks> ---
@SSoulaimane updated dlang/dmd pull request #9981 "Fix issue 19116 - Segfaults
on recent Linux 32 bits distros" fixing this issue:
- Fix issue 19116 - Segfaults on recent Linux 32Bits distros
Check the linker (cc) on linux if it assumes PIE by default to turn it off
when linking non-PIC code.
We check the linker build flags since this option only applies to GCC 6 and
newer.
https://github.com/dlang/dmd/pull/9981
--
More information about the Digitalmars-d-bugs
mailing list