[Mono-bugs] [Bug 75424][Maj] Changed - wapi caused build hangs
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 1 08:20:42 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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75424
--- shadow/75424 2005-07-01 07:31:27.000000000 -0400
+++ shadow/75424.tmp.15888 2005-07-01 08:20:42.000000000 -0400
@@ -10,13 +10,12 @@
Component: io-layer
AssignedTo: dick at ximian.com
ReportedBy: bmaurer at users.sf.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: wapi caused build hangs
On x86-mono, the build was hung due to a .wapi file that seems to have been
corrupt. You should be able to reproduce by:
Using the attached .wapi files (changing the host name)
@@ -111,6 +110,17 @@
As for calling 'semdel' in 'mono-wrapper', it probably cannot be done,
since we (claim to) support parallel makes.
The simplest thing appears to be: me doing the hard work :-) I'll put
in the appropriate calls to 'semdel' in runtime/Makefile.am. It won't
be infallible, but most uses, like in the buildbot, shouldn't leak.
+
+------- Additional Comments From rharinath at novell.com 2005-07-01 08:20 -------
+I made a further calls to semdel-wrapper in SVN r46821.
+
+Now the only leak, I think, is if you kill a build/test with SIGINT
+and immediately remove the tree.
+
+This probably happens when the buildbot kills a build due to a
+timeout. This can't be handled in the makefiles, I think -- but it
+should hopefully be a much slower leak.
+
More information about the mono-bugs
mailing list