Re: ncl bug

From: Hobbs, Will R (3244-Affiliate) <William.R.Hobbs_at_nyahnyahspammersnyahnyah>
Date: Tue Nov 08 2011 - 12:54:43 MST

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<mailto:zqjiang86@hotmail.com>>
Date: Tue, 8 Nov 2011 11:46:17 -0800
To: "ncl-talk@ucar.edu<mailto:ncl-talk@ucar.edu>" <ncl-talk@ucar.edu<mailto: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
Received on Tue Nov 8 12:54:53 2011

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