mail-archives/mono-bugs/2009-February/086547.html

145 строки
6.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 479880] New: Assertion failed when running MD
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20479880%5D%20New%3A%20Assertion%20failed%20when%20running%20MD&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="086546.html">
<LINK REL="Next" HREF="086552.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 479880] New: Assertion failed when running MD</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20479880%5D%20New%3A%20Assertion%20failed%20when%20running%20MD&In-Reply-To="
TITLE="[Mono-bugs] [Bug 479880] New: Assertion failed when running MD">bugzilla_noreply at novell.com
</A><BR>
<I>Thu Feb 26 05:54:23 EST 2009</I>
<P><UL>
<LI>Previous message: <A HREF="086546.html">[Mono-bugs] [Bug 421827] [PATCH] CookieContainer.GetCookie skips cookie when domain has no leading dot
</A></li>
<LI>Next message: <A HREF="086552.html">[Mono-bugs] [Bug 480005] New: [VERIFIER] Crashes with ** ERROR **: VAR 1 (1) cannot be expanded in this context with 1 instantiations
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#86547">[ date ]</a>
<a href="thread.html#86547">[ thread ]</a>
<a href="subject.html#86547">[ subject ]</a>
<a href="author.html#86547">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=479880">https://bugzilla.novell.com/show_bug.cgi?id=479880</A>
Summary: Assertion failed when running MD
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: 32bit
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: JIT
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">lupus at novell.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">lluis at novell.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
Found By: ---
I got this crash when running MD:
**
ERROR:method-to-ir.c:7814:mono_method_to_ir: assertion failed:
(!(field-&gt;type-&gt;attrs &amp; FIELD_ATTRIBUTE_LITERAL))
Stacktrace:
at MonoDevelop.Projects.Project.NotifyFileAddedToProject
(MonoDevelop.Projects.ProjectFile) [0x00042] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/Project.cs:610
at MonoDevelop.Projects.Project.NotifyFileAddedToProject
(MonoDevelop.Projects.ProjectFile) [0x00035] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/Project.cs:609
at MonoDevelop.Projects.Project.OnItemAdded (object) [0x00012] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/Project.cs:556
at
MonoDevelop.Projects.ProjectItemCollection`1&lt;MonoDevelop.Projects.ProjectItem&gt;.NotifyAdded
(object,bool) [0x0007f] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectItemCollection.cs:142
at
MonoDevelop.Projects.ProjectItemCollection`1&lt;MonoDevelop.Projects.ProjectItem&gt;.MonoDevelop.Projects.IItemListHandler.InternalAdd
(object,bool) [0x00011] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectItemCollection.cs:115
at
MonoDevelop.Projects.ProjectItemCollection`1&lt;MonoDevelop.Projects.ProjectFile&gt;.NotifyAdded
(object,bool) [0x00067] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectItemCollection.cs:140
at
MonoDevelop.Projects.ProjectItemCollection`1&lt;MonoDevelop.Projects.ProjectFile&gt;.OnItemAdded
(MonoDevelop.Projects.ProjectFile) [0x0000d] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectItemCollection.cs:103
at MonoDevelop.Projects.ItemCollection`1&lt;object&gt;.InsertItem (int,object)
&lt;0x0002d&gt;
at System.Collections.ObjectModel.Collection`1&lt;object&gt;.Add (object) &lt;0x0003e&gt;
at MonoDevelop.ValaBinding.ValaProjectBinding.CreateSingleFileProject
(string) [0x00039] in
/home/lluis/work/monodevelop/extras/ValaBinding/Project/ValaProjectBinding.cs:65
at MonoDevelop.Projects.ProjectService.CreateSingleFileProject (string)
[0x0002e] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectService.cs:386
at MonoDevelop.Ide.Gui.ProjectOperations.CanExecuteFile
(string,MonoDevelop.Projects.ExecutionContext) [0x00000] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/ProjectOperations.cs:719
at MonoDevelop.Ide.Gui.ProjectOperations.CanExecuteFile (string) [0x00015] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/ProjectOperations.cs:714
at MonoDevelop.Ide.Gui.Document.CanRun () [0x00000] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs:327
at MonoDevelop.Debugger.DebugHandler.Update
(MonoDevelop.Components.Commands.CommandInfo) [0x000ca] in
/home/lluis/work/monodevelop/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebugCommands.cs:146
at MonoDevelop.Components.Commands.ActionCommand.UpdateCommandInfo
(MonoDevelop.Components.Commands.CommandInfo) [0x00073] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Components/MonoDevelop.Components.Commands/ActionCommand.cs:109
--
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.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="086546.html">[Mono-bugs] [Bug 421827] [PATCH] CookieContainer.GetCookie skips cookie when domain has no leading dot
</A></li>
<LI>Next message: <A HREF="086552.html">[Mono-bugs] [Bug 480005] New: [VERIFIER] Crashes with ** ERROR **: VAR 1 (1) cannot be expanded in this context with 1 instantiations
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#86547">[ date ]</a>
<a href="thread.html#86547">[ thread ]</a>
<a href="subject.html#86547">[ subject ]</a>
<a href="author.html#86547">[ 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>