Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • otb otb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 210
    • Issues 210
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Issues
  • #1266
Closed
Open
Issue created Aug 25, 2016 by Sébastien Dinot@sdinotOwner

Monteverdi crash when running Convert application (5.6.1 nightly)

Mantis Issue 1266, reported by sdinot, assigned to gpasero, created: 2016-08-25

Monteverdi crashes when trying to do a simple otbgui_Convert Tested with today's nightly 5.6.1 standalone linux package

An output image is generated, but it looks like the problem comes from reading it.

1472130677 - gpaseroFirst diagnostic :

  • the application successfully generate the output image. However the settings of the application (rescale + float ouptut pixel type) give an output image with pixel values between 10^35 and 10^38.
  • the crash happens in the Histogram generation function in Monteverdi, during image loading.
  • QGis can open the output image and displays it right.

1472133118 - salbertcovariance matrix contains 'inf' here: http://git.orfeo-toolbox.org/monteverdi2.git/blob/refs/heads/release-3.4:/Code/Common/Core/mvdHistogramModel.h#l600 [^]

It is taken from http://git.orfeo-toolbox.org/monteverdi2.git/blob/refs/heads/release-3.4:/Code/Common/Core/mvdHistogramModel.h#l580 [^]

Type is : https://git.orfeo-toolbox.org/monteverdi2.git/blob/refs/heads/release-3.4:/Code/Common/Core/mvdHistogramModel.h#l550 [^]

1472142863 - gpaseroFound the issue : the filter otb::StreamingStatisticsVectorImageFilter does some computation in float, instead of double.

1472144066 - gpaseroFi

Assignee
Assign to
Time tracking