[Mono-dev] gmcs stacktrace

sdoxsee stephen.doxsee at intelliware.ca
Fri Apr 9 12:43:24 EDT 2010


I am trying to build 3 projects with MonoDevelop that are already building
successfully in Visual Studio. The first two build successfully but one is
triggering a stacktrace from gmcs. I don't believe the project code is doing
anything fancy or bleeding edge. I've tried it with different versions of
mono (2.4.2.3 and 2.4.4.2) to see if there were any resolved compiler errors
but the same error occurred.

If you have any ideas about why the compiler might be behaving in this way
or strategies to find out what code it is choking on, please let me know.

Thanks!
Stephen

/usr/bin/gmcs ...

Stacktrace:

  at (wrapper managed-to-native) System.Type.MakeGenericType
(System.Type,System.Type[]) <0x00004>
  at (wrapper managed-to-native) System.Type.MakeGenericType
(System.Type,System.Type[]) <0xffffffff>
  at System.Type.MakeGenericType (System.Type[]) <0x0011e>
  at Mono.CSharp.ConstructedType.DoResolveType (Mono.CSharp.IResolveContext)
<0x000cd>
  at Mono.CSharp.ConstructedType.ResolveConstructedType
(Mono.CSharp.IResolveContext) <0x000d9>
  at Mono.CSharp.ConstructedType.DoResolveAsTypeStep
(Mono.CSharp.IResolveContext) <0x0000e>
  at Mono.CSharp.TypeExpr.ResolveAsTypeStep
(Mono.CSharp.IResolveContext,bool) <0x00014>
  at Mono.CSharp.SimpleName.ResolveAsTypeStep
(Mono.CSharp.IResolveContext,bool) <0x0012d>
  at Mono.CSharp.Expression.ResolveAsBaseTerminal
(Mono.CSharp.IResolveContext,bool) <0x0002c>
  at Mono.CSharp.TypeContainer.GetNormalBases (Mono.CSharp.TypeExpr&)
<0x0008a>
  at Mono.CSharp.TypeContainer.GetClassBases (Mono.CSharp.TypeExpr&)
<0x0001a>
  at Mono.CSharp.Class.GetClassBases (Mono.CSharp.TypeExpr&) <0x00017>
  at Mono.CSharp.TypeContainer.DefineBaseTypes () <0x0001e>
  at Mono.CSharp.TypeContainer.DefineType () <0x00054>
  at Mono.CSharp.Class.DefineType () <0x000b5>
  at Mono.CSharp.RootContext.ResolveTree () <0x001ac>
  at Mono.CSharp.Driver.Compile () <0x0049c>
  at Mono.CSharp.Driver.Main (string[]) <0x0006e> 
-- 
View this message in context: http://n4.nabble.com/gmcs-stacktrace-tp1819616p1819616.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list