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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 20 Apr 2005 20:09:21 -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-20 19:46:36.000000000 -0400
+++ shadow/74649.tmp.15030	2005-04-20 20:09:21.000000000 -0400
@@ -170,6 +170,20 @@
 violation, while we're trying to free the handle with >0 refs?  Should
 we be trapping a signal somewhere that we're not? 
 
 I'll wait til after 1.1.7 to bother anyone specifically, anyhow.  (Hi
 Dick :)
 
+
+------- Additional Comments From flashdict@gmail.com  2005-04-20 20:09 -------
+Ah, I may have answered my own question.  From handles.c:
+
+/* Scan /proc/<pids>/fd/ for open file descriptors to the file in
+ * question.  If there are none, reset the share info.
+ *
+ * This implementation is Linux-specific; *legacy systems* will have to
+ * implement their own ways of finding out if a particular file is
+ * open by a process.
+ */
+void _wapi_handle_check_share (struct _WapiFileShare *share_info, int fd)
+
+