Make sure you have your ulimit set to unlimited (search the srcds_run script for "ulimit -c" and change the value to "unlimited").
On Thu, Mar 18, 2010 at 11:25 AM, Saul Rennison <[email protected]>wrote: > If symbols are compiled in (which they are on Linux by default), then > function names and byte offsets will appear byway. > > On Thursday, March 18, 2010, Sykes <[email protected]> wrote: > > Do note, the mod needs to compiled with debug information for gdb to > work, > > else you won't see much! > > > > add -gdb to the makefile :o) most mods ship (non debug) dlls - so best > > to talk with the mod dev team about the crash! > > S. > > > > On 11 March 2010 01:47, Kyle Sanderson <[email protected]> wrote: > >> Add -debug -gdb /path/to/gdb/ to your servers start up line. (My path is > >> /usr/bin/gdb/) > >> > >> Than look at your debug.log file when your server crashes and it's all > >> there. Which Distro are you running? > >> > >> Kyle. > >> > >> On Wed, Mar 10, 2010 at 10:51 AM, David A. Parker <[email protected]> > wrote: > >> > >>> I think that should be: > >>> > >>> gdb -c core.23787 > >>> > >>> Carl wrote: > >>> > Some player has been causing my server to crash which causes srcds to > >>> > dump core. I am trying to use gdb to inspect the core dump, but I > don't > >>> > seem to be able to. > >>> > > >>> > $ gdb srcds_i686 core.23787 > >>> > > >>> > GNU gdb 6.8-debian > >>> > Copyright (C) 2008 Free Software Foundation, Inc. > >>> > License GPLv3+: GNU GPL version 3 or later > >>> > <http://gnu.org/licenses/gpl.html> > >>> > This is free software: you are free to change and redistribute it. > >>> > There is NO WARRANTY, to the extent permitted by law. Type "show > >>> copying" > >>> > and "show warranty" for details. > >>> > This GDB was configured as "i486-linux-gnu"... > >>> > Cannot access memory at address 0xb7f53658 > >>> > > >>> > > >>> > Is there a way to see what is causing this problem? > >>> > > >>> > > >>> > > >>> > _______________________________________________ > >>> > To unsubscribe, edit your list preferences, or view the list > archives, > >>> please visit: > >>> > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > >>> > > >>> > >>> -- > >>> > >>> Dave Parker > >>> Systems Administrator > >>> Utica College > >>> Integrated Information Technology Services > >>> (315) 792-3229 > >>> Registered Linux User #408177 > >>> > >>> _______________________________________________ > >>> 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 > > > > -- > > Thanks, > - Saul. > > _______________________________________________ > 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

