#3062: Segmentation fault with r.buffer
-----------------------+-------------------------
Reporter: escheper | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 7.0.5
Component: Raster | Version: 7.0.4
Resolution: | Keywords: r.buffer
CPU: Other | Platform: Linux
-----------------------+-------------------------
Comment (by escheper):
Changed the %i to %u. Now the numbers/pointers are positive.
Also changed
{{{
if ((cur_zone = *--to_ptr))
}}}
to
{{{
if ((cur_zone == *--to_ptr))
}}}
but still get the segmentation fault :(.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3062#comment:9>
GRASS GIS <https://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev