[Mono-bugs] [Bug 70864][Maj] Changed - Mono don't generate native wrappers for delegates which returns structs or enums.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 13:16:27 -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 ddmk@r66.ru.

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

--- shadow/70864	2004-12-29 18:01:27.000000000 -0500
+++ shadow/70864.tmp.19667	2005-02-18 13:16:26.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70864
 Product: Mono: Runtime
-Version: 1.0
-OS: unknown
+Version: 1.1
+OS: Windows XP
 OS Details: Windows 2003
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Major
 Component: JIT
 AssignedTo: vargaz@gmail.com                            
 ReportedBy: ddmk@r66.ru               
 QAContact: mono-bugs@ximian.com
@@ -114,6 +114,21 @@
 ------- Additional Comments From ddmk@r66.ru  2004-12-29 05:13 -------
 this bug present in versions 1.05 and 1.13
 
 
 ------- Additional Comments From vargaz@gmail.com  2004-12-29 18:01 -------
 Fixed in SVN HEAD and the 1.0 branch.
+
+------- Additional Comments From ddmk@r66.ru  2005-02-18 13:16 -------
+Bug present in MONO 1.1.4 
+but now 
+"Unhandled Exception: System.NullReferenceException: Object 
+reference not set to an instance of an object" is throws
+in this sample
+
+!!!
+EVEN MORE MY PROGRAM USE FUNCTION POINTER TABLES WHICH WORKS ON MONO 
+1.1.3 
+NOW IT IS FAULT WITH 
+** ERROR **: Invalid IL code at ...(wrapper managed to native)
+in function,which transfer function pointer table to native code.
+