[Mono-bugs] [Bug 35266][Maj] Changed - this typo causes the compiler to suck CPU and memory
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Dec 2002 07:12:47 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35266
--- shadow/35266 Sat Dec 7 22:01:01 2002
+++ shadow/35266.tmp.1794 Sun Dec 8 02:12:47 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: peterw@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -20,6 +20,9 @@
Console.WriteLine ("considering sum <<" + pathsumm.ToString + ">>");
Note the lack of parentheses after "pathsumm.ToString". The compiler sucked
up all my CPU and was on course to allocating all my RAM too. Adding the
parentheses resulted in normal compilation.
+
+------- Additional Comments From miguel@ximian.com 2002-12-08 02:12 -------
+I am not able to reproduce the problem, could you update your compiler?