[Mono-bugs] [Bug 521339] New: [SRE] InvalidOperationException in Mono, but not in MS

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jul 11 11:51:41 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=521339


           Summary: [SRE] InvalidOperationException in Mono, but not in MS
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: openSUSE 11.0
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: rkvinge at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=304563)
 --> (http://bugzilla.novell.com/attachment.cgi?id=304563)
test code

User-Agent:       Opera/10.00 (X11; Linux i686; U; en) Presto/2.2.2

See test case

Reproducible: Always

Steps to Reproduce:
compile and run test code.

Output on MS: 
System.Collections.Generic.List`1[[BaseObject, abc, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null]]
IndexOf
Int32 IndexOf(T)

Output on mono:
System.Collections.Generic.List`1[[BaseObject, abc, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null]]
IndexOf

Unhandled Exception: System.InvalidOperationException: Operation is not valid
due to the current state of the object
  at System.Reflection.MonoMethod.GetGenericMethodDefinition () [0x00000] 
  at c.Main () [0x00000] 




I'm marking this as major since it's breaking vbnc's bootstrapping (I can't
find a way to emit/bootstrap vbnc that works on both mono and ms :|)

-- 
Configure bugmail: http://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