On Thu, 04 Sep 2014 15:10:21 +0000
"Jorge A. S. via Digitalmars-d-learn"
<digitalmars-d-learn@puremagic.com> wrote:

> In one of the specializations of the write function in the 
> std.stdio (the call site that you showed in your post) no check 
> for closed stdout (when stdout._p is null) is done. I can't say 
> if this is a bug in the write function or the desired behaviour 
> (I'm a novice here).
it's definitely a bug. writeln() should throw, not segfaulting.

Attachment: signature.asc
Description: PGP signature

Reply via email to