<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi Robert,<br><br></div>For better or worse, it works for me -- I can&#39;t duplicate the SEGV.  Can you run it under gdb, and send me the stack trace?<br><br></div><div>Ex:<br><br></div>$ gdb ncl vector_2d_coord_bug.ncl<br></div>gdb) run<br></div>...segv...<br></div>gdb) bt<br></div>...stack trace...<br></div>gdb) quit<br><br></div>Thanks,<br></div>Rick<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 15, 2015 at 10:11 AM, Robert Redl <span dir="ltr">&lt;<a href="mailto:rxschuster@gmail.com" target="_blank">rxschuster@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sorry, a forgot to attach the script…<br>
<br>
<br><br>
<br>
&gt; Am 15.06.2015 um 18:09 schrieb Robert Redl &lt;<a href="mailto:rxschuster@gmail.com">rxschuster@gmail.com</a>&gt;:<br>
&gt;<br>
&gt; Dear NCL Team,<br>
&gt;<br>
&gt; I have a script where in several procedures different plots are created. One of these procedures creates a vector map plot using 2d coordinates stored in lon2d/lat2d attributes. All variables used in the procedures are declared as local. This used to work fine for NCL 6.2.1 and earlier, but I get a segmentation fault with version 6.3.0.<br>
&gt;<br>
&gt; Attached is a minimal example witch reproduces the error.<br>
&gt; I’m using NCL Version: ncl_ncarg-6.3.0.Linux_RHEL6.4_x86_64_gcc447<br>
&gt;<br>
&gt; Running the code without a procedure works fine, no errors.<br>
&gt; Running the code without a procedure but with a final delete(wks) statement reproduces the error.<br>
&gt; Creating an identical vector plot with 1d coordinates within a procedure works fine, no errors.<br>
&gt;<br>
&gt; Thanks for looking into that!<br>
&gt;<br>
&gt; Robert<br>
&gt;<br>
&gt;<br>
<br>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>