[Mono-bugs] [Bug 634500] New: File.Create() hangs on attempt to create an inaccessible file.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Aug 25 14:54:56 EDT 2010


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: mkestner at novell.com
        ReportedBy: vecnastears at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list