mail-archives/mono-bugs/2010-July/102333.html

147 строки
5.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 560327] [verifier] abort in mono_class_inflate_generic_class on 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%20560327%5D%20%5Bverifier%5D%20abort%20in%0A%20mono_class_inflate_generic_class%20on%20bad%20assembly&In-Reply-To=bug-560327-28286%40http.bugzilla.novell.com/">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="102332.html">
<LINK REL="Next" HREF="102336.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 560327] [verifier] abort in mono_class_inflate_generic_class on bad assembly</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20560327%5D%20%5Bverifier%5D%20abort%20in%0A%20mono_class_inflate_generic_class%20on%20bad%20assembly&In-Reply-To=bug-560327-28286%40http.bugzilla.novell.com/"
TITLE="[Mono-bugs] [Bug 560327] [verifier] abort in mono_class_inflate_generic_class on bad assembly">bugzilla_noreply at novell.com
</A><BR>
<I>Mon Jul 19 15:33:12 EDT 2010</I>
<P><UL>
<LI>Previous message: <A HREF="102332.html">[Mono-bugs] [Bug 560325] [verifier] abort in find_method on bad assembly
</A></li>
<LI>Next message: <A HREF="102336.html">[Mono-bugs] [Bug 561728] [verifier] SIGSEGV in find_method_in_metadata on a bad assembly
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#102333">[ date ]</a>
<a href="thread.html#102333">[ thread ]</a>
<a href="subject.html#102333">[ subject ]</a>
<a href="author.html#102333">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="http://bugzilla.novell.com/show_bug.cgi?id=560327">http://bugzilla.novell.com/show_bug.cgi?id=560327</A>
<A HREF="http://bugzilla.novell.com/show_bug.cgi?id=560327#c12">http://bugzilla.novell.com/show_bug.cgi?id=560327#c12</A>
--- Comment #12 from Sebastien Pouliot &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">spouliot at novell.com</A>&gt; 2010-07-19 19:33:11 UTC ---
Created an attachment (id=376932)
--&gt; (<A HREF="http://bugzilla.novell.com/attachment.cgi?id=376932">http://bugzilla.novell.com/attachment.cgi?id=376932</A>)
assembly causing the abort
more recent test case with x86 opensuse 11.3
gdb --args pedump --verify all bin/System.Net.sigabrt.18117.dll
* Assertion at class.c:792, condition `mono_error_ok (&amp;error)' not met
Program received signal SIGABRT, Aborted.
0xffffe424 in __kernel_vsyscall ()
(gdb) bt
#0 0xffffe424 in __kernel_vsyscall ()
#1 0xb7e2d7ff in raise () from /lib/libc.so.6
#2 0xb7e2f140 in abort () from /lib/libc.so.6
#3 0x0818f08a in monoeg_g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR,
format=0x819ad34 &quot;* Assertion at %s:%d, condition `%s' not met\n&quot;,
args=0xbfffe6b4 &quot;*\255\031\b\030\003&quot;) at goutput.c:134
#4 0x0818f109 in monoeg_assertion_message (format=0x819ad34 &quot;* Assertion at
%s:%d, condition `%s' not met\n&quot;) at goutput.c:154
#5 0x080594d5 in mono_class_inflate_generic_class (gklass=0x8271eac,
context=0x82ae72c) at class.c:792
#6 0x08063539 in mono_generic_class_get_class (gclass=0x82ae728) at
class.c:5268
#7 0x08064438 in mono_class_from_mono_type (type=0x82aa2c4) at class.c:5682
#8 0x0806463e in mono_class_create_from_typespec (image=0x827eea0,
type_spec=452984847, context=0x0, error=0xbfffe83c) at class.c:5744
#9 0x08065e6a in mono_class_get_full (image=0x827eea0, type_token=452984847,
context=0x0) at class.c:6442
#10 0x080796a1 in method_from_memberref (image=0x827eea0, idx=168,
typespec_context=0x0, used_context=0xbfffea44) at loader.c:931
#11 0x0807abf8 in mono_get_method_from_token (image=0x827eea0, token=167772328,
klass=0x0, context=0x0, used_context=0xbfffea44) at loader.c:1518
#12 0x0807b035 in mono_get_method_full (image=0x827eea0, token=167772328,
klass=0x0, context=0x0) at loader.c:1632
#13 0x081028c2 in verifier_load_method (ctx=0xbfffeb8c, token=167772328,
opcode=0x81afd3a &quot;call&quot;) at verify.c:868
#14 0x08107f6e in do_invoke_method (ctx=0xbfffeb8c, method_token=167772328,
virtual=0) at verify.c:2862
#15 0x08113696 in mono_method_verify (method=0x82a9fdc, level=135) at
verify.c:4990
#16 0x080508ba in dump_verify_info (image=0x827eea0, flags=135) at pedump.c:365
#17 0x08051692 in main (argc=4, argv=0xbffff094) at pedump.c:727
--
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="102332.html">[Mono-bugs] [Bug 560325] [verifier] abort in find_method on bad assembly
</A></li>
<LI>Next message: <A HREF="102336.html">[Mono-bugs] [Bug 561728] [verifier] SIGSEGV in find_method_in_metadata on a bad assembly
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#102333">[ date ]</a>
<a href="thread.html#102333">[ thread ]</a>
<a href="subject.html#102333">[ subject ]</a>
<a href="author.html#102333">[ 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>