[Mono-bugs] [Bug 51636][Wis] New - more than 2 Console.Out dumps core
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Dec 2003 01:40:25 -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 karuppiah.kannan@cspb.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51636
--- shadow/51636 2003-12-03 01:40:25.000000000 -0500
+++ shadow/51636.tmp.28678 2003-12-03 01:40:25.000000000 -0500
@@ -0,0 +1,58 @@
+Bug#: 51636
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: karuppiah.kannan@cspb.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: more than 2 Console.Out dumps core
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+Steps to reproduce the problem:
+1. compile the program
+using System;
+
+public class DebugOne
+{
+ public static void Main()
+ {
+ Console.Out.WriteLine( "Test" );
+ Console.Out.WriteLine( "Test" );
+
+ int a = 0;
+ Console.Out.WriteLine( "Test" );
+ Console.Out.WriteLine( "Test" );
+ }
+}
+
+it works.
+
+remove the line "int a = 0";
+the compiler dumps core
+
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+reproducable.
+
+Additional Information:
+
+platform : Sun Solaris 2.7
+C/C++ compiler version used for MONO compilation: Sun Workshop V5.0