[QGIS-Developer] Drag and drop to PostGIS crash

Nyall Dawson nyall.dawson at gmail.com
Mon May 29 23:39:01 PDT 2017


On 30 May 2017 at 16:30, Radim Blazek <radim.blazek at gmail.com> 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


More information about the QGIS-Developer mailing list