Re: ncl bug

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue Nov 08 2011 - 12:59:06 MST

I was having trouble duplicating this error too, but then I did have an issue on a 64-bit Linux system.
The odd thing is it didn't happen on another, similar Linux system.

Which NCL binary did you download and on what kind of system?
What does the following report:

    ncl -V
    uname -a

--Mary

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 12:59:11 2011

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