https://bugzilla.novell.com/show_bug.cgi?id=634500
https://bugzilla.novell.com/show_bug.cgi?id=634500#c0 Summary: File.Create() hangs on attempt to create an inaccessible file. Classification: Mono Product: MonoDroid Version: SVN Platform: x86 OS/Version: Windows 7 Status: NEW Severity: Normal Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 Easily repeatable, happened with a basic attempt to delve into testing the System.IO namespaces. I have a feeling this particular error is related to a number of other "hangs" that are occurring from exceptions not being pushed through to the .NET level. Reproducible: Always Steps to Reproduce: 1. Try to create a file via FileStream fStream = System.IO.File.Create("/Path/that/does/not/exist/test.xml") 2. 3. Actual Results: The monodroid debugger hangs. Expected Results: Ideally, an exception being thrown to the .NET Stack. Only marking this as normal myself due to the suspicion the issue MAY be part of a larger bug that is likely already noted. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
