[Mono-bugs] [Bug 77348][Blo] New - ** Error **: file class.c: line
1920 (mono_class_setup_vtable_general): should not be reached
aborting...
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 24 18:33:33 EST 2006
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 di at ufgo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=77348
--- shadow/77348 2006-01-24 18:33:33.000000000 -0500
+++ shadow/77348.tmp.23866 2006-01-24 18:33:33.000000000 -0500
@@ -0,0 +1,86 @@
+Bug#: 77348
+Product: Mono: Runtime
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: JIT
+AssignedTo: lupus at ximian.com
+ReportedBy: di at ufgo.org
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ** Error **: file class.c: line 1920 (mono_class_setup_vtable_general): should not be reached aborting...
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Unexpected exception in mono.
+
+Steps to reproduce the problem:
+1. Get the attached .zip file and unpack it.
+2. run application
+
+Actual Results:
+
+** Error **: file class.c: line 1920 (mono_class_setup_vtable_general):
+should not be reached aborting...
+
+ at slot 52: System.Collections.Generic.ICollection<T>.get_IsReadOnly (48)
+overrides get_IsReadOnly (1)
+ at slot 52: System.Collections.Generic.IList<T>.RemoveAt (33) overrides
+RemoveAt (4)
+ at slot 52: System.Collections.Generic.IList<T>.Insert (32) overrides
+Insert (3)
+ at slot 52: System.Collections.Generic.ICollection<T>.Remove (53)
+overrides Remove (6)
+ at slot 52: System.Collections.Generic.ICollection<T>.Add (49) overrides
+Add (2)
+ at slot 52: System.Collections.Generic.ICollection<T>.Clear (50) overrides
+Clear (3)
+no implementation for interface method System.Collections.Generic.
+ICollection`1::CopyTo(Byte[2][],in
+t) in class .InternalArray`1
+METHOD .ctor()
+METHOD System.Collections.Generic.ICollection<T>.get_IsReadOnly()
+METHOD get_Count()
+METHOD get_Item(int)
+METHOD set_Item(int,System.Byte[2])
+METHOD System.Collections.Generic.IList<T>.RemoveAt(int)
+METHOD System.Collections.Generic.IList<T>.Insert(int,System.Byte[2])
+METHOD System.Collections.Generic.ICollection<T>.Remove(System.Byte[2])
+METHOD System.Collections.Generic.ICollection<T>.Add(System.Byte[2])
+METHOD System.Collections.Generic.ICollection<T>.Clear()
+METHOD GetEnumerator()
+METHOD Contains(System.Byte[2])
+METHOD CopyTo(System.Byte[2][],int)
+METHOD IndexOf(System.Byte[2])
+METHOD GetGenericValueImpl(int,System.Byte[2]&)
+
+This application has requested the Runtime to terminate it in an unusual
+way.
+Please contact the application's support team for more information.
+
+Expected Results:
+
+The output of console application (in .NET 2.0) should be:
+
+Loading test certificate
+Loaded ok
+Test case 0 (Attributes present: no, Detached: no)
+Test case 1 (Attributes present: no, Detached: yes)
+Test case 2 (Attributes present: yes, Detached: no)
+Test case 3 (Attributes present: yes, Detached: yes)
+
+How often does this happen?
+Always
+
+Additional Information:
+
+System: WinXP SP2
+Mono: 1.1.13.2
More information about the mono-bugs
mailing list