Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2003:
[Freeciv-Dev] Re: the core files
Home

[Freeciv-Dev] Re: the core files

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "Per I. Mathisen" <per@xxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx, paulz@xxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: the core files
From: Raimar Falke <rf13@xxxxxxxxxxxxxxxxx>
Date: Fri, 23 May 2003 14:50:18 +0200

On Fri, May 23, 2003 at 08:24:12AM +0000, Per I. Mathisen wrote:
> On Thu, 22 May 2003 freeciv@xxxxxxxxxxxxxxxxxxxxx wrote:
> > Program terminated with signal 24, CPU time limit exceeded.
> 
> What does this signal mean?

I suspect that this is the result of an "ulimit -t" call. *searching*
Yes there is such code in the start script:

  cpulimit=5000
  ulimit -S -t $cpulimit

So a server is killed if it uses more then 5000s CPU time.

> Is it possible to get the assertion failure output in the core file
> log as well?

There is no assertion. At least in these cases.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
  "Heuer's Law: Any feature is a bug unless it can be turned off."



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