If you guys have a lock up, you should try using GDB. Here is a mini tutorial.
1. type ps uax and grab the pid number of your srcds_linux 2. type sudo gdb 3. type attach pid_number_of_srcds_linux 4. type bt 5. copy and paste the results somewhere 6. type c 7. wait for a second 8. press crtl+c 9. repeat steps 4 to 8 until you get similar output 10. paste the data here On Mon, Sep 19, 2011 at 12:26 PM, Jarred Jones <[email protected]> wrote: > Yep, getting this at least twice a day. Sometimes my servers recover, but I > normally just get a dead screen when I go to check it. > > -- > Jarred Jones > > On Sep 19, 2011, at 3:15 AM, Peter Reinhold <[email protected]> wrote: > >> I've seen a couple of server crashes over the weekend (post latest update), >> where the server simply freezesm, no minidump, no nothing, console just >> stops, and CPU usage maxes out on the core that srcds is running on. >> >> Anyone else experience this? >> >> >> /Peter >> >> _______________________________________________ >> To unsubscribe, edit your list preferences, or view the list archives, >> please visit: >> http://list.valvesoftware.com/mailman/listinfo/hlds_linux > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please > visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

