Thanks for reply and information.
So, only EngFunc_SetOrigin and EngFunc_DropToFloor can be cause some crash on my server, that's strange. I used engine function drop_to_floor to drop some custom entityes (drop_to_floor from amxx engine module is same like EngFunc_DropToFloor, those call same functions?) and dosen't see to be a problem. And i used fakemeta function EngFunc_SetOrigin to set origin to some entityes, need tried engine function entity_set_origin to see if is a fakemeta problem ?
Here is the crash log:
Spoiler
Code:
Start Line: ./hlds_i686 -binary ./hlds_i686 -console -master +ip **.**.***.** +port 27028 -game cstrike -dir /home/cs_classic/cs +mapcyclefile mapcycle.txt +map de_dust +maxplayers 26 +exec server.cfg -sys_ticrate 1000 -zone 8192 -pingboost 3 -num_edicts 2048 -secure -debug -pidfile hlds.2251.pid
[New Thread 2258]
[New Thread 2323]
[New Thread 1127]
[New Thread 2334]
[New Thread 2384]
[Thread debugging using libthread_db enabled]
Core was generated by `./hlds_i686 -binary ./hlds_i686 -console -master +ip **.**.***.** +port 27028 -'.
Program terminated with signal 11, Segmentation fault.
#0 0xf70afcc0 in SV_TouchLinks () from /home/cs_classic/cs/engine_i686.so
#0 0xf70afcc0 in SV_TouchLinks () from /home/cs_classic/cs/engine_i686.so
No symbol table info available.
From To Syms Read Shared Object Library
0xf770da60 0xf770ea88 Yes (*) /lib/libdl.so.2
0xf76f65e0 0xf7702578 Yes (*) /lib/libpthread.so.0
0xf7572ac0 0xf769bb34 Yes (*) /lib/libc.so.6
0xf771a830 0xf773235f Yes (*) /lib/ld-linux.so.2
0xf70568c0 0xf70cc8b4 Yes /home/cs_classic/cs/engine_i686.so
0xf6fedf50 0xf6fffc70 Yes ./libsteam_api_c.so
0xf6fc3470 0xf6fdd968 Yes (*) /lib/libm.so.6
0xf6fa8d90 0xf6fb59b8 Yes /home/cs_classic/cs/filesystem_stdio_i386.so
0xf6322500 0xf6c3a73c Yes (*) ./steamclient.so
0xf61e9e80 0xf61ffc78 Yes (*) ./libtier0_s.so
0xf616dd70 0xf61b7154 Yes (*) ./libvstdlib_s.so
0xf60e8a00 0xf612fed4 Yes ./libstdc++.so.6
0xf6090e04 0xf60a0490 Yes ./libgcc_s.so.1
0xf5fb84d0 0xf60465d0 Yes (*) ./crashhandler.so
0xf5f9a880 0xf5f9e608 Yes (*) /lib/librt.so.1
0xf372b184 0xf373e6e0 Yes ./cstrike/addons/metamod/metamod_i386.so
0xf350fbe0 0xf362cb8c Yes /home/cs_classic/cs/cstrike/dlls/cs_i386.so
0xf323b630 0xf32959e4 Yes (*) /home/cs_classic/cs/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0xf313bef0 0xf31ce958 Yes (*) cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0xf30d9fc0 0xf31160a8 Yes (*) cstrike/addons/amxmodx/modules/rage_amxx_i386.so
0xf7712cb0 0xf7713bd4 Yes (*) cstrike/addons/rage/modules/ColorChat.rm.so
0xf5fa3cd0 0xf5fa4de8 Yes (*) cstrike/addons/rage/handlers/thiscall_Int__ptr_String.rh.so
0xf30ce0d0 0xf30cf1a0 Yes (*) /home/cs_classic/cs/cstrike/addons/booster/booster_mm_i386.so
0xf309b920 0xf30acb28 Yes (*) cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0xf2237ac0 0xf2262b84 Yes (*) cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0xf21ed9f0 0xf22183b4 Yes (*) cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0xf21ce0e0 0xf21d80c4 Yes (*) cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0xf21c2be0 0xf21c56f4 Yes (*) cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0xf1f992c0 0xf201b294 Yes (*) cstrike/addons/amxmodx/modules/mysql_amxx_i386.so
0xf1f29150 0xf1f2e904 Yes (*) cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0xf0fb9470 0xf123ee08 Yes (*) /home/cs_classic/cs/libsteam.so
0xf0ac84b0 0xf0ba9a04 Yes ./libsteamvalidateuseridtickets.so
0xeffbfaa0 0xeffc7e98 Yes (*) /lib/libnss_files.so.2
0xf21bac00 0xf21be118 Yes (*) /lib/libnss_dns.so.2
0xf1f446a0 0xf1f53a68 Yes (*) /lib/libresolv.so.2
(*): Shared library is missing debugging information.
Stack level 0, frame at 0x0:
eip = 0xf70afcc0 in SV_TouchLinks; saved eip 0xf70afcc0
Outermost frame: unwinder did not report frame ID
Arglist at unknown address.
Locals at unknown address, Previous frame's sp in esp
End of crash report
Code:
I used last amxx dev build, metamod-p, linux centos
the log is say the crash whas generated by AMXX Engine functions
Code:
#0 0xf70afcc0 in SV_TouchLinks () from /home/cs_classic/cs/engine_i686.so
#0 0xf70afcc0 in SV_TouchLinks () from /home/cs_classic/cs/engine_i686.so
(i hope i not say bullshits)
Can be drop_to_floor (AMXX engine function) fault?
Now, i don't have free time to analyze with GDB to see exactly problem. Did you have an idea what can be the problem?