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

fieldNameMap() crashes QGIS #17148

Closed
qgib opened this issue Jul 28, 2013 · 2 comments
Closed

fieldNameMap() crashes QGIS #17148

qgib opened this issue Jul 28, 2013 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption Vectors Related to general vector layer handling (not specific data formats)
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Jul 28, 2013

Author Name: Alexander Bruy (@alexbruy)
Original Redmine Issue: 8373
Affected QGIS version: master
Redmine category:vectors


Calling fieldNameMap() on vector data provider crashes QGIS.

To reproduce load shapefile and run in Python console next commands:

l = iface.mapCanvas().currentLayer()
fm = l.dataProvider().fieldNameMap()

@qgib
Copy link
Contributor Author

qgib commented Jul 29, 2013

Author Name: Alexander Bruy (@alexbruy)


  • crashes_corrupts_data was changed from 0 to 1

@qgib
Copy link
Contributor Author

qgib commented Jul 29, 2013

Author Name: Alexander Bruy (@alexbruy)


Seems fixed with 8c81032


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

@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) Crash/Data Corruption labels May 24, 2019
@qgib qgib added this to the Version 2.0.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
JamesShaeffer pushed a commit to JamesShaeffer/QGIS that referenced this issue Nov 20, 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! Crash/Data Corruption Vectors Related to general vector layer handling (not specific data formats)
Projects
None yet
Development

No branches or pull requests

1 participant