[Mono-bugs] [Bug 323929] "_wapi_shm_semaphores_init: semget error" on monobuild

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 6 18:22:13 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=323929

http://bugzilla.novell.com/show_bug.cgi?id=323929#c3


Andrew Buchanan <andrewaggb at shaw.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrewaggb at shaw.ca

--- Comment #3 from Andrew Buchanan <andrewaggb at shaw.ca> 2010-01-06 23:22:00 UTC ---
Happens to me on linux a fair amount with mono if I restart mono processes.  I
wrote a script to clean them up.  it's a hack though and obviously not the real
answer


#!/bin/bash
for i in `ipcs -a | grep username | awk '{ print $2 }'`;
do
ipcrm -s $i
done

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list