[Freeciv-Dev] Re: (PR#12063) two bugs that crash freeciv2
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12063 >
Lo'oris wrote:
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=12063 >
>
> Il giorno 01/feb/05, alle 05:09, Jason Short ha scritto:
>
>
>>When this happens try (in the command line while the client is frozen):
>>
>>ulimit -c unlimited
>>killall -SEGV civclient
>>gdb civclient core
>>bt full
>
> it says "No stack". If you want i can send you the core file?
> or i should recompile freeciv with some debugging enabled? (how?)
If you compiled freeciv it should have debugging symbols.
You could try running it inside GDB:
gdb civclient
run
(then when it locks, hit ctrl-z)
bt full
-jason
|
|