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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 19:30:44 -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 deddy@novell.com.

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

--- shadow/59842	2004-06-08 19:30:44.000000000 -0400
+++ shadow/59842.tmp.23906	2004-06-08 19:30:44.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 59842
+Product: Mono: Runtime
+Version: unspecified
+OS: SUSE 9.1
+OS Details: NLD
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: deddy@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: IO Exception on missing file
+
+Testing iFolder uncovered this defect.
+
+Unhandled Exception: System.IO.IOException: /home/tester/Linux Daily 
+Builds/1000 Files/.simias.tf.fce5ecd5-b95b-42e3-adce-4a098f63e794
+in <0x0006e> System.IO.File:GetCreationTime (string)
+in <0x00075> System.IO.DefaultWatcher:CreateFileData (string,string)
+in <0x00300> System.IO.DefaultWatcher:DoFiles 
+(System.IO.DefaultWatcherData,stri ng,string,bool)
+in <0x00168> System.IO.DefaultWatcher:UpdateDataAndDispatch 
+(System.IO.DefaultWa tcherData,bool)
+in <0x00127> System.IO.DefaultWatcher:Monitor ()
+in <0x00044> (wrapper delegate-invoke) 
+System.MulticastDelegate:invoke_void ()
+
+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.