dmd 2.057 64bit produces broken binaries
Jerry
jlquinn at optonline.net
Sat Jan 14 19:21:55 PST 2012
Hi all,
I'm trying to use the latest dmd on 64 bit Ubuntu 11.10. The 64 bit dmd
produces binaries that segfault. Anything I build segfaults. The 32
bit dmd seems to work.
jlquinn at wyvern:~/bluemax/src/trlblues/mt$ cat junk2.d
import std.stdio;
int main(string[] args) {
writefln("hi");
return 0;
jlquinn at wyvern:~/bluemax/src/trlblues/mt$ ~/dmd2/linux/bin64/dmd junk2.d
jlquinn at wyvern:~/bluemax/src/trlblues/mt$ ./junk2
Segmentation fault
In gdb, the segfault appears to happen before main(). I've tried
building dmd from source and it still does this.
I've filed a bug. Someone else posted saying it works fine, suggesting
the problem is my setup.
Any suggestions?
Thanks
Jerry
More information about the Digitalmars-d
mailing list