Re: Systemfunc error

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Mon, 10 Nov 2008 10:40:16 -0700 (MST)

Marco,

Dave and I discussed this, and need more information.

    - How many times is this procedure being called? Is it just
      a few times, or 100s of times, or more than that?

    - Are there any other error or warning messages appearing
      before the fatal message?

    - Is the script you're running memory intensive in any way?
      That is, are you doing something like opening and closing a lot
      of files, creating large variables, running big do loops, or
      doing a lot of variable reordering?

    - You said the script doesn't fail consistently, correct?
      Is it possible that the problem is with the load on your machine?
      That is, are there lots of other users running jobs on the
      same system?

--Mary

On Mon, 10 Nov 2008, Marco Pastore wrote:

> Hi all.
>
> In my batch visualization script, that runs during the night to produce a lot
> of pictures, it happens sometimes this strange error:
>
> fatal:systemfunc: cannot create child process:[errno=12]
>
> during the call to these simple "log" procedure:
>
> ; add date and time string to console output
> procedure _log(s:string)
> begin
> print(systemfunc("date +%F' '%T") + " " + s)
> end
>
> The error is strange. In fact, if i restart the code, it can runs fine, or
> crash again. But i can not understand why.
>
> Do you have suggestions for me ?
>
> Thanks a lot, Marco
>
>
> --
> ### ### ### ### ###
>
> MARCO PASTORE
>
> Istituto Nazionale di Geofisica e Vulcanologia
> Gruppo Nazionale di Oceanografia Operativa
> Viale Aldo Moro 44
> 40128, Bologna
>
> Tel:(+39)051-3782676
> Cel:(+39)339 8273965
>
> Skype: mapas71
>
> ### ### ### ### ###
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Nov 10 2008 - 10:40:16 MST

This archive was generated by hypermail 2.2.0 : Fri Nov 14 2008 - 16:42:12 MST