[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 22:20: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 harningt@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74714
--- shadow/74714 2005-04-25 21:08:52.000000000 -0400
+++ shadow/74714.tmp.6120 2005-04-25 22:20:50.000000000 -0400
@@ -112,6 +112,19 @@
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.
+
+------- Additional Comments From harningt@gmail.com 2005-04-25 22:20 -------
+SVN Seems to fix the bug, even with ~200 concurrent runnings of the
+program. [Though the times get large of course].
+
+It also fixes the thread stuff I was experiencing.
+For reference the revision number that I'm at is:
+ 43566
+
+-- I did run into a
+** (test.exe:26400): WARNING **: _wapi_timestamp_exclusion: Breaking a
+previous timestamp
+twice in further testing.