Random crashes when playing

ZyX_IZyX_I Russia Join Date: 2014-01-02 Member: 191368Members
I am on linux (Gentoo amd64) with STEAM_RUNTIME=1 and I see random crashes when playing. Information that may be relevant:

1. Last section of /proc/cpuinfo:
processor       : 5
vendor_id       : AuthenticAMD
cpu family      : 21
model           : 1
model name      : AMD FX(tm)-6200 Six-Core Processor             
stepping        : 2
microcode       : 0x6000626
cpu MHz         : 1400.000
cache size      : 2048 KB
physical id     : 0
siblings        : 6
core id         : 5
cpu cores       : 3
apicid          : 21
initial apicid  : 5
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold
bogomips        : 7625.72
TLB size        : 1536 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm 100mhzsteps hwpstate cpb
2. uname -a
Linux zyx-desktop 3.10.17-gentoo #2 SMP PREEMPT Tue Dec 3 23:09:58 MSK 2013 x86_64 AMD FX(tm)-6200 Six-Core Processor AuthenticAMD GNU/Linux
3. GDB stack trace on one of the crashes (attached). Will probably post more in the future. Stack trace is obtained by using
ps -C ns2_linux32 -o pid= | tr -d ' ' | while read i ; do gdb -batch -ex continue -ex 'thread apply all bt full' -p $i > trace.$i & done

Comments

Sign In or Register to comment.