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-06-29 18:56:12.000000000 -0400
+++ shadow/75424.tmp.30042      2005-06-30 16:02:13.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 75424
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: io-layer
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -40,6 +40,17 @@
 Dunno what caused this weird stack stuff.
 
 ------- Additional Comments From [EMAIL PROTECTED]  2005-06-29 18:56 -------
 Created an attachment (id=15401)
 Zip file with wapi stuff in it
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2005-06-30 16:02 -------
+We worked out that buildbot was blowing away the shared memory file in
+mono/runtime/.wapi, therefore needing to create a new semaphore each
+time.  After a while, it runs out of semaphores and semget() returns
+ENOSPC.  The runtime was looping at that point trying to get a new
+semaphore over and over.
+
+I've added an error message, and a tool for deleting the semaphore. 
+This tool should be added to the Makefiles somewhere to clean up when
+the mono/runtime/ dir is cleaned.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to