<div dir="ltr"><div><div><div><div><div><div><div>Hi all,<br><br></div>I came across an interesting segfault today that seems to be related to the smth9 function.  When I attempt to display a summation of several values (62), it segfaults if I try to smooth the equation but if I do *not* smooth it or if I use define to store the value, it works fine.  You can test this by changing the value for case to: &quot;smth&quot;, &quot;define&quot;, or &quot;raw&quot; respectively.<br><br></div><div>Oh and obviously the &quot;0&quot; in the beginning of draw_str is pointless, it is just a placeholder for this test case.<br></div><div><br></div><div>Thanks in advance!<br><br></div><div>Regards,<br></div><div>Matt<br></div><div><br></div>Environment:<br></div>OS: CentOS 6.4<br></div>GrADS: 2.0.2 and 2.1.a3 binaries from the COLA website<br><br></div>ga-&gt; q dims<br>Default file number is: 1<br>X is varying   Lon = -180 to 180   X = 1 to 1201<br>Y is varying   Lat = -90 to 90   Y = 1 to 601<br>Z is fixed     Lev = 0  Z = 1<br>T is fixed     Time = 00Z01JAN1970  T = 1<br>E is fixed     Ens = 1  E = 1<br><br>ga-&gt; q file 1<br>File 1 : Data 20081205<br>  Descriptor: data.ctl<br>  Binary: data_%y4%m2%d2.dat<br>  Type = Gridded<br>  Xsize = 1201  Ysize = 601  Zsize = 1  Tsize = 21915  Esize = 1<br>  Number of Variables = 3<br>     max_temp  0  99  max_temp<br>     min_temp  0  99  min_temp<br>     prcp  0  99  prcp<br><br><br></div>Output: <br># ./grads-2.1.a3/bin/grads -lbc &quot;run <a href="http://smth9_case.gs">smth9_case.gs</a>&quot;<br></div>Grid Analysis and Display System (GrADS) Version 2.1.a3<br>Copyright (C) 1988-2015 by the Institute for Global Environment and Society (IGES)<br>GrADS comes with ABSOLUTELY NO WARRANTY<br>See file COPYRIGHT for more information<br><br>Config: v2.1.a3 little-endian readline grib2 netcdf hdf4-sds hdf5 opendap-grids,stn geotiff shapefile cairo<br>Issue &#39;q config&#39; command for more detailed configuration information<br>GX Package Initialization: Size = 11 8.5<br>Running in Batch mode<br>All files closed; all defined objects released;<br>All GrADS attributes have been reinitialized<br>Segmentation fault (core dumped)<br><br></div>