[Mono-bugs] [Bug 52107][Nor] New - System.Reflection fails when JITted

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 10:41:46 -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=52107

--- shadow/52107	2003-12-12 10:41:46.000000000 -0500
+++ shadow/52107.tmp.29891	2003-12-12 10:41:46.000000000 -0500
@@ -0,0 +1,77 @@
+Bug#: 52107
+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.Reflection fails when JITted 
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+
+[Description of Problem]
+
+The code (to be attached as a test case), fails on compilation 
+on PowerPC.
+
+[Steps to reproduce the problem]
+1. find attached testcase "reflectioninvoke.cs"
+
+[Actual Results]
+Access Voilation
+
+[Expected Results]
+Invoking the static method SayHello()
+---------------------------------
+Hello
+
+Invoking the instance method AddUp()
+---------------------------------
+AddUp Called 1 times
+AddUp Called 2 times
+
+Invoking static method ComputeSum() with arguments/parameters
+---------------------------------
+100.09 + 184.45 = 284.54
+
+Invoking the field Name (Setting and Getting)
+---------------------------------
+Name contains initalName
+Name contains NewName
+
+Invoking the indexed property Item (Setting and Getting)
+---------------------------------
+Item[3] contains 3
+Item[3] contains NewValue after setting
+
+Getting the field Name and property Value
+---------------------------------
+Name contains NewName
+Value contains the value
+
+Invoking the method static method PrintName() with named arguments
+---------------------------------
+Mouse,Micky
+
+Invoking the method Swap() with ByRef parameters
+---------------------------------
+2, 1
+
+Invoking the default member of the TestClass2 type, PrintTime()
+---------------------------------
+12/12/2003 9:08:06 PM
+Hit <Enter> to exit
+
+[How often does this happen]
+everytime
+
+[Additional Information]