I have a plugin that is crashing the server on load. Because of this issue i have no error logs or debug prints that help me troubleshoot.
The only information i have is the console error messages from my server loading. but that blames ./hlds_run saying it's a segmentation fault. I've narrowed it down to a particular mod (all the others allow to load just fine)
Code:
L 08/19/2012 - 11:19:16: -------- Mapchange to de_dust_cz --------
stray key in process_key: item_getiteminfo 63
Navigation map loaded.
[AMXX] Loaded 6 admins from file
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20120819111916_1.dmp
success = yes
response: CrashID=bp-1b738ae8-1e6a-48c3-9e76-7211f2120819
./hlds_run: line 321: 14803 Segmentation fault $HL_CMD
ERROR: ld.so: object '/usr/lib/libsourcebooster.so.1.0' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libsourcebooster.so.1.0' from LD_PRELOAD cannot be preloaded: ignored.
This is what it normally looks like....
Code:
L 08/19/2012 - 11:24:20: -------- Mapchange to de_dust_cz --------
stray key in process_key: item_getiteminfo 63
Navigation map loaded.
[AMXX] Loaded 6 admins from file
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
couldn't exec banned.cfg
couldn't exec listip.cfg
L 08/19/2012 - 11:24:20: -------- Mapchange to de_dust2_cz --------
Navigation map loaded.
[AMXX] Loaded 6 admins from file
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
Menu item 17 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.amxx"
Menu item 18 added to Menus Front-End: "Plugin Commands" from plugin "pluginmenu.amxx"
Connection to Steam servers successful.
I'm wondering if there is a way to troubleshoot this problem? Or if anyone can find my error.
I attached the broken plugin.