[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 07:08:42 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 07:05:26.000000000 -0400
+++ shadow/81436.tmp.15674	2007-04-24 07:08:42.000000000 -0400
@@ -107,6 +107,32 @@
 called, and the process terminates correctly, and the semaphore is
 correctly destroy (on mono 1.2.3)
 
 ------- Additional Comments From informatique.internet at fiducial.fr  2007-04-24 07:05 -------
 it's not normal that a semaphore is recreated each time you use
 mono-service...
+
+------- Additional Comments From informatique.internet at fiducial.fr  2007-04-24 07:08 -------
+With an old mono 1.1.17 i've this:
+
+openldap applications # mono-service ./TestServices.exe 
+openldap applications # ipcs -s | grep root
+0x4d033cea 11829290   root      600        8         
+openldap applications # kill `cat /tmp/TestServices.exe.lock`
+openldap applications # ipcs -s | grep root
+<nothing>
+
+With mono 1.2.4 i've this :
+hublinux applications # ipcs -s | grep root
+hublinux applications # mono-service ./TestServices.exe 
+hublinux applications # ipcs -s | grep root
+0xffffffff 68845576   root      600        8         
+hublinux applications # kill `cat /tmp/TestServices.exe.lock`
+hublinux applications # ipcs -s | grep root
+0xffffffff 68845576   root      600        8         
+hublinux applications # mono-service ./TestServices.exe 
+hublinux applications # kill `cat /tmp/TestServices.exe.lock`
+hublinux applications # ipcs -s | grep root
+0xffffffff 68845576   root      600        8         
+0x00000000 68878345   root      600        8         
+hublinux applications # 
+


More information about the mono-bugs mailing list