Bug report #11466
Processing script crashes in batch mode with greater than 2 rows (Windows only)
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | 2.4.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 19741 |
Description
I have written a script for the processing toolbox. When I run it in batch mode with 3 or more rows in the batch interface, the program errors out on the third row.
"IOError: [Errno 9] Bad file descriptor"
The first two rows process as expected and if there are only two rows the process completes and exits normally.
Seems to only affect windows as the same script works in linux.
Relevant section of the processing log attached.
History
#1 Updated by Giovanni Manghi about 10 years ago
- Assignee set to Victor Olaya
- Category set to 94
- Status changed from Open to Feedback
Can you please give a try to QGIS master and/or attach your model and sample data? thanks.
#2 Updated by jon sellars about 10 years ago
- File maptite.tar.gz added
Script and input file attached as well as a screen grab of settings for batch. There is info in the .help file. Basically the script determines suitable areas of marsh for restoration efforts based on knowledge of a plants elevation range.
Will try master.
#3 Updated by Giovanni Manghi about 10 years ago
works just fine for me on qgis master/windows.
#4 Updated by jon sellars about 10 years ago
Thanks! Trying to get master installed on our work machines. Will reply when I do.
#5 Updated by jon sellars about 10 years ago
- Status changed from Feedback to Closed
Confirmed working in master. Marking it closed. THX!! -Jon
#6 Updated by Giovanni Manghi over 9 years ago
- Category changed from 94 to Processing/Core