Bug report #16598

Updated by Jürgen Fischer almost 7 years ago

QGIS 2.18.8 (and also master) crashes when one adds PostGIS layers from the browser or from DB-Manager. Everything is OK if one uses the "Add PostGIS layers" button.

This is a regression since it didn't happen with 2.18.7. Several PostgreSQL servers were tested.

<pre>


Stack Trace:

(Qt5Core) QSizeF::transpose (unknown file):(unknown line)
(Qt5Core) QString::split (unknown file):(unknown line)
((unknown module)) QgsMapToolDeleteRing::ringNumInPolygon (unknown file):(unknown line)
((unknown module)) QgsMapToolDeleteRing::ringNumInPolygon (unknown file):(unknown line)
((unknown module)) QgsMapToolDeleteRing::ringNumInPolygon (unknown file):(unknown line)
((unknown module)) QgsMapToolDeleteRing::ringNumInPolygon (unknown file):(unknown line)
((unknown module)) QgsMapToolDeleteRing::ringNumInPolygon (unknown file):(unknown line)
((unknown module)) QgsMapToolDeleteRing::ringNumInPolygon (unknown file):(unknown line)
(Qt5Core) QMetaObject::activate (unknown file):(unknown line)
(Qt5Core) QTimer::timeout (unknown file):(unknown line)
(Qt5Core) QObject::event (unknown file):(unknown line)
(Qt5Widgets) QApplicationPrivate::notify_helper (unknown file):(unknown line)
(Qt5Widgets) QApplication::notify (unknown file):(unknown line)
((unknown module)) QgsMapLayerStore::metaObject (unknown file):(unknown line)
(Qt5Core) QCoreApplication::notifyInternal2 (unknown file):(unknown line)
(Qt5Core) QEventDispatcherWin32Private::sendTimerEvent (unknown file):(unknown line)
(Qt5Core) QEventDispatcherWin32::processEvents (unknown file):(unknown line)
(USER32) TranslateMessageEx (unknown file):(unknown line)
(USER32) TranslateMessage (unknown file):(unknown line)
(Qt5Core) QEventDispatcherWin32::processEvents (unknown file):(unknown line)
((unknown module)) qt_plugin_query_metadata (unknown file):(unknown line)
(Qt5Core) QEventLoop::exec (unknown file):(unknown line)
(Qt5Core) QCoreApplication::exec (unknown file):(unknown line)
((unknown module)) QgsMapToolDeleteRing::ringNumInPolygon (unknown file):(unknown line)
(kernel32) BaseThreadInitThunk (unknown file):(unknown line)
(ntdll) RtlUserThreadStart (unknown file):(unknown line)

QGIS Info:

QGIS Version: 2.99.0-Master
QGIS code revision: d55fa22
Compiled against Qt: 5.7.1
Running against Qt: 5.7.1
Compiled against GDAL: 2.2.0
Running against GDAL: 2.2.0

System Info:

CPU Type: x86_64
Kernel Type: winnt
Kernel Version: 6.1.7601
</pre>

Back