Search found 11 matches

by moxie2020
Sat Jun 23, 2012 11:02 am
Forum: CS:Source/TF2/DoD:Source
Topic: TF2/Linux/Sourcemod/Bots = Crash?
Replies: 0
Views: 2980

TF2/Linux/Sourcemod/Bots = Crash?

*** glibc detected *** ./srcds_linux: malloc(): smallbin double linked list corrupted: 0x108d2368 *** fix I am getting random server crashes. I did a complete reinstall of TF2 and sourcemod 1.43 (no additional plugins) and enabled bots with tf_bot_quota. I randomly but inevitably get crashes with th...
by moxie2020
Mon Jun 11, 2012 12:09 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Ubuntu 12.04 TF2 Gameservers Randomly Crashing
Replies: 17
Views: 2400

Re: Ubuntu 12.04 TF2 Gameservers Randomly Crashing

Will rsyncing work if they are different bit types? If not I am fine with doing a reinstall but not sure how to do that remotely. I suspect that it won't, but it's possible that it would. It's worth trying before you try a new install. The new install would have to be done by choosing an .iso on th...
by moxie2020
Mon Jun 11, 2012 11:46 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Ubuntu 12.04 TF2 Gameservers Randomly Crashing
Replies: 17
Views: 2400

Re: Ubuntu 12.04 TF2 Gameservers Randomly Crashing

Switching a VDS to 32-bit Ubuntu may require that you reinstall it from an ISO. But, you could try rsync'ing the system over before doing that, similar to what we describe here: http://www.nfoservers.com/forums/viewtopic.php?f=46&t=5045 Will rsyncing work if they are different bit types? If not...
by moxie2020
Mon Jun 11, 2012 9:47 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Ubuntu 12.04 TF2 Gameservers Randomly Crashing
Replies: 17
Views: 2400

Re: Ubuntu 12.04 TF2 Gameservers Randomly Crashing

Did you change the kernel?


Quote:
cat /usr/src/linux/.config | grep HZ
You need 1000 HZ, or the server will crash with the world.


I was given the advice above. Right now everything is default which is 250 HZ.

Do you think this might make any difference?
by moxie2020
Sun Jun 10, 2012 2:31 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Ubuntu 12.04 TF2 Gameservers Randomly Crashing
Replies: 17
Views: 2400

Re: Ubuntu 12.04 TF2 Gameservers Randomly Crashing

I am also running bots with sourcemod. I have not tried it without bots but its a moot point if that is the issue because I have found it impossible to fill a server with no bot place holders.

I will try a few servers with this setup just to eliminate it as a possibility.
by moxie2020
Sun Jun 10, 2012 2:29 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Ubuntu 12.04 TF2 Gameservers Randomly Crashing
Replies: 17
Views: 2400

Re: Ubuntu 12.04 TF2 Gameservers Randomly Crashing

Since the application runs as 32-bit either way, I doubt that switching the "bit-ness" of the OS would make any difference in working around the bug. The backtrace suggests that either invalid data is being passed to realloc(), or the memory reallocation is failing for another reason. I a...
by moxie2020
Sat Jun 09, 2012 4:42 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Ubuntu 12.04 TF2 Gameservers Randomly Crashing
Replies: 17
Views: 2400

Re: Ubuntu 12.04 TF2 Gameservers Randomly Crashing

Ok gdb finally crashed as well here is the info I gathered: (gdb) bt #0 0xf7fdb430 in __kernel_vsyscall () #1 0xf7d011ef in raise () from /lib/i386-linux-gnu/libc.so.6 #2 0xf7d04835 in abort () from /lib/i386-linux-gnu/libc.so.6 #3 0xf7d3c2fa in ?? () from /lib/i386-linux-gnu/libc.so.6 #4 0xf7d46e42...
by moxie2020
Sat Jun 09, 2012 7:00 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Ubuntu 12.04 TF2 Gameservers Randomly Crashing
Replies: 17
Views: 2400

Re: Ubuntu 12.04 TF2 Game servers Randomly Crashing

I got a response from helpdesk telling me to use -condebug instead of -debug. The servers do not crash vanilla but do crash with sourcemod on a clean install. I got a couple of -debug reports before but I am being told by folks in allied modders: "Your stack trace is too late, it's already insi...
by moxie2020
Sun Jun 03, 2012 5:20 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Ubuntu 12.04 TF2 Gameservers Randomly Crashing
Replies: 17
Views: 2400

Re: Ubuntu 12.04 TF2 Game servers Randomly Crashing

Do you allow a large enough (such as unlimited) core size? If you don't, then you won't get a proper "core" file saved, and "-debug" will have nothing to go on. Make sure that you're testing your servers without plugins enabled, as well. I am being told to use -condebug instead ...
by moxie2020
Sun Jun 03, 2012 3:49 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Ubuntu 12.04 TF2 Gameservers Randomly Crashing
Replies: 17
Views: 2400

Re: Ubuntu 12.04 TF2 Gameservers Randomly Crashing

I have not specified a core size.
I am testing servers now with sourcemod installed without any plugins.
by moxie2020
Sun Jun 03, 2012 12:40 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Ubuntu 12.04 TF2 Gameservers Randomly Crashing
Replies: 17
Views: 2400

Ubuntu 12.04 TF2 Gameservers Randomly Crashing

I am getting random crashes that do not relaunch the server. I get what appears to be a generic dump message and there are no errors in any log. I am trying to use -debug but it is not giving me any output. I tried to manually start gdb and attach a session and I get the following error: Could not a...