Bug report #15677
[processing] dissolve (QGIS Geoalgorithm) return [Errno 9] Bad file descriptor
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Unknown | ||
Affected QGIS version: | 2.16.3 | Regression?: | No |
Operating System: | windows | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 23600 |
Description
at runtime processing return :
Traceback (most recent call last):
File "C:/PROGRA~1/QGIS2~1.16/apps/qgis/./python/plugins\\processing\\core\\GeoAlgorithm.py", line 203, in execute
self.processAlgorithm(progress)
File "C:/PROGRA~1/QGIS2~1.16/apps/qgis/./python/plugins\\processing\\algs\\qgis\\Dissolve.py", line 141, in processAlgorithm
print outFeat.geometry().exportToWkt()
IOError: [Errno 9] Bad file descriptor
QGIS 2.16.3 32 or 64 bits
Associated revisions
[processing] remove debug line (fix #15677)
History
#1 Updated by Alexander Bruy about 8 years ago
- Status changed from Open to Closed
Fixed in changeset ba98e2d5895bbf68fc23eabb4eaa78a62cf769e5.
#2 Updated by Jürgen Fischer about 7 years ago
- Category set to Unknown