Re: [Freeciv-Dev] (PR#10021) infinite loop in autosettlers?

"Marko Lindqvist" <marko.lindqvist-pL9mn150aekxHbG02/[email protected]> Sun, 5 Jun 2005 13:28:43 -0700
Newsgroups gmane.games.freeciv.ai
Message-ID <[email protected]>
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=10021 >


  I just got an infinite auto_settler_findwork() recursion crash. At 
least this time it seems to be that two units fight about same 
destination tile; one unit gets displaced, recursive 
auto_settler_findwork() tries to find work for it, it displaces second 
unit...
  I'll see if I can reproduce with less patched freeciv version.

  Interestingly, it seems that sometimes three levels deep recursion is 
ok. I print log messages about these cases and sometimes it gets printed 
without later crash.


  - ML