[Mono-bugs] [Bug 57840][Maj] Changed - Shift? Code not executed correctly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Apr 2004 20:13:03 -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 classdevelopment@a-softtech.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57840
--- shadow/57840 2004-04-30 14:31:33.000000000 -0400
+++ shadow/57840.tmp.19593 2004-04-30 20:13:03.000000000 -0400
@@ -62,6 +62,15 @@
Our code for shift of long vars is currently slow: your test takes
about 18 seconds to run on a Pentium M 1.6, but it does run and print
the string correctly. Did you get the prompt back or just interrupted
the program after a while?
Totte has a patch to fix the performance issue (he posted recently on
mono-devel): you may want to try that out.
+
+------- Additional Comments From ClassDevelopment@A-SoftTech.com 2004-04-30 20:13 -------
+Some more info:
+I'm running on Windows using precompiled mono .31
+The problem is not that it is slow. It just doesn't print anything
+but returns to the prompt pretty fast.
+I attatched a -v -v of running the program that shows that Console
+code is never called (maybe you can find the error in there)
+