Bug report #3100
GDAL tools crash QGIS when a layer is removed from the canvas
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Giuseppe Sucameli | ||
Category: | GDAL Tools | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Debian | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 13160 |
Description
- Load a raster
- Open Contour from Raster menu
- Go to canvas and remove the loaded raster
- Go to the plugin
- Segfault
Associated revisions
fix related to #3100 and missed in r15474
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15512 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix related to #3100 and missed in r15474
git-svn-id: http://svn.osgeo.org/qgis/trunk@15512 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Giovanni Manghi about 14 years ago
no seg fault under Ubuntu/trunk
#2 Updated by Paolo Cavallini about 14 years ago
Confirmed on both Debian Unstable @amd64 and Debian Testing @i386
#3 Updated by Borys Jurgiel about 14 years ago
Confirmed on Ubuntu/trunk - not immediately after coming back to the plugin window, but after some clicking it crashes.
#4 Updated by Giuseppe Sucameli about 14 years ago
- Status changed from Open to In Progress
Confirmed on Ubuntu 9.10/trunk
After you come back to the plugin window, select a different input file (select button) and then re-select the layer in canvas (the removed one).
Solution: refreshing the combo when the layers in canvas changed
#5 Updated by Giuseppe Sucameli over 13 years ago
- Resolution set to fixed
- Status changed from In Progress to Closed
Fixed from 167df200 (SVN r15475)