[Mono-bugs] [Bug 77309][Maj] Changed - mono_jit_init called from
non-main thread segfaults
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 7 19:08:40 EST 2006
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 horst.reiterer at mind-breeze.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77309
--- 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 horst.reiterer at mind-breeze.com 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.
More information about the mono-bugs
mailing list