[Mono-bugs] [Bug 81436][Maj] Changed - Problem with semaphores and mono-service

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 24 12:41:08 EDT 2007


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 informatique.internet at fiducial.fr.

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

--- shadow/81436	2007-04-24 12:31:50.000000000 -0400
+++ shadow/81436.tmp.20081	2007-04-24 12:41:08.000000000 -0400
@@ -141,6 +141,27 @@
 Dick,
 
 Part of the problem is that we have "kill <PID>" as the documented way
 of terminating a service from mono-service.
 
 So maybe this is a documentation bug.
+
+------- Additional Comments From informatique.internet at fiducial.fr  2007-04-24 12:41 -------
+I don't think the problem come's from kill...
+
+if you do :
+- cp ./TestServices.exe ./TestServices2.exe
+- mono-service ./TestService.exe
+- ipcs -s | wc -l
+->1
+
+launch another service
+- mono-service ./TestService2.exe
+- ipcs -s | wc -l
+->2
+
+
+Here you should have : 1
+
+In fact two problems
+- each time you run a service it takes a semaphore
+- it don't release anything if you stop the service...


More information about the mono-bugs mailing list