[Mono-bugs] [Bug 72680][Maj] Changed - ** ERROR **: file object.c: line 701 (mono_class_vtable): assertion failed: (fklass->byval_arg.type == MONO_TYPE_PTR)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Feb 2005 16:51:01 -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 vargaz@gmail.com.

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

--- shadow/72680	2005-02-17 08:53:44.000000000 -0500
+++ shadow/72680.tmp.17419	2005-02-23 16:51:01.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72680
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: WONTFIX
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: informatique.internet@fiducial.fr               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -29,6 +29,11 @@
 0xb18a7be6 [978c8abd]
 
 ** ERROR **: file object.c: line 701 (mono_class_vtable): assertion failed:
 (fklass->byval_arg.type == MONO_TYPE_PTR)
 aborting...
 Abandon
+
+------- Additional Comments From vargaz@gmail.com  2005-02-23 16:51 -------
+The kind of construct which causes this assertion is so far only been
+seen in .NET code produced by the Microsoft Managed C++. mono does not
+support running Managed C++ code, and probably never will.