mail-archives/mono-bugs/2009-November/095243.html

156 строки
5.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 558465] New: [verifier] SIGSEGV in mono_metadata_get_shared_type on a bad assembly
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20558465%5D%20New%3A%20%5Bverifier%5D%20SIGSEGV%20in%0A%20mono_metadata_get_shared_type%20on%20a%20bad%20assembly&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="095324.html">
<LINK REL="Next" HREF="095244.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 558465] New: [verifier] SIGSEGV in mono_metadata_get_shared_type on a bad assembly</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20558465%5D%20New%3A%20%5Bverifier%5D%20SIGSEGV%20in%0A%20mono_metadata_get_shared_type%20on%20a%20bad%20assembly&In-Reply-To="
TITLE="[Mono-bugs] [Bug 558465] New: [verifier] SIGSEGV in mono_metadata_get_shared_type on a bad assembly">bugzilla_noreply at novell.com
</A><BR>
<I>Wed Nov 25 13:33:11 EST 2009</I>
<P><UL>
<LI>Previous message: <A HREF="095324.html">[Mono-bugs] [Bug 558437] ASP.NET: CS0433: The imported type `ASP.controls_cart_ascx' is defined multiple times
</A></li>
<LI>Next message: <A HREF="095244.html">[Mono-bugs] [Bug 558465] [verifier] SIGSEGV in mono_metadata_get_shared_type on a bad assembly
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#95243">[ date ]</a>
<a href="thread.html#95243">[ thread ]</a>
<a href="subject.html#95243">[ subject ]</a>
<a href="author.html#95243">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="http://bugzilla.novell.com/show_bug.cgi?id=558465">http://bugzilla.novell.com/show_bug.cgi?id=558465</A>
<A HREF="http://bugzilla.novell.com/show_bug.cgi?id=558465#c0">http://bugzilla.novell.com/show_bug.cgi?id=558465#c0</A>
Summary: [verifier] SIGSEGV in mono_metadata_get_shared_type on
a bad assembly
Classification: Mono
Product: Mono: Runtime
Version: 2.6.x
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">rkumpera at novell.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">spouliot at novell.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
Found By: ---
Blocker: ---
Created an attachment (id=329524)
--&gt; (<A HREF="http://bugzilla.novell.com/attachment.cgi?id=329524">http://bugzilla.novell.com/attachment.cgi?id=329524</A>)
assembly to reproduce crash
mono_type_hash (data=0xc0) at metadata.c:1384
1384 if (type-&gt;type == MONO_TYPE_GENERICINST)
(gdb) bt
#0 mono_type_hash (data=0xc0) at metadata.c:1384
#1 0x00007fc050dd657d in g_hash_table_lookup () from
/usr/lib64/libglib-2.0.so.0
#2 0x0000000000449203 in mono_metadata_get_shared_type (type=0xc0) at
metadata.c:2666
#3 0x000000000041ca88 in mono_class_inflate_generic_type_with_mempool
(image=0x0, type=0xc0, context=0x0, error=0x7fff5948ece0) at class.c:675
#4 0x00000000004911dc in init_stack_with_value_at_exception_boundary
(ctx=0x7fff5948efc0, code=0x892a30, klass=0x0) at verify.c:2474
#5 0x00000000004967e1 in mono_method_verify (method=&lt;value optimized out&gt;,
level=&lt;value optimized out&gt;) at verify.c:5016
#6 0x000000000040daed in main (argc=8430352, argv=&lt;value optimized out&gt;) at
pedump.c:374
note: klass is NULL at #4, called using:
init_stack_with_value_at_exception_boundary (&amp;ctx, ctx.code +
clause-&gt;handler_offset, clause-&gt;data.catch_class);
--
Configure bugmail: <A HREF="http://bugzilla.novell.com/userprefs.cgi?tab=email">http://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="095324.html">[Mono-bugs] [Bug 558437] ASP.NET: CS0433: The imported type `ASP.controls_cart_ascx' is defined multiple times
</A></li>
<LI>Next message: <A HREF="095244.html">[Mono-bugs] [Bug 558465] [verifier] SIGSEGV in mono_metadata_get_shared_type on a bad assembly
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#95243">[ date ]</a>
<a href="thread.html#95243">[ thread ]</a>
<a href="subject.html#95243">[ subject ]</a>
<a href="author.html#95243">[ 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>