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=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 [EMAIL PROTECTED]  2007-04-24 07:05 -------
 it's not normal that a semaphore is recreated each time you use
 mono-service...
+
+------- Additional Comments From [EMAIL PROTECTED]  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 # 
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to