Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2005:
[Freeciv-Dev] (PR#12011) plrhand.c
Home

[Freeciv-Dev] (PR#12011) plrhand.c

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: dominic@xxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#12011) plrhand.c
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 28 Jan 2005 11:24:22 -0800
Reply-to: bugs@xxxxxxxxxxx

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

> [dominic@xxxxxxxxxxxxxxx - Tue Jan 25 20:12:54 2005]:
> 
> Core was generated by `./server/civserver -m -p 6666 -a -N'.
> Program terminated with signal 11, Segmentation fault.
> Cannot access memory at address 0x40013654
> #0  0x08073471 in tech_researched (plr=???) at plrhand.c:515
> 515     found_new_tech(plr, plr->research.researching, TRUE, TRUE, A_NONE);
> 
> I dont know if that can help. i'm a newbee wanna help.

If you have a core file left behind, look at it with

  gdb server/civserver core

and do

  bt full

if you don't have a core file left behind, add

  ulimit -c unlimited

to your .bashrc so you'll get one next time.

Best of all, if you can find a way to reproduce the crash give us
specific instructions (including a savegame if applicable) on how to do so.

-jason




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