[Mono-bugs] [Bug 73718][Nor] Changed - async io causes runtime assertion

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Mar 2005 12:59:13 -0500 (EST)


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@gmail.com.

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

--- shadow/73718	2005-03-15 12:58:28.000000000 -0500
+++ shadow/73718.tmp.15782	2005-03-15 12:59:13.000000000 -0500
@@ -27,6 +27,11 @@
 
 The problem here is that overlapped_callback calls mono_thread_attach ()
 from the thread executing async IO, which is some random thread started by
 glibc. Since this thread is not registered with the GC, there are no GC
 data structures setup for this thread, so we can't attach to it, because it
 would cause all GC allocations to crash in GC_malloc_local.
+
+------- Additional Comments From vargaz@gmail.com  2005-03-15 12:59 -------
+Created an attachment (id=14660)
+testcase
+