Bug report #8716
QGIS crash setting out parameter in Processing graphical modeler
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | 2.0.1 | Regression?: | No |
Operating System: | Debian wheezy | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | duplicate |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 17434 |
Description
QGIS version 2.0.1-Dufour
QGIS code revision d57fe58
code from branch release-2_0
reproducible doing these steps in my debian wheezy (Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux)
1) load a raster
2) open Processing graphical modeler
3) add a restar input
4) add GRASS r.aspect algorithm (without setting output) => add in modeler
5) reopen r.aspect and set output => then crash
qgis compiled Debug mode and valgrind support. Attached logs of the crash
History
#1 Updated by Giovanni Manghi about 11 years ago
- Status changed from Open to Feedback
- Operating System changed from Debian wheesy to Debian wheezy
Tested on Windows (osgeo4w, qgis 32bit), not confirmed. I will do also on Ubuntu.
#2 Updated by Filipe Dias about 11 years ago
5) reopen r.aspect and set output => then crash
When you did this, did you double-click on "r.aspect" ou did you press "edit"?
#3 Updated by Luigi Pirelli about 11 years ago
:)
opening with double-clilk generate crash
opening with edit doesn create crash
why? I can't investigate in this moment
Filipe Dias wrote:
5) reopen r.aspect and set output => then crash
When you did this, did you double-click on "r.aspect" ou did you press "edit"?
#4 Updated by Filipe Dias about 11 years ago
- Status changed from Feedback to Closed
- OS version changed from Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux to Linux
- Resolution set to duplicate
The problem is the double-click, which causes the crash. I've reported this a while ago but unfortunately it hasn't been fixed.
#5 Updated by Giovanni Manghi over 9 years ago
- Category changed from 94 to Processing/Core