[Mono-bugs] [Bug 58659][Nor] Changed - Generics: assertion failed: (io <= max_vtsize)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 May 2004 13:09: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 edd@usefulinc.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58659
--- shadow/58659 2004-05-18 13:06:41.000000000 -0400
+++ shadow/58659.tmp.26837 2004-05-18 13:09:44.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 58659
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: edd@usefulinc.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -78,6 +78,11 @@
#25 0x00000000 in ?? ()
------- Additional Comments From edd@usefulinc.com 2004-05-18 13:06 -------
Created an attachment (id=7752)
generics program that causes the abort when compiled and run
+
+------- Additional Comments From edd@usefulinc.com 2004-05-18 13:09 -------
+If I remove IList <CrowdMember>
+from the list of interfaces on Crowd then everything works
+OK. It only crashes when that interface is there.