Trying to make a plugin work in QGIS 3, I am facing problems when using the QgsGeometryAnalyzer buffer function in a QThread. In QGIS 2 (with Qt4) there were no such issues.
If I try to use the QgsGeometryAnalyzer buffer function in a thread, I get Qt error messages: "QObject::killTimer: Timers cannot be stopped from another thread" "QObject::~QObject: Timers cannot be stopped from another thread" and after a while (about a minute) QGIS crashes. Are there known threading issues with the QgsGeometryAnalyzer functions in QGIS 3 / Qt5? Håvard -- Håvard Tveite Faculty of Sciences and Technology, NMBU Drøbakveien 31, POBox 5003, N-1432 Ås, NORWAY Phone: +47 67231548 Web: http://www.nmbu.no _______________________________________________ Qgis-developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
