32-bit DMD compiled programs prints "segmentation fault"

Suleyman sahmi.soulaimane at gmail.com
Sat Nov 2 17:06:30 UTC 2019


On Saturday, 2 November 2019 at 00:04:27 UTC, Walter Bright wrote:
> Why does the PIE code gen work fine on Linux but not Debian?
>
> (It passes all the 32 bit tests on the autotester.)

GCC 6 enabled PIE by default, you have to disable it manually 
with `-no-pie`. The auto-tester uses and ancient GCC version 
which is not affected.


More information about the Digitalmars-d mailing list