[Mono-bugs] [Bug 74732][Blo] Changed - Sharing/Access violation after exiting a running mono app with an open StreamWriter (SVN checkouts)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Apr 2005 16:25:29 -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=74732

--- shadow/74732	2005-04-26 15:07:53.000000000 -0400
+++ shadow/74732.tmp.13698	2005-04-26 16:25:29.000000000 -0400
@@ -97,6 +97,21 @@
 TestApp.log
 
 
 
 
 
+
+------- Additional Comments From flashdict@gmail.com  2005-04-26 16:25 -------
+Ah.  It's the same problem as before, Dick. 
+_wapi_handle_check_share() won't release the handle because
+
+A. /proc/XXX/fd  doesn't exist (as in my case here on FreeBSD)
+B.  procfs not in use - as in the submittors case, I suspect
+
+Could we get a warning in _wapi_handle_check_share() if one of the
+above is true?  Something like:
+
+WARN: You don't have a procfs, please enable it for mono to work
+correctly.
+
+