<div dir="ltr">Here&#39;s the output:<br><br>This GDB was configured as &quot;x86_64-linux&quot;...<br>(gdb) run -w input=W080N50 output=temp<br>Starting program: /usr/local/grass-6.4.svn/bin/r.resamp.stats -w input=W080N50 output=temp<br>
&nbsp;&nbsp; 0%<br>Program received signal SIGSEGV, Segmentation fault.<br>0x00007f8c4f2682a8 in transfer_to_cell_id (fd=&lt;value optimized out&gt;, cell=0xa1) at get_row.c:571<br>571&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((DCELL *) cell)[i] = ((CELL *) G__.work_buf)[i];<br>
(gdb) where<br>#0&nbsp; 0x00007f8c4f2682a8 in transfer_to_cell_id (fd=&lt;value optimized out&gt;, cell=0xa1) at get_row.c:571<br>#1&nbsp; 0x00007f8c4f26899d in get_map_row_nomask (fd=6, rast=0xa1, row=&lt;value optimized out&gt;, data_type=&lt;value optimized out&gt;) at get_row.c:633<br>
#2&nbsp; 0x00007f8c4f269279 in get_map_row (fd=6, rast=0xa1, row=6, data_type=2, null_is_zero=0, with_mask=1) at get_row.c:646<br>#3&nbsp; 0x0000000000402256 in main (argc=&lt;value optimized out&gt;, argv=&lt;value optimized out&gt;) at main.c:192<br>
<br><br><div class="gmail_quote">On Mon, Oct 20, 2008 at 4:03 PM, Glynn Clements <span dir="ltr">&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</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"><br>
Jamie Adams wrote:<br>
<br>
&gt; I&#39;m running grass 6.4, revision 33922, on Ubuntu 8.04 and keep getting a bus<br>
&gt; error when running r.resamp.stats with the -w flag. &nbsp;I couldn&#39;t find any<br>
&gt; recent mentions of this type of error in trac, and none regarding<br>
&gt; r.resamp.stats. &nbsp;Any ideas?<br>
<br>
</div>Nope. Can you get a backtrace from gdb? E.g.:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;$ gdb r.resamp.stats<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; run -w input=W080N50 output=temp<br>
 &nbsp; &nbsp; &nbsp; &nbsp;[error message]<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; where<br>
<font color="#888888"><br>
--<br>
Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>
</font></blockquote></div><br></div>