[Mono-list] Strange errors with mcs and mono on RedHat 8.0

Charles-Louis charlouis.mono@wanadoo.be
28 Feb 2003 14:27:49 +0100


I have a fresh install of RH 8.0, and compiled the mono 0.20 sources.

When I compile my program with mcs, I get these strange warnings: (I
also got these when compiling mono and mcs)

	** (/usr/bin/mcs.exe:24181): WARNING **: Shared memory sanity check
failed.

	** (/usr/bin/mcs.exe:24181): WARNING **: Failed to attach shared
memory! Falling back to non-shared handles

	Compilation succeeded


And when I run my Application, I get the same errors:


** (Class1.exe:24187): WARNING **: Shared memory sanity check failed.

** (Class1.exe:24187): WARNING **: Failed to attach shared memory!
Falling back to non-shared handles

But the application seems to run perfectly

Any ideas?


-- 
Charles-Louis <charlouis.mono@wanadoo.be>