[Freeciv-Dev] (PR#14075) server crash
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<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
|
|