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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
