Собственно уже несколько раз обсуждалось, но в упор не могу найти причину, сейчас снова попал на падение сервера.
Цитата
root@cs:/home/cstrike/server/cs16steam# gdb ./hlds_linux core
GNU gdb (GDB) 7.4.1-debian
Copyright © 2012 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/cstrike/server/cs16steam/hlds_linux...done.
BFD: Warning: /home/cstrike/server/cs16steam/core is truncated: expected core file size >= 140079104, found: 1056768.
[New LWP 3439]
[New LWP 3458]
[New LWP 3457]
[New LWP 3447]
[New LWP 3441]
[New LWP 4012]
[New LWP 3443]
[New LWP 3456]
Cannot access memory at address 0xf77528f8
Cannot access memory at address 0xf77528f4
(gdb)
Сам лог сервера:
Код
L 11/10/2015 - 09:16:38: ".<476><BOT><>" entered the game
L 11/10/2015 - 09:16:38: ".<476><BOT><>" joined team "TERRORIST"
L 11/10/2015 - 09:16:38: ":<477><BOT><>" entered the game
L 11/10/2015 - 09:16:38: ":<477><BOT><>" joined team "CT"
Segmentation fault (core dumped)
BFD: Warning: /home/cstrike/server/cs16steam/core is truncated: expected core file size >= 140079104, found: 1056768.
Cannot access memory at address 0xf77528f8
Cannot access memory at address 0xf77528f4
debug.cmds:1: Error in sourced command file:
Cannot access memory at address 0xfff3ff30
email debug.log to linux@valvesoftware.com
Tue Nov 10 09:16:39 EET 2015: Server restart in 10 seconds
Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.6.3.7/Stdio (cstrike)
Exe build: 13:12:29 Aug 29 2013 (6153)
STEAM Auth Server
Хочу понять, как можно найти какой модуль все таки вызывает падение, понятно что это выход за пределы памяти, какой-то цикл в каком-то модуле кривой, но как его отловить не понятно, неужели только интуицией?