[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
Tue, 18 Nov 2003 05:59:29 -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 l_m@pacbell.net.

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

--- shadow/47842	2003-08-25 06:01:44.000000000 -0400
+++ shadow/47842.tmp.18132	2003-11-18 05:59:29.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 47842
 Product: Mono/Runtime
 Version: unspecified
 OS: All
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: l_m@pacbell.net               
 QAContact: mono-bugs@ximian.com
@@ -36,6 +36,15 @@
 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.
+
+------- Additional Comments From l_m@pacbell.net  2003-11-18 05:59 -------
+marshal9.exe now fails with a SIGSEGV because printInt's signature 
+params[0] type data.klass is uninitialized
+
+Steps to reproduce the problem:
+1. always return TRUE in mono_arch_has_unwind_info ()
+2. run mono marchal9.exe
+