[Mono-list] Memory error
onty
onty@ajk.its-sby.edu
Mon, 2 Dec 2002 05:44:26 +0700 (JAVT)
Hi Guys, My Name is Lintang.
I am one of newbie who'd like to try this Mono-Project, I'm from
Indonesia,so if U read any "strange bad english word", please, keep it
simple, Ok ^_^.
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:~$
###########################################################################
And here's my very-very first source code ... :P
###########################################################################
class HelloMono
{
public static void Main(string[ ] args)
{
System.Console.WriteLine("Assalamu'alaikum");
}
}
###########################################################################
And this is how I run them in System Console :
###########################################################################
jp@andromeda:~$ mono HelloMono.exe
** (process:1029): CRITICAL **: bind failed: Address already in use
** (process:1028): WARNING **: Handle daemon failed to start
** (process:1028): WARNING **: Failed to attach shared memory! (tried
shared memory ID 0xb03). Falling back to non-shared handles
Assalamu'alaikum
jp@andromeda:~$
##########################################################################
Is there something wrong with my installation process, or is there any
Environment variables to set before I run them ?
Thanks ........
- Lintang