[Mono-bugs] [Bug 431413] New: Multidimensional array bug with generics
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 1 17:03:24 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=431413
Summary: Multidimensional array bug with generics
Product: Mono: Runtime
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: generics
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: billholmes54 at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=242928)
--> (https://bugzilla.novell.com/attachment.cgi?id=242928)
Sample to reproduce.
Compile and run the attached program.
The bug is that you get an assert
"* Assertion at ..\mono\metadata\generic-sharing.c:559, condition
`inflated_method->klass == inflated_class' not met"
>From the debugger the values are...
inflated_method->klass = "T[,]"
inflated_class = "Test[,]"
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list