[Mono-bugs] [Bug 77423][Min] Changed - Locked file can be wiped out by a StreamWriter
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 17 16:14:00 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77423
--- shadow/77423 2006-10-07 10:29:12.000000000 -0400
+++ shadow/77423.tmp.32014 2007-03-17 15:14:00.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 77423
Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Minor
Component: io-layer
AssignedTo: dick at ximian.com
ReportedBy: lluis at ximian.com
QAContact: mono-bugs at ximian.com
@@ -55,6 +55,12 @@
Console.WriteLine ("Contents: " + sr.ReadToEnd ());
sr.Close ();
File.Delete (TheFile);
}
}
+
+------- Additional Comments From miguel at ximian.com 2007-03-17 15:14 -------
+We will not be fixing this, it would have too much overhead over
+trying to emulate Windows semantics on Linux.
+
+Am going to close this.
More information about the mono-bugs
mailing list