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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Apr 2005 08:05:42 -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 dick@ximian.com.

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

--- shadow/74612	2005-04-18 22:23:27.000000000 -0400
+++ shadow/74612.tmp.25219	2005-04-19 08:05:42.000000000 -0400
@@ -219,6 +219,15 @@
 ** (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?
 
+
+------- Additional Comments From dick@ximian.com  2005-04-19 08:05 -------
+The error looking up mutexes was due to a missed change in Gonzalo's
+patch - this is now fixed in svn.
+
+The timestamp message is debugging, and should be harmless.  It's
+saying that a previous process left the shared memory "locked" too
+long ago, and the "lock" has been overridden.  (Its not a real lock,
+just a timestamp that makes other threads and processes back off)