writing to closed stdout (I)

kdevel kdevel at vogtner.de
Sun Dec 15 13:51:31 UTC 2024


```d
void main ()
{
    import std.stdio;
    stdout.close;
    writeln ();
}
```

```sh
$ dmd stdoutclosedsegfault
$ ./stdoutclosedsegfault
Segmentation fault
```

Can or shall issues still be reported in bugzilla?


More information about the Digitalmars-d mailing list