[ncl-talk] fatal:systemfunc: cannot create child process

Vanúcia Schumacher vanucia-schumacher at hotmail.com
Fri May 15 14:02:50 MDT 2015


I'm using eleven data files and many processes, which should require memory, but how could fix it? any suggestion?

Date: Fri, 15 May 2015 13:58:28 -0600
Subject: Re: [ncl-talk] fatal:systemfunc: cannot create child process
From: brownrig at ucar.edu
To: vanucia-schumacher at hotmail.com
CC: ncl-talk at ucar.edu

Hi,

That's coming from a line of code that tries to test that the output directory for the plot exists and is writeable.  It does so by creating a subprocess to perform the tests.  The errno=12 indicates there was not enough memory on your system to create the child process.  Without knowing anything about your system, its difficult to say why, but perhaps too many concurrent users or too many running processes, or memory-intensive processes?

RB


On Fri, May 15, 2015 at 1:00 PM, Vanúcia Schumacher <vanucia-schumacher at hotmail.com> wrote:



Hi all, 

I have a problem as below, does anyone know what is the problem and how to 
fix it? 

fatal:systemfunc: cannot create child process:[errno=12]fatal:["Execute.c":8578]:Execute: Error occurred at or near line 4061 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl
fatal:["Execute.c":8578]:Execute: Error occurred at or near line 247 in file saf-monsoon.ncl
line the error 247:wks   = gsn_open_wks ("png", "saf" )

Thanks,  		 	   		  

_______________________________________________

ncl-talk mailing list

List instructions, subscriber options, unsubscribe:

http://mailman.ucar.edu/mailman/listinfo/ncl-talk



 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150515/05ac413d/attachment.html 


More information about the ncl-talk mailing list