[Issue 10274] New: DMD 2.063 produces broken binaries

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 5 06:20:36 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10274

           Summary: DMD 2.063 produces broken binaries
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: code at dawg.eu


--- Comment #0 from Martin Nowak <code at dawg.eu> 2013-06-05 06:20:35 PDT ---
Posted at the newsgroup
http://forum.dlang.org/thread/87fvwx3g8o.fsf@wyvern.i-did-not-set--mail-host-address--so-tickle-me.


Hi folks,

I've downloaded the current dmd 2.063 zip and tried it out.  This is
Ubuntu 12.10 x86_64.  Every program I compile segfaults when I try to
run it.  As a simple example:

jlquinn at wyvern:~/re/test$ cat junk.d 
import std.stdio;
void main() {
  writeln("Hi");
}
jlquinn at wyvern:~/re/test$ /home/jlquinn/dmd2/linux/bin64/dmd junk.d
jlquinn at wyvern:~/re/test$ ./junk
Segmentation fault (core dumped)

The gdb backtrace is somewhere in __libc_start_main, before main() is
run.

I assume I'm not in the majority, but I literally can't compile and run
anything.

Any help would be appreciated
Thanks
Jerry

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list