I'm using Debian. When I run the server, I get an error:
I'm using gcc version:
glibc version:
And I dunno what to do...
ps. This is a fresh install... There is any other prerequisits I must install?
Code:
----------------------------------------------
CRASH: Thu Jul 13 16:28:02 BRT 2006
Start Line: ./srcds_amd -debug -console -game dod +map dod_anzio +maxplayers 13 -tickrate 33
Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `./srcds_amd -debug -console -game dod +map dod_anzio +maxplayers 13 -tickrate 3'.
Program terminated with signal 4, Illegal instruction.
#0 0x40204913 in ConVar::Create () from bin/vstdlib_i486.so
#0 0x40204913 in ConVar::Create () from bin/vstdlib_i486.so
#1 0x40204bc5 in ConVar::ConVar () from bin/vstdlib_i486.so
#2 0x4026097a in __static_initialization_and_destruction_0 ()
from bin/dedicated_amd.so
#3 0x00000000 in ?? ()
#4 0x00000001 in ?? ()
#5 0x40290af3 in typeinfo name for CAsyncJobFuliller ()
from bin/dedicated_amd.so
#6 0x40290af3 in typeinfo name for CAsyncJobFuliller ()
from bin/dedicated_amd.so
#7 0x402a5420 in __JCR_LIST__ () from bin/dedicated_amd.so
#8 0x4028d6d5 in __do_global_ctors_aux () from bin/dedicated_amd.so
#9 0x40242915 in _init () from bin/dedicated_amd.so
#10 0x4000c1ce in _dl_catch_error () from /lib/ld-linux.so.2
#11 0x4000c2ba in _dl_init () from /lib/ld-linux.so.2
#12 0x40147092 in getutmpx () from /lib/libc.so.6
#13 0x4000c016 in _dl_catch_error () from /lib/ld-linux.so.2
#14 0x40147676 in _dl_open () from /lib/libc.so.6
#15 0x4003d008 in ?? () from /lib/libdl.so.2
#16 0x40016ca0 in ?? () from /lib/ld-linux.so.2
#17 0x08059e30 in ?? ()
#18 0xbfffd958 in ?? ()
#19 0x4000c016 in _dl_catch_error () from /lib/ld-linux.so.2
#20 0x4000c016 in _dl_catch_error () from /lib/ld-linux.so.2
#21 0x4003d4c6 in dlerror () from /lib/libdl.so.2
#22 0x4003d054 in dlopen () from /lib/libdl.so.2
#23 0x08049049 in main ()
No symbol table info available.
From To Syms Read Shared Object Library
0x4001d540 0x40035000 Yes /lib/libm.so.6
0x4003ced0 0x4003ddf0 Yes /lib/libdl.so.2
0x40055c50 0x4014b8e8 Yes /lib/libc.so.6
0x40201910 0x4020aff0 Yes bin/vstdlib_i486.so
0x40242960 0x4028d6e0 Yes bin/dedicated_amd.so
Stack level 0, frame at 0xbfffd590:
eip = 0x40204913
in ConVar::Create(char const*, char const*, int, char const*, bool, float, bool, float, void (*)(ConVar*, char const*)); saved eip 0x40204bc5
called by frame at 0xbfffd5c0
Arglist at 0xbfffd55c, args:
Locals at 0xbfffd55c, Previous frame's sp is 0xbfffd590
Saved registers:
ebx at 0xbfffd57c, ebp at 0xbfffd588, esi at 0xbfffd580, edi at 0xbfffd584,
eip at 0xbfffd58c
End of Source crash report
----------------------------------------------
I'm using gcc version:
Code:
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
glibc version:
Code:
ldd (GNU libc) 2.3.2
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
And I dunno what to do...
ps. This is a fresh install... There is any other prerequisits I must install?