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