View Single Post
Mike_BoG
SourceMod Donor
Join Date: Jul 2011
Old 08-01-2013 , 11:21   Re: [TF2Items] Randomizer (v1.58, 07/20/2013)
Reply With Quote #555

Quote:
Originally Posted by FlaminSarge View Post
Are you sure it's Randomizer at that point?
I've had RND running with 16 bots 24/7 for a while before with no issues and no mapchanges (Valve fixed the crash related to tf_weapon_builder, so that's not it). Triggering sudden death/round ends didn't crash it. I can add more bots if need be, but...
This is my only server that is crashing, the others with the same plugins are just fine.

Edit:
Another core:
Code:
#0  0xf7744430 in __kernel_vsyscall ()
(gdb) bt
#0  0xf7744430 in __kernel_vsyscall ()
#1  0xf74991df in raise () from /lib/i386-linux-gnu/libc.so.6
#2  0xf749c825 in abort () from /lib/i386-linux-gnu/libc.so.6
#3  0xf74d639a in ?? () from /lib/i386-linux-gnu/libc.so.6
#4  0xf74e0ee2 in ?? () from /lib/i386-linux-gnu/libc.so.6
#5  0xf74e1f0a in ?? () from /lib/i386-linux-gnu/libc.so.6
#6  0xf61df7ef in CUtlMemory<CSendProxyRecipients, int>::Purge() () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#7  0xf61df6fc in PackedEntity::~PackedEntity() () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#8  0xf6208150 in CFrameSnapshotManager::RemoveEntityReference(int) () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#9  0xf620895b in CFrameSnapshotManager::DeleteFrameSnapshot(CFrameSnapshot*) () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#10 0xf62089dc in CFrameSnapshot::ReleaseReference() () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#11 0xf614526a in CClientFrame::SetSnapshot(CFrameSnapshot*) () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#12 0xf61452a0 in CClientFrame::~CClientFrame() () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#13 0xf61eef72 in CReplayFrame::~CReplayFrame() () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#14 0xf61457a0 in CClientFrameManager::DeleteClientFrames(int) () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#15 0xf61f0328 in CReplayServer::UpdateTick() () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#16 0xf61f0705 in CReplayServer::RunFrame() () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#17 0xf61916e3 in _Host_RunFrame(float) () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#18 0xf6191e78 in Host_RunFrame(float) () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#19 0xf619cc61 in CHostState::State_Run(float) () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#20 0xf619ce8e in CHostState::FrameUpdate(float) () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#21 0xf619cf99 in HostState_Frame(float) () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#22 0xf6228b1a in CEngine::Frame() () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#23 0xf6226506 in CDedicatedServerAPI::RunFrame() () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#24 0xf6d60985 in RunServer() () from bin/dedicated_srv.so
#25 0xf62265fd in CModAppSystemGroup::Main() () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#26 0xf625c470 in CAppSystemGroup::Run() () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#27 0xf622691f in CDedicatedServerAPI::ModInit(ModInfo_t&) () from /mnt/disk1/games/srcds_tf2/bin/engine_srv.so
#28 0xf6d60a90 in CDedicatedAppSystemGroup::Main() () from bin/dedicated_srv.so
#29 0xf6d79d00 in CAppSystemGroup::Run() () from bin/dedicated_srv.so
#30 0xf6d79d00 in CAppSystemGroup::Run() () from bin/dedicated_srv.so
#31 0xf6d1f176 in main () from bin/dedicated_srv.so
#32 0x080486f1 in main ()
Last events were:
Code:
L 08/01/2013 - 16:29:25: "" triggered "builtobject" (object "OBJ_SENTRYGUN") (position "-1666 -58 -63")
ERROR: Tried to SetParentAttachment for entity info_particle_system (info_particle_system), but it has no attachment named muzzle.
ERROR: Tried to SetParentAttachment for entity info_particle_system (info_particle_system), but it has no attachment named muzzle.
L 08/01/2013 - 16:29:27: "" killed "" with "samrevolver" (attacker_position "-1622 119 -63") (victim_position "-1781 -596 -63")
L 08/01/2013 - 16:29:27: "" triggered "kill assist" against "" (assister_position "-1284 387 -38") (attacker_position "-1622 119 -63") (victim_position "-$
ERROR: Tried to SetParentAttachment for entity info_particle_system (info_particle_system), but it has no attachment named muzzle.
ERROR: Tried to SetParentAttachment for entity info_particle_system (info_particle_system), but it has no attachment named muzzle.
L 08/01/2013 - 16:29:30: "" killed "" with "long_heatmaker" (attacker_position "-758 -406 -257") (victim_position "-770 -540 -257")
*** glibc detected *** ./srcds_linux: free(): invalid pointer: 0x13e9ce90 ***
Right, unloaded everything except of Randomizer and its dependencies, no crashing. Are you aware of any plugins that would interfere or doesn't "play well" when they're loaded with Randomizer?
__________________
Founder and Owner of BlackOut Gaming

Last edited by Mike_BoG; 08-01-2013 at 13:18.
Mike_BoG is offline