[Mono-bugs] [Bug 75836][Wis] Changed - ** ERROR **: file mini.c:
line 7397
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 23 16:41:45 EDT 2005
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 kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75836
--- shadow/75836 2005-08-23 16:17:19.000000000 -0400
+++ shadow/75836.tmp.2245 2005-08-23 16:41:45.000000000 -0400
@@ -89,6 +89,13 @@
mono_thread_attach() called?
------- Additional Comments From vargaz at gmail.com 2005-08-23 16:17 -------
GC_new_thread is designed to be called when the thread itself is
created. It might be possible to call it later through.
+
+------- Additional Comments From kornelpal at hotmail.com 2005-08-23 16:41 -------
+There is a DllMain in win32_threads.c. It registers all the threads
+that were created after loading the DLL. If the DLL that uses this
+entry point is linked statically to mono.exe all the threads will be
+registered inside the process. I don't know whether this DllMain is
+used currently.
More information about the mono-bugs
mailing list