[Mono-bugs] [Bug 52104][Nor] New - Console.ReadLine Fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 09:42:15 -0500 (EST)
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 piyush.garyali@honeywell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52104
--- shadow/52104 2003-12-12 09:42:15.000000000 -0500
+++ shadow/52104.tmp.29491 2003-12-12 09:42:15.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 52104
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: PowerPC
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: lupus@ximian.com
+ReportedBy: piyush.garyali@honeywell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: Console.ReadLine Fails
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+Console.ReadLine fails while running the code below:
+
+Steps to reproduce the problem:
+1. Run the following code
+
+using System;
+
+namespace foo
+{
+ class Class1
+ {
+ static void Main()
+ {
+ Console.WriteLine(" Press any key ...");
+ Console.ReadLine();
+ }
+ }
+}
+
+Actual Results:
+Access Voilation
+
+Expected Results:
+should finish execution on Keyboard input.
+
+How often does this happen?
+everytime
+
+Additional Information: