[Mono-bugs] [Bug 74870][Maj] Changed - System.Diagnostics.Process
leaving defunct/zombie processes around
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 20 13:38:28 EDT 2005
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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74870
--- shadow/74870 2005-06-20 08:38:08.000000000 -0400
+++ shadow/74870.tmp.17714 2005-06-20 13:38:28.000000000 -0400
@@ -105,6 +105,13 @@
------- Additional Comments From gonzalo at ximian.com 2005-06-20 03:54 -------
The new patch addresses a race that might happen when the child
finishes before the parent set the handle up.
------- Additional Comments From dick at ximian.com 2005-06-20 08:38 -------
You're calling pthread_ functions from inside the signal handler.
+
+------- Additional Comments From gonzalo at ximian.com 2005-06-20 13:38 -------
+We do that in other signal handlers and not using that hashtable, that
+needs the mentioned locking, but _wapi_search_handle instead causes
+aborts.
+
+Dick will be looking into the aborts.
More information about the mono-bugs
mailing list