You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising the issue. I think this is related to other issues which have appeared over the last year or so (first notice on Windows 64 bit platforms) seem to relate to the python SIP bindings... the C++ parts of some python objects get lost.
In this case I suspect the fix is to include a check for a null pointer on the old symbol when changing to a new in QGIS. This won't fix the python bindings issues but it will stop QGIS crashing... I guess the null pointer dereferencing should be locatable in a debugger.
When I switch from renderer created by plugin to one of the standard renderers QGIS crashes. See also http://hub.qgis.org/issues/13973
The text was updated successfully, but these errors were encountered: