Thread overview
[Issue 1550] D DLLs close standard input/output streams when unloading
Apr 14, 2017
Rainer Schuetze
Jan 04, 2018
Mike Franklin
Jan 04, 2018
Mike Franklin
Oct 24, 2019
RazvanN
Oct 24, 2019
Rainer Schuetze
Oct 25, 2019
RazvanN
Oct 25, 2019
Rainer Schuetze
Oct 25, 2019
RazvanN
Oct 28, 2019
Rainer Schuetze
April 14, 2017
https://issues.dlang.org/show_bug.cgi?id=1550

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #5 from Rainer Schuetze <r.sagitario@gmx.de> ---
Still happens with the example dclient/dserver in dmd/samples.

--
January 04, 2018
https://issues.dlang.org/show_bug.cgi?id=1550

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150@yahoo.com
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=15443

--
January 04, 2018
https://issues.dlang.org/show_bug.cgi?id=1550

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 (retired)                |D2

--
October 24, 2019
https://issues.dlang.org/show_bug.cgi?id=1550

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #6 from RazvanN <razvan.nitu1305@gmail.com> ---
Does this issue still manifests?

--
October 24, 2019
https://issues.dlang.org/show_bug.cgi?id=1550

--- Comment #7 from Rainer Schuetze <r.sagitario@gmx.de> ---
The pull request for the dmc runtime has been merged https://github.com/DigitalMars/dmc/pull/3 , but there has never been an update to the released snn.lib AFAICT.

--
October 25, 2019
https://issues.dlang.org/show_bug.cgi?id=1550

--- Comment #8 from RazvanN <razvan.nitu1305@gmail.com> ---
(In reply to Rainer Schuetze from comment #7)
> The pull request for the dmc runtime has been merged https://github.com/DigitalMars/dmc/pull/3 , but there has never been an update to the released snn.lib AFAICT.

Any ideas on what actions should be taken to update the snn.lib? This is the first time I hear about this.

--
October 25, 2019
https://issues.dlang.org/show_bug.cgi?id=1550

--- Comment #9 from Rainer Schuetze <r.sagitario@gmx.de> ---
(In reply to RazvanN from comment #8)
> Any ideas on what actions should be taken to update the snn.lib? This is the first time I hear about this.

Walter has to build it and upload it to http://ftp.digitalmars.com/snn.lib That's where the release build program downloads it from.

--
October 25, 2019
https://issues.dlang.org/show_bug.cgi?id=1550

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|dmd                         |tools

--
October 28, 2019
https://issues.dlang.org/show_bug.cgi?id=1550

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from Rainer Schuetze <r.sagitario@gmx.de> ---
I verified the reported example (after some updates) works with the new snn.lib
in 2.089-rc1 (and still failed with 2.088.1).

--