Created
June 6, 2009 07:52
-
-
Save relrod/124765 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kb3llm@nix:/var/www/eighthbit$ sudo su www-data | |
sh-3.2$ mcs | |
** (/usr/lib/mono/1.0/mcs.exe:15402): CRITICAL **: _wapi_shm_file_open: shared file [/var/www/.wapi/shared_data-nix-Linux-i686-312-11-0] open error: No such file or directory | |
** (/usr/lib/mono/1.0/mcs.exe:15402): CRITICAL **: _wapi_shm_attach: shared file [/var/www/.wapi/shared_data-nix-Linux-i686-312-11-0] open error | |
** | |
** ERROR:(shared.c:346):shm_semaphores_init: assertion failed: (tmp_shared != NULL) | |
** (/usr/lib/mono/1.0/mcs.exe:15402): WARNING **: Thread (nil) may have been prematurely finalized | |
Stacktrace: | |
** (/usr/lib/mono/1.0/mcs.exe:15402): WARNING **: Thread (nil) may have been prematurely finalized | |
** (/usr/lib/mono/1.0/mcs.exe:15402): WARNING **: Thread (nil) may have been prematurely finalized | |
Native stacktrace: | |
/usr/bin/mono [0x816b016] | |
/lib/libpthread.so.0 [0xf83930] | |
/lib/libc.so.6(abort+0x188) [0x13cd78] | |
/usr/lib/libglib-2.0.so.0(g_assertion_message+0x112) [0x562d02] | |
/usr/lib/libglib-2.0.so.0 [0x56322d] | |
/usr/bin/mono [0x810b484] | |
/usr/bin/mono [0x81135f3] | |
/usr/bin/mono(mono_once+0x6b) [0x8118d7b] | |
/usr/bin/mono [0x8113328] | |
/usr/bin/mono [0x810c3f0] | |
/usr/bin/mono [0x8102323] | |
/usr/bin/mono(mono_runtime_init+0x2d) [0x80fe09d] | |
/usr/bin/mono [0x8133acd] | |
/usr/bin/mono(mono_main+0x345) [0x805ab95] | |
/usr/bin/mono [0x805a362] | |
/lib/libc.so.6(__libc_start_main+0xe5) [0x127455] | |
/usr/bin/mono [0x805a2a1] | |
Debug info from gdb: | |
(no debugging symbols found) | |
(no debugging symbols found) | |
(no debugging symbols found) | |
(no debugging symbols found) | |
(no debugging symbols found) | |
(no debugging symbols found) | |
[Thread debugging using libthread_db enabled] | |
[New Thread 0x250010 (LWP 15402)] | |
(no debugging symbols found) | |
(no debugging symbols found) | |
(no debugging symbols found) | |
(no debugging symbols found) | |
(no debugging symbols found) | |
(no debugging symbols found) | |
(no debugging symbols found) | |
(no debugging symbols found) | |
(no debugging symbols found) | |
0x001d4fd8 in select () from /lib/libc.so.6 | |
1 Thread 0x250010 (LWP 15402) 0x001d4fd8 in select () from /lib/libc.so.6 | |
Thread 1 (Thread 0x250010 (LWP 15402)): | |
#0 0x001d4fd8 in select () from /lib/libc.so.6 | |
#1 0x005748eb in g_spawn_sync () from /usr/lib/libglib-2.0.so.0 | |
#2 0x00574c9c in g_spawn_command_line_sync () from /usr/lib/libglib-2.0.so.0 | |
#3 0x0816b0ac in ?? () | |
#4 0xbfdd3d24 in ?? () | |
#5 0xbfdd45b8 in ?? () | |
#6 0xbfdd45b4 in ?? () | |
#7 0xbfdd45b0 in ?? () | |
#8 0x00000000 in ?? () | |
#0 0x001d4fd8 in select () from /lib/libc.so.6 | |
================================================================= | |
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. | |
================================================================= | |
Aborted | |
sh-3.2$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment