зеркало из https://github.com/mono/mail-archives.git
90 строки
4.0 KiB
HTML
90 строки
4.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 77309][Maj] Changed - mono_jit_init called from
|
|
non-main thread segfaults
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077309%5D%5BMaj%5D%20Changed%20-%20mono_jit_init%20called%20from%0A%09non-main%20thread%20segfaults&In-Reply-To=bug-77309%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="039041.html">
|
|
<LINK REL="Next" HREF="039043.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 77309][Maj] Changed - mono_jit_init called from
|
|
non-main thread segfaults</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077309%5D%5BMaj%5D%20Changed%20-%20mono_jit_init%20called%20from%0A%09non-main%20thread%20segfaults&In-Reply-To=bug-77309%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 77309][Maj] Changed - mono_jit_init called from
|
|
non-main thread segfaults">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Tue Feb 7 19:08:40 EST 2006</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="039041.html">[Mono-bugs] [Bug 77494][Maj] Changed - Mono runtime after 1.1.8.x
|
|
goes into infinite recursion when accessing virtual override
|
|
property.
|
|
</A></li>
|
|
<LI>Next message: <A HREF="039043.html">[Mono-bugs] [Bug 77432][Maj] Changed - System.Net.HttpListener
|
|
hangs reading past end of a non-chunked response
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#39042">[ date ]</a>
|
|
<a href="thread.html#39042">[ thread ]</a>
|
|
<a href="subject.html#39042">[ subject ]</a>
|
|
<a href="author.html#39042">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Please do not reply to this email- if you want to comment on the bug, go to the
|
|
URL shown below and enter your comments there.
|
|
|
|
Changed by <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">horst.reiterer at mind-breeze.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=77309">http://bugzilla.ximian.com/show_bug.cgi?id=77309</A>
|
|
|
|
--- shadow/77309 2006-01-19 16:33:17.000000000 -0500
|
|
+++ shadow/77309.tmp.1893 2006-02-07 19:08:40.000000000 -0500
|
|
@@ -92,6 +92,14 @@
|
|
+ hi = GC_stackbottom;
|
|
+ IF_IA64(bs_lo = BACKING_STORE_BASE;)
|
|
+ }
|
|
}
|
|
#if DEBUG_THREADS
|
|
GC_printf3("Stack for thread 0x%lx = [%lx,%lx)\n",
|
|
+
|
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">horst.reiterer at mind-breeze.com</A> 2006-02-07 19:08 -------
|
|
+Any thoughts on that issue? This is a real-world problem for
|
|
+applications embedding Mono which 1) cannot initialize the runtime in
|
|
+the main thread and 2) cannot use the libgc wrappers by including
|
|
+appropriate headers. The only possible workaround is to provide
|
|
+customers of ours with a patched Mono release which of course is all
|
|
+other than optimal, to say the least.
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="039041.html">[Mono-bugs] [Bug 77494][Maj] Changed - Mono runtime after 1.1.8.x
|
|
goes into infinite recursion when accessing virtual override
|
|
property.
|
|
</A></li>
|
|
<LI>Next message: <A HREF="039043.html">[Mono-bugs] [Bug 77432][Maj] Changed - System.Net.HttpListener
|
|
hangs reading past end of a non-chunked response
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#39042">[ date ]</a>
|
|
<a href="thread.html#39042">[ thread ]</a>
|
|
<a href="subject.html#39042">[ subject ]</a>
|
|
<a href="author.html#39042">[ 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>
|