[Mono-bugs] [Bug 74649][Min] Changed - NUnit test in corlib fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Apr 2005 08:34:32 -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 flashdict@gmail.com.

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

--- shadow/74649	2005-04-21 08:05:32.000000000 -0400
+++ shadow/74649.tmp.19586	2005-04-21 08:34:32.000000000 -0400
@@ -192,6 +192,16 @@
 This shouldn't cause an assert, the function is trying to see if a
 particular entry in the share table is no longer required, even if it
 still has references.  It's there to short-circuit a handle collection.
 
 The assertion is failing because the release function is being entered
 with share data that already has refs==0.
+
+------- Additional Comments From flashdict@gmail.com  2005-04-21 08:34 -------
+FreeBSD has no /proc/XXX/fd/ directories in it's procfs
+implementation, so a WapiFileShare is _never_ identified as being
+opened by another process via the technique you employ there.  I'm
+investigating, but it seems like the only way to do this reliably on
+FreeBSD is to read /dev/kmem.  
+
+And again I say, Feh.
+