mail-archives/mono-bugs/2006-February/039216.html

91 строка
4.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 77354][Nor] Changed - mono_get_lmf_addr crash
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077354%5D%5BNor%5D%20Changed%20-%20mono_get_lmf_addr%20crash&In-Reply-To=bug-77354%40chernobyl.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="039215.html">
<LINK REL="Next" HREF="039217.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 77354][Nor] Changed - mono_get_lmf_addr crash</H1>
<B>bugzilla-daemon at bugzilla.ximian.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077354%5D%5BNor%5D%20Changed%20-%20mono_get_lmf_addr%20crash&In-Reply-To=bug-77354%40chernobyl.ximian.com"
TITLE="[Mono-bugs] [Bug 77354][Nor] Changed - mono_get_lmf_addr crash">bugzilla-daemon at bugzilla.ximian.com
</A><BR>
<I>Sun Feb 12 09:00:57 EST 2006</I>
<P><UL>
<LI>Previous message: <A HREF="039215.html">[Mono-bugs] [Bug 77535][Nor] New - Sqlite DataReader's GetString
crashes on null value in DB
</A></li>
<LI>Next message: <A HREF="039217.html">[Mono-bugs] [Bug 77411][Nor] Changed - Clone() method in
System.Data.DataSet does not clone ForeignKeyContraints.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#39216">[ date ]</a>
<a href="thread.html#39216">[ thread ]</a>
<a href="subject.html#39216">[ subject ]</a>
<a href="author.html#39216">[ 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">vargaz at gmail.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=77354">http://bugzilla.ximian.com/show_bug.cgi?id=77354</A>
--- shadow/77354 2006-02-11 12:38:45.000000000 -0500
+++ shadow/77354.tmp.10626 2006-02-12 09:00:57.000000000 -0500
@@ -58,6 +58,20 @@
------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">andreas.faerber at web.de</A> 2006-02-11 12:38 -------
The bridge code has been posted on the Cocoa-sharp list now.
Any comments, questions, updates?
+
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">vargaz at gmail.com</A> 2006-02-12 09:00 -------
+I know nothing about OSX, but that assert usually means a thread
+calls into managed code without being attached to the runtime. This
+usually happens with system threads calling event callbacks etc. where
+the callback happens to be a managed delegate passed to native code.
+This happens for asynch IO for example.
+
+If possible, those threads should be attached to the JIT by calling
+mono_thread_attach () from that thread.
+
+The proper fix (in the runtime) would be automatically attaching those
+ threads to the JIT the first time they call into managed code.
+
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="039215.html">[Mono-bugs] [Bug 77535][Nor] New - Sqlite DataReader's GetString
crashes on null value in DB
</A></li>
<LI>Next message: <A HREF="039217.html">[Mono-bugs] [Bug 77411][Nor] Changed - Clone() method in
System.Data.DataSet does not clone ForeignKeyContraints.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#39216">[ date ]</a>
<a href="thread.html#39216">[ thread ]</a>
<a href="subject.html#39216">[ subject ]</a>
<a href="author.html#39216">[ 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>