December 05, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11684 is a pretty serious
regression:
when building dmd/druntime/phobos from source, any call to writeln will
result in segfault on ubuntu (but on osx I don't have this problem)

with git checkout 2.064 instead of git checkout master, things work.


December 05, 2013
On Thursday, 5 December 2013 at 19:18:01 UTC, Timothee Cour wrote:
> https://d.puremagic.com/issues/show_bug.cgi?id=11684 is a pretty serious
> regression:
> when building dmd/druntime/phobos from source, any call to writeln will
> result in segfault on ubuntu (but on osx I don't have this problem)
>
> with git checkout 2.064 instead of git checkout master, things work.

In my setup (Ubuntu 12.04.3 LTS, x86_64), compiled programs segfault somewhere during C runtime initialization. 2.064 works.