[GRASS-dev] [GRASS GIS] #3344: r.stream.slope Segmentation fault: 11 error (was: r.stream.slope Segmentation fault: 11 error macOS 10.12.4)
GRASS GIS
trac at osgeo.org
Thu Feb 8 15:07:57 PST 2018
#3344: r.stream.slope Segmentation fault: 11 error
--------------------------+------------------------------------------
Reporter: msweier | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.4.1
Component: Addons | Version: 7.0.4
Resolution: | Keywords: r.stream, segmentation fault
CPU: Unspecified | Platform: All
--------------------------+------------------------------------------
Changes (by sbl):
* platform: MacOSX => All
* milestone: 7.2.3 => 7.4.1
Comment:
Same here on Ubuntu with fresh GRASS 7.4.
Here is an example with North Carolina data:
{{{
g.extension extension=r.stream.slope operation=add
g.region raster=elev_state_500m -p
r.stream.extract elevation=elev_state_500m threshold=100 stream_length=10
stream_raster=stream direction=dir
r.stream.slope elevation=elev_state_500m direction=dir gradient=grad
difference=diff
}}}
Specifying any output gives segfault, specifying no output gives no
error...
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3344#comment:5>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list