[Mono-bugs] [Bug 66915][Maj] Changed - Calling back on a delegate passed to native code through p/invoke on a different thread causes a crash.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 27 Sep 2004 20:09:50 -0400 (EDT)


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 vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=66915

--- shadow/66915	2004-09-27 13:45:12.000000000 -0400
+++ shadow/66915.tmp.29363	2004-09-27 20:09:50.000000000 -0400
@@ -43,6 +43,10 @@
 
 
 ------- Additional Comments From daniel_l_christensen@yahoo.com  2004-09-27 13:45 -------
 Created an attachment (id=11383)
 mono-bug.tar.gz - Demonstrates the problem described in the summary
 
+
+------- Additional Comments From vargaz@freemail.hu  2004-09-27 20:09 -------
+Threads need to be registered with the runtime before they can call
+into manager code using the mono_thread_attach () API function.