[Mono-bugs] [Bug 47842][Nor] Changed - incorrect vtable method assignment for native methods with wrappers

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Aug 2003 06:01:44 -0400 (EDT)


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 vargaz@freemail.hu.

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

--- shadow/47842	2003-08-22 19:05:00.000000000 -0400
+++ shadow/47842.tmp.7304	2003-08-25 06:01:44.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 47842
 Product: Mono/Runtime
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: l_m@pacbell.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -31,6 +31,11 @@
 
 Expected Results:
 Should call the CustomMarshaler
 
 How often does this happen? 
 Always
+
+------- Additional Comments From vargaz@freemail.hu  2003-08-25 06:01 -------
+Fixed in CVS. The real problem was that no wrapper function was created
+for methods which has marshalling info, but this bug does not manifested
+itself because has_unwind_info() returned FALSE.