[Mono-bugs] [Bug 664612] New: 2.10 fails compiling MonoDevelop 2.4.x
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jan 14 12:16:08 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=664612
https://bugzilla.novell.com/show_bug.cgi?id=664612#c0
Summary: 2.10 fails compiling MonoDevelop 2.4.x
Classification: Mono
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: C#
AssignedTo: msafar at novell.com
ReportedBy: ajorgensen at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
When building MD 2.4.1 or 2.4.2 against mono 2.10 we get the following
exception (which we did not get building against mono 2.8.x):
/usr/bin/gmcs -debug -codepage:utf8 -debug
-out:../../../../build/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft.dll
-keyfile:../../../../src/core/Mono.Debugging/mono.debugging.snk -target:library
-r:../../../../src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll
-r:System -r:System.Core -r:../../../../build/bin/Mono.Debugging.dll \
/ArrayAdaptor.cs ./AssemblyInfo.cs ./FieldValueReference.cs
/LoggingService.cs ./PropertyValueReference.cs ./SoftDebuggerAdaptor.cs
/SoftDebuggerBacktrace.cs ./SoftDebuggerSession.cs ./SoftDebuggerStartInfo.cs
/SoftEvaluationContext.cs ./VariableValueReference.cs
Unhandled Exception: Mono.CSharp.InternalErrorException:
/SoftDebuggerSession.cs(44,22): Mono.Debugging.Soft.SoftDebuggerSession --->
Mono.CSharp.InternalErrorException: ./SoftDebuggerSession.cs(48,54):
Mono.Debugging.Soft.SoftDebuggerSession.source_to_type --->
System.ArgumentException: Invalid generic arguments
Parameter name: typeArguments
at (wrapper managed-to-native) System.Type:MakeGenericType
(System.Type,System.Type[])
at System.Type.MakeGenericType (System.Type[] typeArguments) [0x00000] in
<filename unknown>:0
at Mono.CSharp.InflatedTypeSpec.CreateMetaInfo
(Mono.CSharp.TypeParameterMutator mutator) [0x00000] in <filename unknown>:0
at Mono.CSharp.InflatedTypeSpec.GetMetaInfo () [0x00000] in <filename
unknown>:0
at Mono.CSharp.InflatedTypeSpec.<CreateMetaInfo>m__E (Mono.CSharp.TypeSpec l)
[0x00000] in <filename unknown>:0
at
System.Linq.Enumerable+<CreateSelectIterator>c__Iterator10`2[Mono.CSharp.TypeSpec,System.Type].MoveNext
() [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.Type].InsertEnumeration (Int32
index, IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.Type].InsertRange (Int32 index,
IEnumerable`1 collection) [0x00000] in <filename unknown>:0
at Mono.CSharp.InflatedTypeSpec.CreateMetaInfo
(Mono.CSharp.TypeParameterMutator mutator) [0x00000] in <filename unknown>:0
at Mono.CSharp.InflatedTypeSpec.GetMetaInfo () [0x00000] in <filename
unknown>:0
at Mono.CSharp.Field.Define () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeContainer.DefineContainerMembers (IList mcal) [0x00000] in
<filename unknown>:0
--- End of inner exception stack trace ---
at Mono.CSharp.TypeContainer.DefineContainerMembers (IList mcal) [0x00000] in
<filename unknown>:0
at Mono.CSharp.Class.DefineContainerMembers (IList list) [0x00000] in <filename
unknown>:0
at Mono.CSharp.TypeContainer.DoDefineMembers () [0x00000] in <filename
unknown>:0
at Mono.CSharp.ClassOrStruct.DoDefineMembers () [0x00000] in <filename
unknown>:0
at Mono.CSharp.Class.DoDefineMembers () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeContainer.Define () [0x00000] in <filename unknown>:0
at Mono.CSharp.ModuleContainer.Define () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at Mono.CSharp.ModuleContainer.Define () [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename
unknown>:0
--
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