Bug report #2870
mapserverexportplugin: qgis segfault when plugin used with unsaved project
| 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 #: | 12930 |
Description
Build Qgis Trunk on Ubuntu 9.10
When just opening a shp-file in qgis or a postgis layer, and immediatly open de mapserverexportdialog and try to export the project, qgis will first tell you that you should save the project. Doing that causes a qgis segfault on my machine.
Don't know what the best way to dive into this, but I tried to run qgis with strace to maybe have a clue. Last part attached, but I cannot see something in it.
History
#1
Updated by Paolo Cavallini about 15 years ago
Duplicated in #2966
#2
Updated by Richard Duivenvoorde about 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed by code from Martin in 752bad8d (SVN r14435)
see mail thread: http://lists.osgeo.org/pipermail/qgis-developer/2010-October/011341.html
