[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
Thu Nov 29 18:23:30 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19116

andrew.pennebaker at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrew.pennebaker at gmail.com

--- Comment #5 from andrew.pennebaker at gmail.com ---
Same behavior for me, freakin' Hello World segfaults in 32-bit Debian.

import std.stdio;

void main() {
    writeln("Hello World!");
}

The i386 package should be dropped from the d-apt repo until this gets fixed.

--


More information about the Digitalmars-d-bugs mailing list