[Freeciv-Dev] Re: (PR#13013) Client Crashing
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13013 >
On Tue, 10 May 2005, Stefan Beermann wrote:
> > Which client is this? Can you try to run this client under gdb to produce
> > a backtrace, or send in the .RPT files, if there are any.
> >
> > - Per
>
> Hi Per,
>
> how exactly can I do this? The error appeared the first time on the Win98
> Client but I could reproduce it on the Linux GTK Client. So I can send you
> the debug output if you explain me how to use gdb.
Start the client like this
gdb full/path/to/civclient
and then type
run
until it crashes, then
bt
at which point you will get a long list of output, which you should post
on this list!
- Per
|
|