Bug report #6865
Problem with Identify tool after dissolve
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | Vectors | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Linux / Windows | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 15998 |
Description
Making an Identify on the polygon "PINHEL - Residual" of the attached shapefile with QGIS master (Linux and Windows), I get an Exception std::bad_alloc or, simply, a segmentation fault. In all other polygons of the shapefile, Identify works smoothly.
This shapefile is the result of a dissolve (fTools) operation, but the same error happens when I do the dissolve directly into the SpatiaLite database with ST_Union.
I've tested this Identify operation on version 1.7.4 and 1.8, and it works without problems, so I'm marking this ticket as blocker.
Interestingly, loading the shapefile on GRASS apparently correct the problem during the import, and the error disappears.
History
#1 Updated by Pedro Venâncio almost 12 years ago
- Status changed from Open to Closed
This is no longer happening in recent dev-versions.
Thanks!