[Mono-devel-list] How to disable "Shared memory sanity check failed" messages?

Michal Moskal malekith at pld-linux.org
Thu Jan 15 13:11:07 EST 2004


On Thu, Jan 15, 2004 at 08:07:20PM +0300, Vadim B. Guzev wrote:
> Hello, mono-devel-list at lists.ximian.com!
> 
> 
> I've got the following problem: I need to launch the same application from
> the same folder
> on a number of working nodes (This folder is mounted on all nodes
> (computers) through Samba
> and points to the folder on frontend. Paths to application are the same on
> all nodes.).
> But when I'm trying to do it I'm getting the following annoying messages on
> each node:
> 
> 8<--------------------------------------------------------------------------
> ----------
> ** (/local/users_shared/vadim/mcsharp/bin/wn.exe:9928): WARNING **: Shared
> memory sanity check failed.
> 
> ** (/local/users_shared/vadim/mcsharp/bin/wn.exe:9928): WARNING **: Failed
> to attach shared memory! Falling back to non-shared handles
> 8<--------------------------------------------------------------------------
> ----------

I got these when pressing seeeeeeeveral times Ctrl-C in shell script like:

  for x in ... ; do
    mcs ...
  done

(each ctrl-c kills one mcs, and only one in let's say 20 finally kills
the shell).

Removing ~/.wapi/* helps. But you're probably hitting some race
condition.

-- 
: Michal Moskal :: http://www.kernel.pl/~malekith : GCS {C,UL}++++$ a? !tv
: When in doubt, use brute force. -- Ken Thompson : {E-,w}-- {b++,e}>+++ h



More information about the Mono-devel-list mailing list