[Mono-bugs] [Bug 79286][Min] Changed - Still leaking WAPI process handles

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 26 14:53:07 EDT 2006


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 miguel at ximian.com.

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

--- shadow/79286	2006-09-10 18:40:12.000000000 -0400
+++ shadow/79286.tmp.27826	2006-09-26 14:53:07.000000000 -0400
@@ -86,6 +86,17 @@
 will appear in the WAPI table at the same time, but most of these will
 disappear appropriately between executions of "mono --wapi=hps".
 
 It also doesn't appear to matter whether one process is run right after
 another. I think this could happen for any external process. The above
 program just makes the occurence happen more quickly.
+
+------- Additional Comments From miguel at ximian.com  2006-09-26 14:53 -------
+If the handles dissapear, am not sure what is the problem.
+
+I do not remember why we keep tha handles alive, but it might be
+because these days we use a daemonless setup and it requires the
+cleaner thread to clean these things.
+
+Either increase the number of wapi handles, or use an alternative that
+does not consume wapi handles like calling "System" directly or g_spawn
+


More information about the mono-bugs mailing list