Bug#838915: saga: Segmentation fault in CSG_Projections::WKT_to_Proj4() with merge layers

2016-09-30 Thread Nelson A. de Oliveira
On Fri, Sep 30, 2016 at 11:48 AM, Nelson A. de Oliveira wrote: > With 2.3.1+dfsg-2 I am still seeing a segmentation fault. Right. sorry. I saw what was wrong here. I will open another bug report about this.

Bug#838915: saga: Segmentation fault in CSG_Projections::WKT_to_Proj4() with merge layers

2016-09-30 Thread Nelson A. de Oliveira
Hi! With 2.3.1+dfsg-2 I am still seeing a segmentation fault. For example, with these new examples attached (they are in a custom UTM projection). A new gdb output is also attached. Best regards, Nelson Starting program: /usr/bin/saga_cmd shapes_tools "Merge Layers" -INPUT "1.shp;2.shp"

Bug#838915: saga: Segmentation fault in CSG_Projections::WKT_to_Proj4() with merge layers

2016-09-26 Thread Johan Van de Wauw
A somewhat dirty workaround, but since the projection on both files is identical, you can actually skip using proj at all by removing/renaming the *.prj files. Then merging should work.

Bug#838915: saga: Segmentation fault in CSG_Projections::WKT_to_Proj4() with merge layers

2016-09-26 Thread Johan Van de Wauw
Thanks for your report. I can confirm this also happens on debian unstable. I'll investigate further.

Bug#838915: saga: Segmentation fault in CSG_Projections::WKT_to_Proj4() with merge layers

2016-09-26 Thread Nelson A. de Oliveira
Package: saga Version: 2.3.1+dfsg-1+b1 Severity: important Hi! I am seeing a segmentation fault while merging two shapefiles with: saga_cmd shapes_tools "Merge Layers" -INPUT "1.shp;2.shp" -SRCINFO true -MATCH true -MERGED merged.shp gdb "thread apply all bt full" output is attached, together