[Mono-bugs] [Bug 52036][Nor] New - System.IntegerFormatter.FormatGeneral JIT compile fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Dec 2003 04:58:56 -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=52036

--- shadow/52036	2003-12-11 04:58:56.000000000 -0500
+++ shadow/52036.tmp.13934	2003-12-11 04:58:56.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 52036
+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: System.IntegerFormatter.FormatGeneral JIT compile fails
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+Console.WriteLine()fails while JITing 
+System.IntegerFormatter.FormatGeneral using the testcase below.
+
+Steps to reproduce the problem:
+1. Run the following code:
+using System;
+namespace Foo
+{
+	class Class1 
+	{
+	        static void Main()
+		{
+		  	int start = 10;				
+		        Console.WriteLine(start);
+		}
+	}
+}
+
+Actual Results:
+Crashes during JITing
+
+Expected Results:
+Should print 10
+
+How often does this happen? 
+Everytime
+
+Additional Information: