[Mono-bugs] [Bug 730565] New: CS0584: Internal compiler error while building expression trees containing either MemberListBinding or MemberMemberBinding
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 15 18:33:31 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=730565
https://bugzilla.novell.com/show_bug.cgi?id=730565#c0
Summary: CS0584: Internal compiler error while building
expression trees containing either MemberListBinding
or MemberMemberBinding
Classification: Mono
Product: Mono: Compilers
Version: SVN
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: C#
AssignedTo: michael.miller at suse.com
ReportedBy: giacomo.tesio at ors.it
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=462236)
--> (http://bugzilla.novell.com/attachment.cgi?id=462236)
Unit test reproducing the test
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.7 (KHTML,
like Gecko) Chrome/16.0.912.32 Safari/535.7
While building an expression tree containing a MemberListBinding or a
MemberMemberBinding the copiler produce the following error:
/opt/mono/bin/gmcs /noconfig "/out:bin/Debug/Poker.UnitTests.dll"
"/r:/opt/mono/lib/mono/2.0/System.dll"
"/r:/opt/mono/lib/mono/2.0/System.Core.dll" "/r:bin/Debug/Poker.dll"
"/r:/usr/lib/cli/nunit.framework-2.4/nunit.framework.dll"
"/r:/usr/lib/cli/nunit.core-2.4/nunit.core.dll" /nologo /warn:4 /debug:+
/debug:full /optimize- /codepage:utf8 "/define:DEBUG" /t:library "DeckQA.cs"
"BindingTest.cs"
Compilation failed: 4 error(s), 0 warnings
BindingTest.cs(14,83): error CS0584: Internal compiler error: Object reference
not set to an instance of an object
BindingTest.cs(14,83): error CS1502: The best overloaded method match for
`System.Linq.Expressions.Expression.ListBind(System.Reflection.MemberInfo,
params System.Linq.Expressions.ElementInit[])' has some invalid arguments
/opt/mono/lib/mono/2.0/System.Core.dll (Location of the symbol related to
previous error)
BindingTest.cs(14,113): error CS0584: Internal compiler error: Object reference
not set to an instance of an object
BindingTest.cs(14,113): error CS1502: The best overloaded method match for
`System.Linq.Expressions.Expression.ListBind(System.Reflection.MemberInfo,
params System.Linq.Expressions.ElementInit[])' has some invalid arguments
/opt/mono/lib/mono/2.0/System.Core.dll (Location of the symbol related to
previous error)
Reproducible: Always
Steps to Reproduce:
1. try to compile the test
2. it does not compile
3.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list