Release D 2.078.0

Глеб Куликов/Gleb Kulikov gleb at asd.iao.ru
Fri Jan 5 14:30:13 UTC 2018


Martin Nowak wrote:


> 
> Glad to announce D 2.078.0.

Hello and Happy New Year ! :)

Unfortunally, linux x86_64 version(*) has problems:

(*) from red hat rpm


simplest test program:

module main;

import std.stdio;

int main(string[] args)
{
    writefln("Hello World\n");
        return 0;
}

traps with follows reason:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7460299 in fwrite () from /lib64/libc.so.6
Fatal error: glibc detected an invalid stdio handle
Аварийный останов

(gdb) bt
#0  0x00007ffff7460299 in fwrite () from /lib64/libc.so.6
#1  0x00000000004046ba in std.stdio (obj=..., f=0x655160 <std.stdio>) at 
/usr/include/d/std/stdio.d:4064
#2  0x00000000004045f1 in std.stdio.File.LockingTextWriter (this=..., 
writeme=...)
    at /usr/include/d/std/stdio.d:2775
#3  0x0000000000403ddb in std.range.primitives (e=..., r=...) at 
/usr/include/d/std/range/primitives.d:269
#4  0x0000000000403dad in std.range.primitives (e=..., r=...) at 
/usr/include/d/std/range/primitives.d:358
#5  0x0000000000403d41 in std.format (this=..., writer=...) at 
/usr/include/d/std/format.d:1188
#6  0x0000000000403871 in std.format (fmt=..., w=...) at 
/usr/include/d/std/format.d:474
#7  0x00000000004037d1 in std.stdio.File (this=..., fmt=...) at 
/usr/include/d/std/stdio.d:1496
#8  0x0000000000403759 in std.stdio (fmt=...) at 
/usr/include/d/std/stdio.d:3797
#9  0x000000000040370a in D main (args=...) at hello.d:7



Thank you, yours sincerely and etc...



More information about the Digitalmars-d-announce mailing list