[Mono-bugs] [Bug 425680] gmcs crash while processing attributes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Sep 15 17:49:09 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=425680

User sshaw at decriptor.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=425680#c1





--- Comment #1 from Stephen Shaw <sshaw at decriptor.com>  2008-09-15 15:49:09 MDT ---
Here is the output when trying to compile this.  It seems to be a problem
caused by the addition of PresenttionFramework.



make[5]: Entering directory
`/home/sshaw/code/olive/class/PresentationFramework'
MONO_PATH="../../class/lib/net_3_0:$MONO_PATH" gmcs /codepage:65001  
-d:NET_1_1 -d:NET_2_0 -debug+ /noconfig -r:System.Xml.dll
-r:PresentationCore.dll -r:WindowsBase.dll -r:System.dll -target:library
-out:../../class/lib/net_3_0/PresentationFramework.dll 
@PresentationFramework.dll.sources
System.Windows.Controls.Primitive/ButtonBase.cs(151,49): warning CS0067: The
event `System.Windows.Controls.Primitive.ButtonBase.Click' is never used
System.Windows.Markup/XamlReader.cs(83,57): warning CS0067: The event
`System.Windows.Markup.XamlReader.LoadCompleted' is never used

Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object
  at Mono.CSharp.TypeManager.GetFullName (System.Type t) [0x00000] 
  at Mono.CSharp.TypeManager.CSharpName (System.Type t) [0x00000] 
  at Mono.CSharp.Expression.Error_MemberLookupFailed (System.Type
container_type, System.Type qualifier_type, System.Type queried_type,
System.String name, System.String class_name, MemberTypes mt, BindingFlags bf)
[0x00000] 
  at Mono.CSharp.SimpleName.DoSimpleNameResolve (Mono.CSharp.EmitContext ec,
Mono.CSharp.Expression right_side, Boolean intermediate) [0x00000] 
  at Mono.CSharp.SimpleName.SimpleNameResolve (Mono.CSharp.EmitContext ec,
Mono.CSharp.Expression right_side, Boolean intermediate) [0x00000] 
  at Mono.CSharp.SimpleName.DoResolve (Mono.CSharp.EmitContext ec, Boolean
intermediate) [0x00000] 
  at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec, ResolveFlags
flags) [0x00000] 
  at Mono.CSharp.MemberAccess.DoResolve (Mono.CSharp.EmitContext ec,
Mono.CSharp.Expression right_side) [0x00000] 
  at Mono.CSharp.MemberAccess.DoResolve (Mono.CSharp.EmitContext ec) [0x00000] 
  at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec, ResolveFlags
flags) [0x00000] 
  at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec) [0x00000] 
  at Mono.CSharp.Argument.Resolve (Mono.CSharp.EmitContext ec, Location loc)
[0x00000] 
  at Mono.CSharp.Attribute.ResolveConstructor (Mono.CSharp.EmitContext ec)
[0x00000] 
  at Mono.CSharp.GlobalAttribute.ResolveConstructor (Mono.CSharp.EmitContext
ec) [0x00000] 
  at Mono.CSharp.Attribute.Resolve () [0x00000] 
  at Mono.CSharp.Attribute.Emit (System.Collections.Specialized.ListDictionary
allEmitted) [0x00000] 
  at Mono.CSharp.Attributes.Emit () [0x00000] 
  at Mono.CSharp.CommonAssemblyModulClass.Emit (Mono.CSharp.TypeContainer tc)
[0x00000] 
  at Mono.CSharp.AssemblyClass.Emit (Mono.CSharp.TypeContainer tc) [0x00000] 
  at Mono.CSharp.RootContext.EmitCode () [0x00000] 
  at Mono.CSharp.Driver.Compile () [0x00000] 
  at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] 
make[5]: *** [../../class/lib/net_3_0/PresentationFramework.dll] Error 1
make[5]: Leaving directory `/home/sshaw/code/olive/class/PresentationFramework'
make[4]: *** [do-all] Error 2
make[4]: Leaving directory `/home/sshaw/code/olive/class/PresentationFramework'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/sshaw/code/olive/class'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sshaw/code/olive'
make[1]: *** [profile-do--net_3_0--all] Error 2
make[1]: Leaving directory `/home/sshaw/code/olive'
make: *** [profiles-do--all] Error 2


-- 
Configure bugmail: https://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.


More information about the mono-bugs mailing list