Segmentation fault - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16) +--- Thread: Segmentation fault (/showthread.php?tid=1448) |
Segmentation fault - DarkHell - 01-07-2011 when starting linux server Server spawned. LHNET_Write: sendto returned error: Network is unreachable ========Initialized========= Segmentation fault can someone help! pls RE: Segmentation fault - Spaceman - 01-08-2011 Where did you get your copy of Xonotic from, the GIT repo or the recent 0.1 preview? What OS, Arch, Gentoo, Ubuntu etc? RE: Segmentation fault - DarkHell - 01-08-2011 the recent 0.1 preview on centos 5.5 RE: Segmentation fault - Ling - 01-17-2011 I am having the exact problem with the recent 0.1 preview also on CentOS 5.5 RE: Segmentation fault - lda17h - 01-17-2011 Hi, can you run the server in a GDB session and give us the backtrace? Might give a hint in what library the segfault is happening.. RE: Segmentation fault - Ling - 01-17-2011 Program received signal SIGSEGV, Segmentation fault. 0x00002aaaaaecd9e1 in Curl_getinfo () from /usr/lib64/libcurl.so.3 (gdb) bt #0 0x00002aaaaaecd9e1 in Curl_getinfo () from /usr/lib64/libcurl.so.3 #1 0x00002aaaaaed07d8 in curl_easy_getinfo () from /usr/lib64/libcurl.so.3 #2 0x00000000004db9a0 in Curl_Run () at libcurl.c:1025 #3 0x00000000004c93b8 in Host_Main () at host.c:697 #4 0x0000000000402675 in main (argc=1, argv=0x7fffffffea08) at sys_linux.c:155 Edit: Running xonotic-linux32-dedicated does not give me this error. RE: Segmentation fault - lda17h - 01-17-2011 Hmm, weird, why would the server dabble with curl anyways? |