[Issue 2890] std.stdio.write family blocks on file lock

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2890

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|2.029   |D2

--


[Issue 2890] std.stdio.write family blocks on file lock

2009-05-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2890


Walter Bright  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Walter Bright   2009-05-15 
12:19:25 PDT ---
Fixed dmd 2.030

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


[Issue 2890] std.stdio.write family blocks on file lock

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2890


dsim...@yahoo.com changed:

   What|Removed |Added

 CC||dsim...@yahoo.com




--- Comment #2 from dsim...@yahoo.com  2009-04-30 19:24 ---
*** Bug 2907 has been marked as a duplicate of this bug. ***


-- 



[Issue 2890] std.stdio.write family blocks on file lock

2009-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2890





--- Comment #1 from graham.stj...@internode.on.net  2009-04-24 19:19 ---
Created an attachment (id=339)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=339&action=view)
A test-case

This is more complicated than it needs to be, but I already had it lying about
for another bug report. If deadlocks at various points using dmd 2.029, but
when I modify std.stdio as described in the bug report, it works every time.


--