www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dmd git head completely broken on ubuntu (but not osx)

reply Timothee Cour <thelastmammoth gmail.com> writes:
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.
Dec 05 2013
parent "Max Samukha" <maxsamukha gmail.com> writes:
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.
Dec 05 2013