09-19-2006, 12:23 PM
debug.log isn't being very helpful, though I've seen others that are much more verbose. How do I get better info from my debug.log?
Here's the vitals -
Command line:
debug.log
Distro: FC4
gcc: gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
glibc: ldd (GNU libc) 2.3.5
kernel: Linux fodder.serv.usu.edu 2.6.12-1.1456_FC4smp #1 SMP Thu Sep 22 02:22:14 EDT 2005 i686 i686 i386 GNU/Linux
/proc/cpuinfo
-thanks!
Here's the vitals -
Command line:
Code:
screen -A -m -d -S cs ./srcds_run -autoupdate -debug -game cstrike -console +map de_dust +maxplayers 24 -pingboost 3 -tickrate 66 +fps_max 600 ;
debug.log
Code:
----------------------------------------------
CRASH: Mon Sep 18 18:25:22 MDT 2006
Start Line: ./srcds_i686 -autoupdate -debug -game cstrike -console +map de_dust +maxplayers 24 -pingboost 3 -tickrate 66 +fps_max 600
End of Source crash report
----------------------------------------------
Distro: FC4
gcc: gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
glibc: ldd (GNU libc) 2.3.5
kernel: Linux fodder.serv.usu.edu 2.6.12-1.1456_FC4smp #1 SMP Thu Sep 22 02:22:14 EDT 2005 i686 i686 i386 GNU/Linux
/proc/cpuinfo
Code:
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping : 9
cpu MHz : 3192.638
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
bogomips : 6324.22
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping : 9
cpu MHz : 3192.638
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
bogomips : 6373.37
-thanks!