http://bugzilla.novell.com/show_bug.cgi?id=628662
http://bugzilla.novell.com/show_bug.cgi?id=628662#c0 Summary: mcs/tests/test-106.cs is failing Classification: Mono Product: Mono: Compilers Version: SVN Platform: x86-64 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: C# AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4 I'm adding this bug-report so that I can add test-106.cs to known-issues-?mcs. It might be a runtime error, but that needs some investigation. Assigning it to the compiler since it's part of the compiler testsuite. Reproducible: Always Steps to Reproduce: make run-test Actual Results: test-106.cs... REGRESSION (SUCCESS -> EXECUTION ERROR) System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object at (wrapper delegate-end-invoke) <Module>:end_invoke_int__this___IAsyncResult (System.IAsyncResult) at Test.Main () [0x00042] in /home/harinath/src/mono/mcs/tests/test-106.cs:37 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod*,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d5] in /home/harinath/src/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 --- End of inner exception stack trace --- at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000f0] in /home/harinath/src/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:231 at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /home/harinath/src/mono/mcs/class/corlib/System.Reflection/MethodBase.cs:96 at TestRunner.PositiveChecker+DomainTester.ExecuteFile (System.Reflection.MethodInfo entry_point, System.String filename) [0x0003e] in /home/harinath/src/mono/mcs/tools/compiler-tester/compiler-tester.cs:763 -- 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
