зеркало из https://github.com/mono/mail-archives.git
204 строки
6.7 KiB
HTML
204 строки
6.7 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-bugs] [Bug 425680] gmcs crash while processing attributes
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20425680%5D%20gmcs%20crash%20while%20processing%20attributes&In-Reply-To=bug-425680-28286%40https.bugzilla.novell.com/">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||
|
<LINK REL="Previous" HREF="079342.html">
|
||
|
<LINK REL="Next" HREF="079266.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-bugs] [Bug 425680] gmcs crash while processing attributes</H1>
|
||
|
<B>bugzilla_noreply at novell.com</B>
|
||
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20425680%5D%20gmcs%20crash%20while%20processing%20attributes&In-Reply-To=bug-425680-28286%40https.bugzilla.novell.com/"
|
||
|
TITLE="[Mono-bugs] [Bug 425680] gmcs crash while processing attributes">bugzilla_noreply at novell.com
|
||
|
</A><BR>
|
||
|
<I>Mon Sep 15 17:49:09 EDT 2008</I>
|
||
|
<P><UL>
|
||
|
<LI>Previous message: <A HREF="079342.html">[Mono-bugs] [Bug 425680] gmcs crash while processing attributes
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="079266.html">[Mono-bugs] [Bug 425693] New: Dictionary<K, V> cast as IDictionary doesn' t allow null values to be added/set
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#79439">[ date ]</a>
|
||
|
<a href="thread.html#79439">[ thread ]</a>
|
||
|
<a href="subject.html#79439">[ subject ]</a>
|
||
|
<a href="author.html#79439">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=425680">https://bugzilla.novell.com/show_bug.cgi?id=425680</A>
|
||
|
|
||
|
User <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">sshaw at decriptor.com</A> added comment
|
||
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=425680#c1">https://bugzilla.novell.com/show_bug.cgi?id=425680#c1</A>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
--- Comment #1 from Stephen Shaw <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">sshaw at decriptor.com</A>> 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: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
||
|
------- You are receiving this mail because: -------
|
||
|
You are the QA contact for the bug.
|
||
|
You are the assignee for the bug.
|
||
|
</PRE>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI>Previous message: <A HREF="079342.html">[Mono-bugs] [Bug 425680] gmcs crash while processing attributes
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="079266.html">[Mono-bugs] [Bug 425693] New: Dictionary<K, V> cast as IDictionary doesn' t allow null values to be added/set
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#79439">[ date ]</a>
|
||
|
<a href="thread.html#79439">[ thread ]</a>
|
||
|
<a href="subject.html#79439">[ subject ]</a>
|
||
|
<a href="author.html#79439">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
|
||
|
<hr>
|
||
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
||
|
mailing list</a><br>
|
||
|
</body></html>
|