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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75424 --- shadow/75424 2005-07-01 06:30:44.000000000 -0400 +++ shadow/75424.tmp.15159 2005-07-01 07:31:27.000000000 -0400 @@ -100,6 +100,17 @@ debug with the installed runtime that I just built, not from the source tree. Buildbot question: when it runs the nunit tests, does it use the build tree shared memory or the file in the user's home dir? + +------- Additional Comments From [EMAIL PROTECTED] 2005-07-01 07:31 ------- +The buildbot uses 'make check', which ensures that the in-tree shared +memory is used. + +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
