[Mono-bugs] [Bug 76015][Wis] Changed - [GMCS] gmcs cannot compile
corlib with 256 file handles
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 9 01:24:51 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-09 01:13:32.000000000 -0400
+++ shadow/76015.tmp.30788 2005-09-09 01:24:51.000000000 -0400
@@ -27,6 +27,18 @@
gmcs will report that it cannot find source files (FileNotFoundEx) when they do in fact exist.
ulimit -n 8192 and gmcs compiles corlib fine.
------- Additional Comments From miguel at ximian.com 2005-09-09 01:13 -------
Dick, can you look at this? It seems like a potential leak
+
+------- Additional Comments From grompf at sublimeintervention.com 2005-09-09 01:24 -------
+miguel,
+
+ As I said above, I'm fairly certain this isn't a leak in io-layer as mcs can compile the
+net_1_1_bootstrap corlib fine (with the bootstrapped mcs); but gmcs cannot compile the
+net_2_0_bootstrap corlib with the bootstrapped gmcs. They use the same corlib.sources.dll
+meaning they will open the same number of files (unless I'm misunderstanding something
+drastically?)
+
+-kangaroo
+
More information about the mono-bugs
mailing list