Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qgis crashes on large shapefile #10307

Closed
qgib opened this issue Aug 27, 2006 · 3 comments
Closed

Qgis crashes on large shapefile #10307

qgib opened this issue Aug 27, 2006 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Vectors Related to general vector layer handling (not specific data formats)

Comments

@qgib
Copy link
Contributor

qgib commented Aug 27, 2006

Author Name: Redmine Admin (Redmine Admin)
Original Redmine Issue: 248

Redmine category:vectors
Assignee: Redmine Admin


When using Qgis, it crashes out with a seg fault when I'm loading a large shapefile. The file contains all the 911 roads in the state of Maine. They offer these files on a county by county basis, so it's not imperitive.
The file is anyone is interested is at:
http://apollo.ogis.state.me.us/data/state/e911rds_01062006s.zip

The crash out put is as follows:
ESRI Shapefiles (*.shp *.SHP);;Spatial Data Transfer Standard (*catd.ddf CATD.DDF);;MapInfo (.mif *.tab *.MIF .TAB);;Geography Markup Language (.gml *.GML);;
[[QgsComposer]]::saveWindowState
[[QgsComposer]]::saveWindowState
[ScimInputContextPlugin]
QInputContext: no input method context available
QInputContext: no input method context available
Adding field with name E911RDS_ID, decoded from UTF-8
Adding field with name FMSRC, decoded from UTF-8
Adding field with name FMPROCSS, decoded from UTF-8
Adding field with name FMUPDORG, decoded from UTF-8
Adding field with name FMSRCORG, decoded from UTF-8
Adding field with name FMUPDDAT, decoded from UTF-8
Adding field with name AMUPDORG, decoded from UTF-8
Adding field with name AMUPDDAT, decoded from UTF-8
Adding field with name SOURCE, decoded from UTF-8
Adding field with name E911, decoded from UTF-8
Adding field with name PREDIR, decoded from UTF-8
Adding field with name STREET, decoded from UTF-8
Adding field with name SUFFIX, decoded from UTF-8
Adding field with name POSTDIR, decoded from UTF-8
Adding field with name RDNAME, decoded from UTF-8
Adding field with name L_ADD_FROM, decoded from UTF-8
Adding field with name L_ADD_TO, decoded from UTF-8
Adding field with name R_ADD_FROM, decoded from UTF-8
Adding field with name R_ADD_TO, decoded from UTF-8
Adding field with name L_RANGE, decoded from UTF-8
Adding field with name R_RANGE, decoded from UTF-8
Adding field with name RANGE, decoded from UTF-8
Adding field with name TOWN, decoded from UTF-8
Adding field with name MEGIS_ID, decoded from UTF-8
Adding field with name READD, decoded from UTF-8
Adding field with name LCITY, decoded from UTF-8
Adding field with name RCITY, decoded from UTF-8
Adding field with name LESN, decoded from UTF-8
Adding field with name RESN, decoded from UTF-8
Adding field with name SHAPE_LEN, decoded from UTF-8
QObject::connect: No such signal [[QgsVectorDataProvider]]::repaintRequested()
QObject::connect: (sender name: 'unnamed')
QObject::connect: (receiver name: 'unnamed')
vvvvvvvvvvvvvvvvv PROJ4 TEXT vvvvvvvvvvvvvvv
+proj=utm +zone=19 +ellps=GRS80 +datum=NAD83 +units=m +no_defs
^^^^^^^^^^^^^^^^^ PROJ4 TEXT ^^^^^^^^^^^^^^^
[[QgsSpatialRefSys]]::createFromProj4 wholetext match on name failed, trying proj4string match
[[QgsSpatialRefSys]]::getRecord failed : users qgis.db not found
[[QgsSpatialRefSys]]::createFromProj4 globbing search for srsid from this proj string
[[QgsSpatialRefSys]]::findMatchingProj -------> MATCH FOUND in srs.db srsid: 1477
[[QgsSpatialRefSys]]::createFromProj4 globbing search for srsid returned srsid: 1477
[[QgsSpatialRefSys]]::createFromProj4 wholetext match on name failed, trying proj4string match
[[QgsSpatialRefSys]]::getRecord failed : users qgis.db not found
[[QgsSpatialRefSys]]::createFromProj4 globbing search for srsid from this proj string
[[QgsSpatialRefSys]]::findMatchingProj -------> MATCH FOUND in srs.db srsid: 1477
[[QgsSpatialRefSys]]::createFromProj4 globbing search for srsid returned srsid: 1477
QInputContext: no input method context available
QInputContext: no input method context available
Selection rectangle is 139786.8191001138766296,4745679.7750523472204804 : 857150.7744015250355005,5269185.7249983334913850
Setting spatial filter using POLYGON ((139786.81910011 4745679.77505235, 139786.81910011 5269185.72499833, 857150.77440153 5269185.72499833, 857150.77440153 4745679.77505235, 139786.81910011 4745679.77505235))
Segmentation fault

@qgib
Copy link
Contributor Author

qgib commented Oct 12, 2006

Author Name: Redmine Admin (Redmine Admin)


Crashes also in 0.8.0 :-(

@qgib
Copy link
Contributor Author

qgib commented Nov 10, 2006

Author Name: Martin Dobias (@wonder-sk)


This was caused with the fact that some of the features were 2.5D [[MultiLineStrings]].
WKB type of feature was reported as [[MultiLineString]] (without Z value), although in fact WKB type for the parts was [[LineString]]25D.

Fixed in 60b96fc (SVN r6073).


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Aug 21, 2009

Author Name: Anónimo (Anónimo)


Milestone Version 0.8 deleted

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Vectors Related to general vector layer handling (not specific data formats) labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Vectors Related to general vector layer handling (not specific data formats)
Projects
None yet
Development

No branches or pull requests

1 participant