Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2003:
[Freeciv-Dev] (PR#2788) Recursion problem in build_required_techs_helper
Home

[Freeciv-Dev] (PR#2788) Recursion problem in build_required_techs_helper

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] (PR#2788) Recursion problem in build_required_techs_helper
From: "Cameron Morland via RT" <rt@xxxxxxxxxxxxxx>
Date: Thu, 9 Jan 2003 19:39:48 -0800
Reply-to: rt@xxxxxxxxxxxxxx

The client crashes with the following backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x080c2912 in build_required_techs_helper (pplayer=0x81d2fe8, tech=0,
goal=0)
    at tech.c:95
95      {
(gdb) backtrace
#0  0x080c2912 in build_required_techs_helper (pplayer=0x81d2fe8, tech=0, 
    goal=0) at tech.c:95
#1  0x080c298f in build_required_techs_helper (pplayer=0x81d2fe8, tech=0, 
    goal=0) at tech.c:107
#2  0x080c298f in build_required_techs_helper (pplayer=0x81d2fe8, tech=0, 
    goal=0) at tech.c:107
#3  0x080c298f in build_required_techs_helper (pplayer=0x81d2fe8, tech=0, 
    goal=0) at tech.c:107
...
#11691 0x080c298f in build_required_techs_helper (pplayer=0x81d2fe8,
tech=0, 
    goal=0) at tech.c:107
#11692 0x080c298f in build_required_techs_helper (pplayer=0x81d2fe8,
tech=0, 
    goal=0) at tech.c:107
#11693 0x080c298f in build_required_techs_helper (pplayer=0x81d2fe8,
tech=0, 
    goal=0) at tech.c:107
...
And so on.

I imagine we're running out of stack space. The attached savegame does
it reliably for me. Log in as "cjmorlan", and start the game. It should
crash immediately.

Attachment: build_required_techs_helper.sav.gz
Description: build_required_techs_helper.sav.gz


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