[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OTB segfault



Il 19/01/2018 11:54, Sebastiaan Couwenberg ha scritto:

> I cannot reproduce this on Debian unstable with qgis 2.14.21 (from
> Debian unstable as well).

Here the result from gdb. Thanks Bas for helping.

(gdb) bt full
#0  __strncasecmp_l_avx () at ../sysdeps/x86_64/multiarch/strcmp-sse42.S:198
No locals.
#1  0x00007ffff3692c7e in CSLFetchNameValue () from /usr/lib/libgdal.so.20
No symbol table info available.
#2  0x00007ffff2e09461 in GDALPolygonize () from /usr/lib/libgdal.so.20
No symbol table info available.
#3  0x00007fffda66131b in
otb::LabelImageToOGRDataSourceFilter<otb::Image<unsigned int, 2u>
>::GenerateData() () from /usr/lib/otb/applications/otbapp_Segmentation.so
No symbol table info available.
#4  0x00007ffff7f31aed in
itk::ProcessObject::UpdateOutputData(itk::DataObject*) () from
/usr/lib/libITKCommon-4.12.so.1
No symbol table info available.
#5  0x00007fffda686a1d in
otb::PersistentImageToOGRLayerSegmentationFilter<otb::VectorImage<float,
2u>, otb::MeanShiftSegmentationFilter<otb::VectorImage<float, 2u>,
otb::Image<unsigned int, 2u>, otb::VectorImage<float, 2u>,
otb::Meanshift::KernelUniform> >::ProcessTile() () from
/usr/lib/otb/applications/otbapp_Segmentation.so
No symbol table info available.
#6  0x00007fffda685a32 in
otb::PersistentImageToOGRLayerFilter<otb::VectorImage<float, 2u>
>::GenerateData() () from /usr/lib/otb/applications/otbapp_Segmentation.so
No symbol table info available.
#7  0x00007ffff7f31aed in
itk::ProcessObject::UpdateOutputData(itk::DataObject*) () from
/usr/lib/libITKCommon-4.12.so.1
No symbol table info available.
#8  0x00007fffda67c8f0 in
otb::StreamingImageVirtualWriter<otb::VectorImage<float, 2u>
>::GenerateData() () from /usr/lib/otb/applications/otbapp_Segmentation.so
No symbol table info available.
#9  0x00007fffda5ecc8e in
otb::StreamingImageVirtualWriter<otb::VectorImage<float, 2u> >::Update()
() from /usr/lib/otb/applications/otbapp_Segmentation.so
No symbol table info available.
#10 0x00007fffda5b48aa in
otb::PersistentFilterStreamingDecorator<otb::PersistentImageToOGRLayerSegmentationFilter<otb::VectorImage<float,
2u>, otb::MeanShiftSegmentationFilter<otb::VectorImage<float, 2u>,
otb::Image<unsigned int, 2u>, otb::VectorImage<float, 2u>,
otb::Meanshift::KernelUniform> > >::GenerateData() ()
   from /usr/lib/otb/applications/otbapp_Segmentation.so
No symbol table info available.
#11 0x00007fffda5e7f4e in itk::Size<2u>
otb::Wrapper::Segmentation::GenericApplySegmentation<otb::VectorImage<float,
2u>, otb::MeanShiftSegmentationFilter<otb::VectorImage<float, 2u>,
otb::Image<unsigned int, 2u>, otb::VectorImage<float, 2u>,
otb::Meanshift::KernelUniform>
>(otb::StreamingImageToOGRLayerSegmentationFilter<otb::VectorImage<float,
2u>, otb::MeanShiftSegmentationFilter<otb::VectorImage<float, 2u>,
otb::Image<unsigned int, 2u>, otb::VectorImage<float, 2u>,
otb::Meanshift::KernelUniform> >*, otb::VectorImage<float, 2u>*,
otb::ogr::Layer const&, unsigned int) () from
/usr/lib/otb/applications/otbapp_Segmentation.so
No symbol table info available.
#12 0x00007fffda67f5ef in otb::Wrapper::Segmentation::DoExecute() ()
from /usr/lib/otb/applications/otbapp_Segmentation.so
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#13 0x00007ffff6c659d3 in otb::Wrapper::Application::Execute() () from
/usr/lib/x86_64-linux-gnu/libOTBApplicationEngine-6.2.so.1
No symbol table info available.
#14 0x00007ffff6c68dec in
otb::Wrapper::Application::ExecuteAndWriteOutput() () from
/usr/lib/x86_64-linux-gnu/libOTBApplicationEngine-6.2.so.1
No symbol table info available.
#15 0x00007ffff7bcaf89 in
otb::Wrapper::CommandLineLauncher::ExecuteAndWriteOutput() () from
/usr/lib/x86_64-linux-gnu/libOTBCommandLine-6.2.so.1
No symbol table info available.
#16 0x0000555555557334 in main (argc=<optimized out>,
argv=0x7fffffffdec8) at
./Modules/Wrappers/CommandLine/src/otbApplicationLauncherCommandLine.cxx:308
        vexp = std::vector of length 37, capacity 64 = {"Segmentation",
"-in",
"/home/paolo/Documents/Didattica/Corsi_Formazione_Faunalia/QGIS/QGIS_data/land.tif",

          "-filter", "meanshift", "-filter.meanshift.spatialr", "5",
"-filter.meanshift.ranger", "15", "-filter.meanshift.thres", "0.1",
"-filter.meanshift.maxiter",
          "100", "-filter.meanshift.minsize", "100", "-mode", "vector",
"-mode.vector.outmode", "ulco", "-mode.vector.neighbor", "true",
"-mode.vector.stitch", "true",
          "-mode.vector.minsize", "1", "-mode.vector.simplify", "0.1",
"-mode.vector.layername", "layer", "-mode.vector.fieldname", "DN",
"-mode.vector.tilesize",
          "1024", "-mode.vector.startlabel", "1", "-mode.vector.out",
"mode.vector.out.shp"}
        exp = ""
        launcher = {m_Pointer = 0x5555557be900}

-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
https://www.google.com/trends/explore?date=all&geo=IT&q=qgis,arcgis


Reply to: