[Mono-bugs] [Bug 43950][Min] New - MCS hangs after compilation of files on a FAT formatted disk
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 30 May 2003 16:39:21 -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 mono@terrarium.f9.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=43950
--- shadow/43950 Fri May 30 16:39:21 2003
+++ shadow/43950.tmp.26035 Fri May 30 16:39:21 2003
@@ -0,0 +1,40 @@
+Bug#: 43950
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details: Debian Sid
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mono@terrarium.f9.co.uk
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: MCS hangs after compilation of files on a FAT formatted disk
+
+Description of Problem:
+When using mono on linux with a fat32 partition mounted (possibly other
+filesystem types are affected, I do not have any to check with) MCS will
+compile correctly, however after compilation instead of terminating it
+will hang. The output file is correctly created.
+
+Steps to reproduce the problem:
+1. Mount a fat32 partition under linux
+2. Put some C# files on this partition
+3. Attempt to compile with MCS
+
+Actual Results:
+File is created, then MCS hangs
+
+Expected Results:
+MCS creates the output file then exits.
+
+How often does this happen?
+Always
+
+Additional Information:
+Moving the files to a linux native partition solves the problem