Beta D 2.068.0-b2

Gerald Jansen via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Jul 31 08:58:23 PDT 2015


I'm not sure if this is the right place to report issues. I 
downloaded dmd.2.068.0-b2.linux.zip, unzipped it and added the 
bin64 directory to my path. The standard hello.d compiles fine 
but segfaults immediately. Details follow. Also rdmd segfaults 
with the same message. (The same process with the 2.067.1 zip 
works fine on the same box.)

Details:
gjansen at gamma:~$ uname -a
Linux gamma 2.6.32-279.14.1.el6.x86_64 #1 SMP Mon Oct 15 13:44:51 
EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
gjansen at gamma:~$ dmd --version
DMD64 D Compiler v2.068.0-b2
Copyright (c) 1999-2015 by Digital Mars written by Walter Bright
gjansen at gamma:~$ dmd hello.d
gjansen at gamma:~$ ./hello
Segmentation fault (core dumped)
gjansen at gamma:~$ gdb hello
<snip>
(gdb) run
Starting program: /ricerca/gjansen/hello
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x00000000004418e1 in _d_initMonoTime ()
Missing separate debuginfos, use: debuginfo-install 
glibc-2.12-1.80.el6_3.6.x86_64



More information about the Digitalmars-d-announce mailing list