Richard,
Have you tried typing this on your UNIX command line before running NCL:
limit stacksize unlimited
If this seems to work, then you can put it in  
your .login/.cshrc/.profile type of file.
If this is on a Cygwin system, then you can try a new "ncl" that I've  
provided for other
Cygwin users that were having memory problems.
To get the file:
      ftp ftp.ucar.edu
      <log in as "anonymous">
      <Use email address as password>
      cd /pub/scd/haley
      get ncl_new.exe.gz
      quit
Once you have the file, gunzip it, make sure it is executable, and
move it to $NCARG_ROOT/bin:
      gunzip ncl_new_exe.gz
      chmod gou+x ncl_new.exe
      mv ncl_new.exe $NCARG_ROOT/bin/.
Now you can use this new NCL executable instead of the one already
installed on your system:
      ncl_new.exe  your_script.ncl
If you are comfortable that this executable works, you can replace
your old ncl executable with this new one. You should first make a
copy of your old one:
     mv $NCARG_ROOT/bin/ncl.exe $NCARG_ROOT/bin/ncl_old.exe
     mv ncl_new.exe $NCARG_ROOT/bin/ncl.exe
--Mary
On Dec 20, 2009, at 9:17 PM, Dennis Shea wrote:
> I ran the script for bot 2 years and 11 year
> of data and encountered no problems.
>
> I have never seen the error message
> "dumping state (probably corrupted stack)"
>
> Someone else will have to address this message.
>
>
> Li Richard wrote:
>> Hi everyone,
>> I am doing the eof analysis using the olr daily anomalies data from
>> 1987-2007. However, I can only generate the plot when the time  
>> scale is
>> two years (Eg. from 19960101 to19971231). With the further  
>> increase of
>> the length of time, the following is returned:
>>
>> 28 [main] ncl 948 _crystalsError while dumping state (probably  
>> corrupted
>> stack)
>> Segmentation fault (core dumped)
>>
>> So, is my machine running out of memory? And what can I do to  
>> solve the
>> problem? The script can be seen in the attachment. Thank you.
>>
>> Regards,
>> Richard
>>
>>
>> --------------------------------------------------------------------- 
>> ---
>> Yahoo!香港提供網上安全攻略,教你如何防範黑客!* 
>> 了解更多*
>> <http://hk.promo.yahoo.com/security/>
>>
>>
>> --------------------------------------------------------------------- 
>> ---
>>
>> _______________________________________________
>> 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
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Dec 21 08:49:37 2009
This archive was generated by hypermail 2.1.8 : Mon Dec 21 2009 - 09:22:56 MST