[Mono-bugs] [Bug 623242] New: dynamic runtime fails to report RuntimeBinderException and goes infinite loop

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jul 17 16:11:28 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=623242#c0


           Summary: dynamic runtime fails to report RuntimeBinderException
                    and goes infinite loop
    Classification: Mono
           Product: Mono: Runtime
           Version: SVN
          Platform: Other
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: aenomoto at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


The following code goes infinite loop.

public class Test
{
        public static void Main ()
        {
                dynamic d = new object ();
                d.Add (new object ());
        }
}

On .NET it results in RuntimeBinderException (of course there is no Add in
System.Object).

-- 
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