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

137 строки
5.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 561614] abort in mono_method_to_ir while JITting a verified method
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20561614%5D%20abort%20in%20mono_method_to_ir%20while%20JITting%20a%0A%20verified%20method&In-Reply-To=bug-561614-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="102344.html">
<LINK REL="Next" HREF="102347.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 561614] abort in mono_method_to_ir while JITting a verified method</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20561614%5D%20abort%20in%20mono_method_to_ir%20while%20JITting%20a%0A%20verified%20method&In-Reply-To=bug-561614-28286%40http.bugzilla.novell.com/"
TITLE="[Mono-bugs] [Bug 561614] abort in mono_method_to_ir while JITting a verified method">bugzilla_noreply at novell.com
</A><BR>
<I>Mon Jul 19 16:52:14 EDT 2010</I>
<P><UL>
<LI>Previous message: <A HREF="102344.html">[Mono-bugs] [Bug 566152] Environment.GetEnvironmentVariable may return null even if the variable exists
</A></li>
<LI>Next message: <A HREF="102347.html">[Mono-bugs] [Bug 566152] Environment.GetEnvironmentVariable may return null even if the variable exists
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#102345">[ date ]</a>
<a href="thread.html#102345">[ thread ]</a>
<a href="subject.html#102345">[ subject ]</a>
<a href="author.html#102345">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="http://bugzilla.novell.com/show_bug.cgi?id=561614">http://bugzilla.novell.com/show_bug.cgi?id=561614</A>
<A HREF="http://bugzilla.novell.com/show_bug.cgi?id=561614#c5">http://bugzilla.novell.com/show_bug.cgi?id=561614#c5</A>
--- Comment #5 from Sebastien Pouliot &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">spouliot at novell.com</A>&gt; 2010-07-19 20:52:13 UTC ---
Created an attachment (id=376971)
--&gt; (<A HREF="http://bugzilla.novell.com/attachment.cgi?id=376971">http://bugzilla.novell.com/attachment.cgi?id=376971</A>)
assembly causing the abort
newer test case on x86 opensuse 11.3
gdb --args mono --security=core-clr --compile-all
bin/System.Net.sigabrt.5653.dll
* Assertion at method-to-ir.c:8192, condition `!(field-&gt;type-&gt;attrs &amp;
FIELD_ATTRIBUTE_LITERAL)' not met
Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb7410b70 (LWP 17804)]
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 0x0827bc52 in monoeg_g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR,
format=0x829dc0c &quot;* Assertion at %s:%d, condition `%s' not met\n&quot;, args=
0xb740f6f4 &quot;\373\333)\b&quot;) at goutput.c:134
#4 0x0827bcd1 in monoeg_assertion_message (format=0x829dc0c &quot;* Assertion at
%s:%d, condition `%s' not met\n&quot;) at goutput.c:154
#5 0x080a31ef in mono_method_to_ir (cfg=0x8420c20,
method=&quot;System.Net.Sockets.Socket:get_OSSupportsIPv6 ()&quot;,
start_bblock=0x854667c, end_bblock=0x854671c,
return_var=0x0, dont_inline=0x8562f18 = {...}, inline_args=0x0,
inline_offset=0, is_virtual_call=0) at method-to-ir.c:8192
#6 0x08061718 in mini_method_compile
(method=&quot;System.Net.Sockets.Socket:get_OSSupportsIPv6 ()&quot;, opts=59861503,
domain=0x34e70, run_cctors=0, compile_aot=
0, parts=0) at mini.c:4026
#7 0x080e22a0 in compile_all_methods_thread_main (args=0xbfffee44) at
driver.c:878
#8 0x081e3fa2 in start_wrapper (data=0x8421a68) at threads.c:747
#9 0x082602ef in thread_start_routine (args=0x840a7bc) at wthreads.c:285
#10 0x0828a451 in GC_start_routine (arg=0x5efc0) at pthread_support.c:1390
#11 0xb7f73b25 in start_thread () from /lib/libpthread.so.0
#12 0xb7ed546e in clone () from /lib/libc.so.6
--
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="102344.html">[Mono-bugs] [Bug 566152] Environment.GetEnvironmentVariable may return null even if the variable exists
</A></li>
<LI>Next message: <A HREF="102347.html">[Mono-bugs] [Bug 566152] Environment.GetEnvironmentVariable may return null even if the variable exists
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#102345">[ date ]</a>
<a href="thread.html#102345">[ thread ]</a>
<a href="subject.html#102345">[ subject ]</a>
<a href="author.html#102345">[ 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>