Bug report #3013
union crashes QGIS
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | |||
Category: | Python plugins | ||
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 #: | 13073 |
Description
When applying union from fTools plugin to the attached data, QGIS consistently crashes. QGIS self compiled from trunk (r14215), geos 3.2.0 from Debian testing.
History
#1
Updated by Giovanni Manghi over 14 years ago
Paolo and Carson,
no crash under Ubuntu 10.04, geos 3.2.2
Seems to me a GEOS version problem.
By the way, the windows/osgeo4w version of geos should be really updated...
#2
Updated by Jürgen Fischer over 14 years ago
also crashes on Debian unstable using GDAL 1.6, but doesn't with GDAL 1.7 from experimental.
#3
Updated by cfarmer - over 14 years ago
- Status changed from Open to In Progress
Works fine for me (GDAL 1.7.2 & GEOS 3.2.2) This is obviously not (directly) a QGIS issue. I'm unsure on what to do here? Thoughts?
Carson
#4
Updated by Paolo Cavallini over 14 years ago
I think generally the error should be trapped, not crashing the whole QGIS.
#5
Updated by cfarmer - over 14 years ago
- Status changed from In Progress to Open
Major changes to union in faa3eb83 (SVN r14538), please test and re-open if required.
Carson
#6
Updated by Paolo Cavallini over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Confirmed, fixed. Thanks Carson!