[Freeciv-Dev] Re: (PR#11497) AutoReply: server freeze on 2.0 beta5
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11497 >
On Mon, Dec 13, 2004 at 01:42:11PM -0800, Steffen Jobbagy-Fels???? wrote:
>
> bash-2.05b# killall -SEGV civserver
> (server segfaulted here)
> gdb only gives no <current path>/core: no such file or directory
> tried it in /root and /usr/local/bin (the binary is there) as root and at the
> place&shell where i
> started the server as user
> I dont appear to have bt installed - can you tell me where to get it?
if you started civserver in ~ do and the binary is in /usr/local/bin then:
# cd ~
# gdb /usr/local/bin/civserver core
which assumes that that the core file got placed in ~
'bt full' is a command within the debugger.
the gdb prompt looks like: "(gdb) "
-mike
|
|