[Mono-bugs] [Bug 76015][Wis] New - [GMCS] gmcs cannot compile
corlib with 256 file handles
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 7 21:33:58 EDT 2005
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 grompf at sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76015
--- shadow/76015 2005-09-07 21:33:58.000000000 -0400
+++ shadow/76015.tmp.1413 2005-09-07 21:33:58.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 76015
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: grompf at sublimeintervention.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [GMCS] gmcs cannot compile corlib with 256 file handles
+
+This might be a possible file handle leak in gmcs? io-layer?
+
+I'm leaning towards gmcs as mcs can compile the 1.1 corlib fine (and older gmcs's can compile SVN
+fine).
+
+To reproduce: ulimit -n 256 (default on OSX)
+Rebuild mcs from a clean state.
+
+gmcs will report that it cannot find source files (FileNotFoundEx) when they do in fact exist.
+
+ulimit -n 8192 and gmcs compiles corlib fine.
More information about the mono-bugs
mailing list