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

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


Andrew Buchanan <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Andrew Buchanan <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to