Bug report #14021
changing a value in the advanced settings editor makes qgis crash
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Alessandro Pasotti | ||
Category: | - | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 22034 |
Description
subject says it all, tested on master/osgeo4w.
Associated revisions
Storing a pointer to QSettings instead of using stack
The settings were allocated in the stack
causing a segfault when accessed from the slot
Fixes #14021
History
#1 Updated by Alessandro Pasotti almost 9 years ago
- Assignee set to Alessandro Pasotti
- Status changed from Open to In Progress
#2 Updated by Alessandro Pasotti almost 9 years ago
#3 Updated by Alessandro Pasotti almost 9 years ago
- Resolution set to fixed/implemented
- Status changed from In Progress to Closed
Fixed in ca37d004ac