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=77856 --- shadow/77856 2006-03-20 09:33:39.000000000 -0500 +++ shadow/77856.tmp.15252 2006-03-20 09:33:39.000000000 -0500 @@ -0,0 +1,41 @@ +Bug#: 77856 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Critical +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Mono Runtime Is Leaking Semaphores + +This is a major issue that is holding up the migration of the City of Largo +to Evolution 2.6. Evolution is with mono in the 2.6 version. + +mono-core-1.1.13.4-0.novell: When you invoke a mono application such as +Tomboy or Evolution 2.6, it uses a semaphore and creates an entry +apparently in /dev/shm which is detected with ipcs -s. + +When the mono program is closed, the semaphore is never released. This +leaking issue causes the server to run out of server wide semaphores and +then fail to allow additional process. Tuning isn't going to help because +they are leaking. + +Here is proof: +oa3:~ # ps -ef | grep teachers +root 1332 887 0 09:21 pts/1 00:00:00 grep teachers +oa3:~ # ipcs -s | grep teachers +0x4d02f3e0 524304 teachers 600 8 +oa3:~ # + +Nothing is running for teachers, yet the semaphore has leaked. Semaphore +was not in use before mono applications (tomboy in this case) was run. + +We are basically down. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
