Bug report #1915
shapefile crashes qgis
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Data Provider | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 11975 |
Description
Hi,
I have a shapefile that crashes qgis when added to the project. Happens on both linux and windows (1.2). It is indeed a problem with the data, as cleaning the vector with GRASS do the trick, but I guess that the program should throw a warning/error and not crash. Vector attached.
Associated revisions
fix #1915
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11539 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #1915
git-svn-id: http://svn.osgeo.org/qgis/trunk@11539 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer about 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
feature 78 has an invalid geometry - the ogr provider now copes with it.
fixed in 6bea923d (SVN r11540)