зеркало из https://github.com/mono/mail-archives.git
141 строка
5.7 KiB
HTML
141 строка
5.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 560359] [verifier] abort in mono_metadata_decode_row 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%20560359%5D%20%5Bverifier%5D%20abort%20in%0A%20mono_metadata_decode_row%20on%20bad%20assembly&In-Reply-To=bug-560359-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="105642.html">
|
|
<LINK REL="Next" HREF="105631.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 560359] [verifier] abort in mono_metadata_decode_row 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%20560359%5D%20%5Bverifier%5D%20abort%20in%0A%20mono_metadata_decode_row%20on%20bad%20assembly&In-Reply-To=bug-560359-28286%40http.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 560359] [verifier] abort in mono_metadata_decode_row on bad assembly">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Fri Oct 29 10:43:32 EDT 2010</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="105642.html">[Mono-bugs] [Bug 650180] Remove Npgsql from Mono distribution
|
|
</A></li>
|
|
<LI>Next message: <A HREF="105631.html">[Mono-bugs] [Bug 560359] [verifier] abort in mono_metadata_decode_row on bad assembly
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#105630">[ date ]</a>
|
|
<a href="thread.html#105630">[ thread ]</a>
|
|
<a href="subject.html#105630">[ subject ]</a>
|
|
<a href="author.html#105630">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=560359">https://bugzilla.novell.com/show_bug.cgi?id=560359</A>
|
|
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=560359#c4">https://bugzilla.novell.com/show_bug.cgi?id=560359#c4</A>
|
|
|
|
|
|
Sebastien Pouliot <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">spouliot at novell.com</A>> changed:
|
|
|
|
What |Removed |Added
|
|
----------------------------------------------------------------------------
|
|
Status|RESOLVED |REOPENED
|
|
Version|2.6.x |SVN
|
|
Resolution|FIXED |
|
|
|
|
--- Comment #4 from Sebastien Pouliot <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">spouliot at novell.com</A>> 2010-10-29 14:43:31 UTC ---
|
|
It still occurs on opensuse 11.3 (x86)
|
|
|
|
gdb --args pedump --verify all bin/System.ServiceModel.Web.sigabrt.23951.dll
|
|
|
|
|
|
* Assertion at metadata.c:965, condition `idx < t->rows' not met
|
|
|
|
|
|
Program received signal SIGABRT, Aborted.
|
|
0xffffe424 in __kernel_vsyscall ()
|
|
(gdb) bt
|
|
#0 0xffffe424 in __kernel_vsyscall ()
|
|
#1 0xb7e2e7ff in raise () from /lib/libc.so.6
|
|
#2 0xb7e30140 in abort () from /lib/libc.so.6
|
|
#3 0x081999be in monoeg_g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR,
|
|
format=0x81acbd0 "* Assertion at %s:%d, condition `%s' not met\n",
|
|
args=0xbfffe784 "\302\313\032\b\305\003") at goutput.c:134
|
|
#4 0x08199a3d in monoeg_assertion_message (format=0x81acbd0 "* Assertion at
|
|
%s:%d, condition `%s' not met\n") at goutput.c:154
|
|
#5 0x0809cac9 in mono_metadata_decode_row (t=0x8281324, idx=152,
|
|
res=0xbfffe80c, res_size=6) at metadata.c:965
|
|
#6 0x0809d149 in mono_metadata_decode_table_row (image=0x8281278, table=6,
|
|
idx=152, res=0xbfffe80c, res_size=6) at metadata.c:1185
|
|
#7 0x08069471 in find_method_in_metadata (klass=0x82bcfec, name=0x81a613a
|
|
"Finalize", param_count=0, flags=64) at class.c:8568
|
|
#8 0x08061fa9 in mono_class_init (class=0x82bcfec) at class.c:4778
|
|
#9 0x080677e4 in mono_class_is_assignable_from (klass=0x82bcfec,
|
|
oklass=0x82ac834) at class.c:7208
|
|
#10 0x08109659 in mono_delegate_type_equal (target=0x82bd06c,
|
|
candidate=0x82bf5f0) at verify.c:2345
|
|
#11 0x081097b3 in mono_delegate_param_equal (delegate=0x82bf5f0,
|
|
method=0x82bd06c) at verify.c:2382
|
|
#12 0x08109889 in mono_delegate_signature_equal (delegate_sig=0x82bf428,
|
|
method_sig=0x82bcfd4, is_static_ldftn=0) at verify.c:2419
|
|
#13 0x08109eb5 in verify_delegate_compatibility (ctx=0xbfffeb3c,
|
|
delegate=0x829e4b8, value=0x82b22a4, funptr=0x82b22b0) at verify.c:2510
|
|
#14 0x081102ce in do_newobj (ctx=0xbfffeb3c, token=167772369) at verify.c:3586
|
|
#15 0x0811828d in mono_method_verify (method=0x82bccd4, level=135) at
|
|
verify.c:5211
|
|
#16 0x080508a2 in dump_verify_info (image=0x8281278, flags=135) at pedump.c:365
|
|
#17 0x0805167a in main (argc=4, argv=0xbffff044) at pedump.c:728
|
|
|
|
--
|
|
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="105642.html">[Mono-bugs] [Bug 650180] Remove Npgsql from Mono distribution
|
|
</A></li>
|
|
<LI>Next message: <A HREF="105631.html">[Mono-bugs] [Bug 560359] [verifier] abort in mono_metadata_decode_row on bad assembly
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#105630">[ date ]</a>
|
|
<a href="thread.html#105630">[ thread ]</a>
|
|
<a href="subject.html#105630">[ subject ]</a>
|
|
<a href="author.html#105630">[ 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>
|