[Mono-bugs] [Bug 70787][Cri] Changed - Crash in handles.c line 716 - Mono 1.0.5

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 4 Jan 2005 09:46:17 -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 dick@ximian.com.

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

--- shadow/70787	2004-12-23 20:47:14.000000000 -0500
+++ shadow/70787.tmp.22631	2005-01-04 09:46:17.000000000 -0500
@@ -51,6 +51,12 @@
 ref was already 0
 
 ** ERROR **: file handles.c: line 716 (_wapi_handle_unref): assertion
 failed: (thr_ret == 0)
 aborting...
 
+
+------- Additional Comments From dick@ximian.com  2005-01-04 09:46 -------
+This is probably an xsp bug - the warning is telling us that
+CloseHandle() is being called too many times for a handle, and the
+assert happens because pthread_mutex_destroy() is returning an error
+(probably because the mutex is already destroyed.)