[GRASS-dev] [GRASS GIS] #3062: Segmentation fault with r.buffer
GRASS GIS
trac at osgeo.org
Thu Jun 16 04:03:11 PDT 2016
#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>
More information about the grass-dev
mailing list