Great.&nbsp; The command is proceeding normally now.&nbsp; <br><br>Thanks!<br><br><div class="gmail_quote">On Tue, Oct 21, 2008 at 11:34 AM, Markus Neteler <span dir="ltr">&lt;<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Tue, Oct 21, 2008 at 1:19 PM, Glynn Clements<br>
&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt; wrote:<br>
&gt; the following change should fix it:<br>
&gt;<br>
&gt; --- raster/r.resamp.stats/main.c &nbsp; &nbsp; &nbsp; &nbsp;(revision 33947)<br>
&gt; +++ raster/r.resamp.stats/main.c &nbsp; &nbsp; &nbsp; &nbsp;(working copy)<br>
&gt; @@ -315,8 +315,8 @@<br>
&gt;<br>
&gt; &nbsp; &nbsp; G_set_window(&amp;src_w);<br>
&gt;<br>
&gt; - &nbsp; &nbsp;row_scale = 1 + ceil(dst_w.ns_res / src_w.ns_res);<br>
&gt; - &nbsp; &nbsp;col_scale = 1 + ceil(dst_w.ew_res / src_w.ew_res);<br>
&gt; + &nbsp; &nbsp;row_scale = 2 + ceil(dst_w.ns_res / src_w.ns_res);<br>
&gt; + &nbsp; &nbsp;col_scale = 2 + ceil(dst_w.ew_res / src_w.ew_res);<br>
&gt;<br>
&gt; &nbsp; &nbsp; /* allocate buffers for input rows */<br>
&gt; &nbsp; &nbsp; bufs = G_malloc(row_scale * sizeof(DCELL *));<br>
<br>
</div>Backported to 6.4.svn.<br>
<font color="#888888"><br>
Markus<br>
</font></blockquote></div><br>