On 30 May 2017 at 16:30, Radim Blazek <[email protected]> wrote: > Hi, > > QGIS3 crashes when a vector is dragged and drop to PostGIS in browser > in qgspostgresconn.cpp on > > // sharing connection between threads is not safe > // See https://issues.qgis.org/issues/13141 > Q_ASSERT( QApplication::instance()->thread() == QThread::currentThread() > ); > > the issue mentioned above is about something different (loading items > in thread) and it is marked as resolved.
Works OK here if I remove that assert... can you test and confirm that it's safe to remove? I don't know the history here... Nyall _______________________________________________ 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
