Re: ncl bug

From: Rick Brownrigg <brownrig_at_nyahnyahspammersnyahnyah>
Date: Tue Nov 08 2011 - 13:00:03 MST

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 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:00:10 2011

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