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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Dec 2003 08:15:38 -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 lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52107

--- shadow/52107	2003-12-18 07:47:51.000000000 -0500
+++ shadow/52107.tmp.21357	2003-12-18 08:15:38.000000000 -0500
@@ -206,6 +206,21 @@
 r29	0x01764ae8
 r30	0x00000058
 r31	0x6d6f0001
 
 I am working on the 12/17/2003 cvs code.
 
+
+------- Additional Comments From lupus@ximian.com  2003-12-18 08:15 -------
+Make sure the last entry in the ChangeLog is:
+Wed Dec 17 15:31:41 CET 2003 Paolo Molaro <lupus@ximian.com>
+Just saying the 12/17 date doesn't tell me if you got the sources
+after or before the fixes went in (the fix for the likely issue you
+have is in version 1.12 of tramp-ppc.c).
+The error you report is consistent with the behaviout before the
+fixes: InvokeMember would throw an exception because it couldn't get
+correctly at all it's arguments and an argument check fails (hence the
+ArgumentException...). Since exception support is not yet implemented,
+the code fails later on.
+If you still get the error with current cvs, you may want to add some
+Console.WriteLine() in InvokeMember or debug which case makes it throw 
+ the argument exception.