Re: ncl bug

From: JiangZiqiang <zqjiang86_at_nyahnyahspammersnyahnyah>
Date: Tue Nov 08 2011 - 13:18:08 MST

 Copyright (C) 1995-2011 - All Rights Reserved
 University Corporation for Atmospheric Research
 NCAR Command Language Version 6.0.0 NCAR "bluefire" system. Is it a IBM platform ? Thanks for your help Subject: Re: ncl bug
From: brownrig@ucar.edu
Date: Tue, 8 Nov 2011 13:00:03 -0700
CC: zqjiang86@hotmail.com; ncl-talk@ucar.edu
To: William.R.Hobbs@jpl.nasa.gov

Interesting -- its works fine for me on the Mac, returning "missing". However, on my linux machine, it hangs! Even a command like: 'a = str_match("ada","")' hangs.
What platform is Jiang running on?

On Nov 8, 2011, at 12:54 PM, Hobbs, Will R (3244-Affiliate) wrote:Works fine for me: are you seeing this error in a script or are in an interactive NCL session?
Usually segmentation errors occur when you run out of memory. Possible solutions include making sure that you have your system stacksize set to 'unlimited' (for bash unix environments just type 'ulimit'; tcshell environments may use a different command; of course run this command from a regular unix prompt, not NCL). Another solution would be to delete any large arrays that you're no longer using, either in your script or your session as appropriate.

Hope that helps
Will
 
From: JiangZiqiang <zqjiang86@hotmail.com>
Date: Tue, 8 Nov 2011 11:46:17 -0800
To: "ncl-talk@ucar.edu" <ncl-talk@ucar.edu>
Subject: [ncl-talk] ncl bug

Hello,
 
when you type 'print(str_match("ada",""))' in NCL,
it will interrupt after "Segmentation fault (core dumped)"
I hope that it does work for ncl after giving error infomation or some results.
 
                                               
_______________________________________________
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 Tue Nov 8 13:18:15 2011

This archive was generated by hypermail 2.1.8 : Tue Nov 08 2011 - 15:54:50 MST