Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2005:
[Freeciv-Dev] (PR#14075) server crash
Home

[Freeciv-Dev] (PR#14075) server crash

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: chrisk@xxxxxxxxx
Subject: [Freeciv-Dev] (PR#14075) server crash
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 21 Sep 2005 22:02:35 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=14075 >

This backtrace isn't enough to track the bug, but the core file might
have enough info.  Make sure you hold onto it - and to the original
civserver binary that created it (you could upload both to this ticket;
*maybe* they'd be usable on my system).

Can you try in gdb:

select 0
p leader->tile
p *leader->tile
p map.tiles[leader->tile->index]
p near_tile
p *near_tile
p map

If it doesn't let you access 'leader' then try 'select 1' and use
'punit' instead of 'leader'.

-jason




[Prev in Thread] Current Thread [Next in Thread]