[Freeciv-Dev] Re: (PR#10847) civserver: plrhand.c:859: finish_revolution
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10847 >
On Tue, Nov 02, 2004 at 11:12:15AM -0800, Ed Earl Ross wrote:
>
> Be happy to comply, but, being a newbie, don't know what you are asking.
> BUGS contains info about a "stack trace". Is it what you want? If not,
> please give some more info.
Indeed. This is only possible if you have a core file dumped. I'm not sure
that you did. If you don't you won't catch this one, but in the future you
can set:
ulimit -c unlimited
in your .bashrc so that cores will get dumped.
Once you have a core, you can do:
% gdb civserver core
(gdb) bt
to get a backtrace which you can send in with the bug report. Note that the
binary must be the one which produced the core.
-mike
|
|