#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>

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to