[GRASS-dev] [GRASS GIS] #3477: i.ortho.photo segmentation fault
GRASS GIS
trac at osgeo.org
Fri Jan 12 22:52:24 PST 2018
#3477: i.ortho.photo segmentation fault
--------------------------+---------------------------------
Reporter: lucadelu | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 7.4.0
Component: Imagery | Version: svn-releasebranch74
Resolution: | Keywords: i.ortho.photo
CPU: Unspecified | Platform: All
--------------------------+---------------------------------
Comment (by lucadelu):
Replying to [comment:2 neteler]:
> Just guessing, maybe the buffer is too small and needs to be larger?
>
> {{{
> --- menu.c (revision 72067)
> +++ menu.c (working copy)
> @@ -35,7 +35,7 @@
> char *desc_ortho_opt;
> char *moduletorun;
> const char *grname;
> - char tosystem[99];
> + char tosystem[1024];
> const char *to_system;
> int err=0;
>
> }}}
Did you try it?
For me still "Segmentation fault"
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3477#comment:3>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list