Bug report #6504
Segfault on Mac OS X with new QgsRasterBlock class
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | Radim Blazek | ||
Category: | Rasters | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Mac OS X | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | fixed |
Crashes QGIS or corrupts data: | Yes | Copied to github as #: | 15723 |
Description
The segfault occurs when loading some projects with raster layers and when running raster unit tests.
The unittests are:
qgis_composerscalebartest - http://dash.orfeo-toolbox.org/testDetails.php?test=12507593&build=98288
qgis_projectionissues - http://dash.orfeo-toolbox.org/testDetails.php?test=12507595&build=98288
Attached are the Mac OS X crash reports for each. (there is a <-!!! at the end of the line where QgsRasterBlock might be causing the issue )
History
#1 Updated by Radim Blazek about 12 years ago
Fixed in 000f689.
The problem was in QgsRasterProjector::block() using wrong indexes to in/out blocks.
#2 Updated by Radim Blazek about 12 years ago
- Resolution set to fixed
- Status changed from Open to Closed