https://d.puremagic.com/issues/show_bug.cgi?id=11684
--- Comment #9 from Timothee Cour <[email protected]> 2013-12-09 16:36:23 PST --- (In reply to comment #8) > Interesting. The segfault is caused by stdout being null. But std.stdio's > static this() does initialize it correctly. So the static this() somehow isn't > getting called by the druntime startup code??? $cat ./dmd/src/dmd.conf [Environment] DFLAGS=-Ipath/to/phobos -Ipath/to/druntime/import -L-Lpath/to/phobos/generated/linux/release/default/ -L--export-dynamic -L-lrt > What compile flags are you using, and what's the contents of dmd.conf? #compile flags: $./dmd/src/dmd -g -ofmain main.d Other than that I'm building dmd/druntime/phobos as usual, no special options etc. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
