[Mono-dev] Mono 1.1.13.2: Invalid handle to path

Jeremy Blawn jblawn0 at yahoo.com
Tue Jan 31 21:52:13 EST 2006


This issue has been reproduced on 1.1.13.2 and the latest SVN daily snapshot (1.1.13.20060130) on Linux x86 and amd64.
 
 It occurs when reading files through a StreamReader (FileMode.Open, FileAccess.Read) and also while writing to new files.  The new files are created through Syscall.open(), closed, Syscall.chown'd, and then written to using a FileStream object and 64k buffer.
 
 It would appear that the wapi handler isn't releasing while reading the file, but failing to write to a new file is rather bizarre.  I have not attempted to do a line-by-line analysis of the actual mono code.  I was hoping someone here could point me to an error in what I'm doing, or that this is a known bug which will be corrected soon.
 
 Thank you.
 
 

		
---------------------------------
Do you Yahoo!?
 With a free 1 GB, there's more in store with Yahoo! Mail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060131/43c787c9/attachment.html 


More information about the Mono-devel-list mailing list