https://d.puremagic.com/issues/show_bug.cgi?id=11684
Timothee Cour <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Timothee Cour <[email protected]> 2013-12-05 15:10:54 PST --- (In reply to comment #3) > (In reply to comment #2) > > P.S. Here is the code I tested: > > ------ > > import std.stdio; > > > > void main() { > > writeln("Hello"); > > } > > ------ > > > > No segfaults happened. > > same here, ArchLinux 64 with out segfaults At least another user reported the same problem (see email: dmd git head completely broken on ubuntu (but not osx)) It fails for me on both Ubuntu 12.04.1 LTS (64bit) and Ubuntu 12.04.3 LTS (64bit), and the other user reported same issue on Ubuntu 12.04.3 LTS, x86_64 to reproduce: just do a fresh git clone of dmd/druntime/phobos and build as usual, then run this program: import std.stdio; void main() { writeln("Hello"); } it segfaults. then git checkout 2.064 on dmd/druntime/phobos, clean/rebuild, it doesn't segfault. So it's something introduced since then. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
