farnulfo / ai-contest

Automatically exported from code.google.com/p/ai-contest
0 stars 0 forks source link

COMPILER ERRORS: semget error: No space left on device. #205

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Upload C# code
2.
3.

What is the expected output? What do you see instead?
Build solution succesfully

What version of the product are you using? On what operating system?

Please provide any additional information below.
COMPILER OUTPUT

Found entry.zip. Attempting to unpack.
unzip -u entry.zip > /dev/null 2> /dev/null
Found MyBot.cs. Compiling this entry as C#
gmcs -warn:0 -out:MyBot.exe Fleet.cs MyBot.cs Planet.cs PlanetWars.cs

COMPILER ERRORS

** ERROR **: shm_semaphores_init: semget error: No space left on device.  Try 
deleting some semaphores with ipcs and ipcrm
or increase the maximum number of semaphore in the system.
aborting...

** (process:20245): WARNING (recursed) **: Thread (nil) may have been 
prematurely finalized
Stacktrace:

** (process:20245): WARNING (recursed) **: Thread (nil) may have been 
prematurely finalized

** (process:20245): WARNING (recursed) **: Thread (nil) may have been 
prematurely finalized

Native stacktrace:

        /usr/bin/mono [0x816b20a]
        [0xb7f20440]
        /lib/tls/i686/cmov/libc.so.6(abort+0x101) [0xb7cf1a01]
        /usr/lib/libglib-2.0.so.0(g_logv+0x46a) [0xb7e9611a]
        /usr/lib/libglib-2.0.so.0(g_log+0x29) [0xb7e96159]
        /usr/bin/mono [0x8116f57]
        /usr/bin/mono [0x8109342]
        /usr/bin/mono(mono_once+0x96) [0x8112726]
        /usr/bin/mono [0x810907c]
        /usr/bin/mono [0x8115f6e]
        /usr/bin/mono [0x8116364]
        /usr/bin/mono [0x80d1877]
        /usr/bin/mono(mono_runtime_init+0x26) [0x80d8836]
        /usr/bin/mono [0x8134545]
        /usr/bin/mono(mono_main+0x3aa) [0x805a9da]
        /usr/bin/mono [0x805a122]
        /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7cdb450]
        /usr/bin/mono [0x805a091]

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Compilation failed.

Sincerely,
The Compile Script

Original issue reported on code.google.com by apovl...@gmail.com on 15 Oct 2010 at 6:18

GoogleCodeExporter commented 8 years ago
Duplicate of 185: Server error compiling C# code
http://code.google.com/p/ai-contest/issues/detail?id=185

Original comment by t...@skauge.dk on 16 Oct 2010 at 9:35

GoogleCodeExporter commented 8 years ago

Original comment by janzert on 16 Oct 2010 at 10:59