[Mono-bugs] [Bug 74714][Nor] Changed - ** ERROR **: file handles.c: line 940 (_wapi_handle_unref): assertion failed: (thr_ret == 0)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Apr 2005 21:08:52 -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 harningt@gmail.com.

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

--- shadow/74714	2005-04-25 21:04:54.000000000 -0400
+++ shadow/74714.tmp.5696	2005-04-25 21:08:52.000000000 -0400
@@ -102,6 +102,16 @@
 I get this error with that same code on occasion, I'll continue
 testing to see if I get the exact same error as you do.
 ** (test.exe:12404): WARNING **: thread_attach: error creating thread
 handle
 
 
+
+------- Additional Comments From harningt@gmail.com  2005-04-25 21:08 -------
+I forked off many instances of the test case to speed things up [so I
+could get the at least 20-30 count you had].
+I rando into the exact error, along with many null reference
+exceptions as well as a few CreateThread errors including:
+ error creating thread handle
+ error 0x0
+It would appear there's something going wrong with the threading
+implementation.