[Mono-bugs] [Bug 59842][Nor] Changed - IO Exception on missing file

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 19:44:35 -0400 (EDT)


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 duncan@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59842

--- shadow/59842	2004-06-08 19:30:44.000000000 -0400
+++ shadow/59842.tmp.24292	2004-06-08 19:44:35.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: unspecified
 OS: SUSE 9.1
 OS Details: NLD
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: deddy@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -33,6 +33,17 @@
 We believe this happened after copying 1000 files to iFolder server, then 
 immediately deleting the files on the client.  Probably, file was 
 detected as present, but later an attempt was made to access the file 
 after is was already deleted.
 
 For more info contact Mike Lasky.
+
+------- Additional Comments From duncan@ximian.com  2004-06-08 19:44 -------
+Just some information here:
+
+I spent 30 mins this afternoon trying to fix a bug wrt the setting of
+file creation times. In the end, it wasn't a bug, because I found out
+that on POSIX machines, file creation time isn't recorded and that's
+why it is ignored.
+
+Your test might not be correct if you are relying on the file creation
+time.