[Mono-bugs] [Bug 74612][Nor] Changed - Unref messages

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Apr 2005 22:23:27 -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 michi@zeroc.com.

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

--- shadow/74612	2005-04-18 03:52:26.000000000 -0400
+++ shadow/74612.tmp.17730	2005-04-18 22:23:27.000000000 -0400
@@ -198,6 +198,27 @@
 pthread_support.c:1237
 #22 0x400bb881 in pthread_detach () from /lib/i686/libpthread.so.0
 
 
 ------- Additional Comments From gonzalo@ximian.com  2005-04-18 03:52 -------
 This might be already fixed in SVN. Can you update?
+
+------- Additional Comments From michi@zeroc.com  2005-04-18 22:23 -------
+I've just built the 1.1.6.5.20050418 SVN.
+
+I'm getting something new now. When I run the server, I get:
+
+** (server.exe:25684): WARNING **: mutex_check: error looking up mutex
+handle (nil)
+
+There are quite a few of these. Presumably, my code does something
+stupid during shutdown, probably within a finalizer. Any way I can
+track the cause of these warnings?
+
+On the client side, I get:
+
+** (client.exe:25715): WARNING **: _wapi_timestamp_exclusion: Breaking
+a previous timestamp
+
+Again, this happens during process shutdown, possibly for the same
+reason. Any way to relate this back to source code in some way?
+