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

175 строки
6.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 472692] invoking method info for virtual generic method in generic class crashes vm
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20472692%5D%20invoking%20method%20info%20for%20virtual%20generic%0A%20method%20in%20generic%20class%20crashes%20vm&In-Reply-To=bug-472692-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="085563.html">
<LINK REL="Next" HREF="085587.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 472692] invoking method info for virtual generic method in generic class crashes vm</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20472692%5D%20invoking%20method%20info%20for%20virtual%20generic%0A%20method%20in%20generic%20class%20crashes%20vm&In-Reply-To=bug-472692-28286%40https.bugzilla.novell.com/"
TITLE="[Mono-bugs] [Bug 472692] invoking method info for virtual generic method in generic class crashes vm">bugzilla_noreply at novell.com
</A><BR>
<I>Thu Feb 5 05:27:54 EST 2009</I>
<P><UL>
<LI>Previous message: <A HREF="085563.html">[Mono-bugs] [Bug 472692] New: invoking method info for virtual generic method in generic class crashes vm
</A></li>
<LI>Next message: <A HREF="085587.html">[Mono-bugs] [Bug 472692] invoking method info for virtual generic method in generic class crashes vm
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#85578">[ date ]</a>
<a href="thread.html#85578">[ thread ]</a>
<a href="subject.html#85578">[ subject ]</a>
<a href="author.html#85578">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=472692">https://bugzilla.novell.com/show_bug.cgi?id=472692</A>
User <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">skolima at gmail.com</A> added comment
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=472692#c1">https://bugzilla.novell.com/show_bug.cgi?id=472692#c1</A>
Leszek Ciesielski &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">skolima at gmail.com</A>&gt; changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">skolima at gmail.com</A>
--- Comment #1 from Leszek Ciesielski &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">skolima at gmail.com</A>&gt; 2009-02-05 03:27:52 MST ---
This fails the same way on Linux, using Mono 2.2, 2.4 Preview 2 and svn-head
(r125636). And it does work on MS.Net. Actual stack trace:
**
** ERROR:(method-to-ir.c:5159):mono_method_to_ir: assertion failed:
(!sig-&gt;has_type_parameters)
Stacktrace:
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke
(object,object[],System.Exception&amp;) &lt;0x00004&gt;
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke
(object,object[],System.Exception&amp;) &lt;IL 0x00024, 0xffffffff&gt;
at System.Reflection.MonoMethod.Invoke
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
[0x00057] in
/root/mono_svn/mcs/class/corlib/System.Reflection/MonoMethod.cs:159
at System.Reflection.MethodBase.Invoke (object,object[]) [0x00000] in
/root/mono_svn/mcs/class/corlib/System.Reflection/MethodBase.cs:111
at Program.Main () &lt;IL 0x00031, 0x0008d&gt;
at (wrapper runtime-invoke) object.runtime_invoke_void
(object,intptr,intptr,intptr) &lt;IL 0x00049, 0xffffffff&gt;
Native stacktrace:
mono [0x80d2c2f]
[0xffffe40c]
/lib/libc.so.6(abort+0x101) [0xb7cd7531]
/usr/lib/libglib-2.0.so.0(g_assertion_message+0x105) [0xb7e78d9b]
/usr/lib/libglib-2.0.so.0 [0xb7e79263]
mono [0x8077045]
mono [0x80617bd]
mono [0x8063141]
mono [0x8063a54]
mono(mono_runtime_invoke_array+0x32c) [0x817f3ac]
mono [0x811aa00]
[0xb70c591b]
[0xb70c4f96]
[0xb70c4ee3]
[0xb70c430e]
[0xb70c41fa]
mono(mono_runtime_exec_main+0xe5) [0x817d145]
mono(mono_runtime_run_main+0x16b) [0x817d8eb]
mono(mono_main+0x18d2) [0x80b2c02]
mono [0x805ae31]
/lib/libc.so.6(__libc_start_main+0xe0) [0xb7cc2fc8]
mono [0x805ad61]
Debug info from gdb:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
--
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="085563.html">[Mono-bugs] [Bug 472692] New: invoking method info for virtual generic method in generic class crashes vm
</A></li>
<LI>Next message: <A HREF="085587.html">[Mono-bugs] [Bug 472692] invoking method info for virtual generic method in generic class crashes vm
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#85578">[ date ]</a>
<a href="thread.html#85578">[ thread ]</a>
<a href="subject.html#85578">[ subject ]</a>
<a href="author.html#85578">[ 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>