[Mono-list] Memory error

Dick Porter dick@ximian.com
02 Dec 2002 09:29:13 +0000


On Sun, 2002-12-01 at 22:44, onty wrote:
> I have a problem after I've installed mono, I keep got some errors when
> compiling my programs, like this .....
> 
> ############################################################################
> 
> jp@andromeda:~$ mcs HelloMono.cs
> 
> ** (process:1026): CRITICAL **: bind failed: Address already in use
> 
> ** (process:1025): WARNING **: Handle daemon failed to start
> 
> ** (process:1025): WARNING **: Failed to attach shared memory! (tried
> shared memory ID 0xa83). Falling back to non-shared handles
> Compilation succeeded
> jp@andromeda:~$

You're using a very old version of mono!  I can't remember if the
rewrite of this section appeared in time for the last release, but a new
mono release should be coming soon.

You can still work around this problem by exporting MONO_DISABLE_SHM=1
in your environment.

- Dick