[Issue 1550] D DLLs close standard input/output streams when unloading

2019-10-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1550

Rainer Schuetze  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Rainer Schuetze  ---
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).

--


[Issue 1550] D DLLs close standard input/output streams when unloading

2019-10-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1550

RazvanN  changed:

   What|Removed |Added

  Component|dmd |tools

--


[Issue 1550] D DLLs close standard input/output streams when unloading

2019-10-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1550

--- Comment #9 from Rainer Schuetze  ---
(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.

--


[Issue 1550] D DLLs close standard input/output streams when unloading

2019-10-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1550

--- Comment #8 from RazvanN  ---
(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.

--


[Issue 1550] D DLLs close standard input/output streams when unloading

2019-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1550

--- Comment #7 from Rainer Schuetze  ---
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.

--


[Issue 1550] D DLLs close standard input/output streams when unloading

2019-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1550

RazvanN  changed:

   What|Removed |Added

 CC||razvan.nitu1...@gmail.com

--- Comment #6 from RazvanN  ---
Does this issue still manifests?

--


[Issue 1550] D DLLs close standard input/output streams when unloading

2018-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1550

Mike Franklin  changed:

   What|Removed |Added

Version|D1 (retired)|D2

--


[Issue 1550] D DLLs close standard input/output streams when unloading

2018-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1550

Mike Franklin  changed:

   What|Removed |Added

 CC||slavo5...@yahoo.com
   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=15443

--


[Issue 1550] D DLLs close standard input/output streams when unloading

2017-04-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1550

Rainer Schuetze  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #5 from Rainer Schuetze  ---
Still happens with the example dclient/dserver in dmd/samples.

--


[Issue 1550] D DLLs close standard input/output streams when unloading

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1550


Vladimir Panteleev  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME


--- Comment #4 from Vladimir Panteleev  2014-02-13 
05:34:19 EET ---
Doesn't happen in D2.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 1550] D DLLs close standard input/output streams when unloading

2010-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1550


SHOO  changed:

   What|Removed |Added

 CC||zan77...@nifty.com


--- Comment #3 from SHOO  2010-10-06 05:50:52 PDT ---
*** Issue 4996 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 1550] D DLLs close standard input/output streams when unloading

2010-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1550


Rainer Schuetze  changed:

   What|Removed |Added

 CC||r.sagita...@gmx.de


--- Comment #2 from Rainer Schuetze  2010-04-07 11:20:55 
PDT ---
The workaround (setting _fcloseallp = null) also prevents any other open file
from being closed.

I think it should be fixed in the C-runtime library, where the handle for
stdin/out/err is taken from a call to GetStdHandle(), and probably should not
be closed when terminating.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---