sourcepole / qgis-openlayers-plugin

Openlayers plugin for QGIS
GNU General Public License v2.0
172 stars 108 forks source link

Crashes on Ubuntu 16.04 with QGIS 2.14 from UbuntuGIS-stable - Segmentation fault (core dumped) #65

Closed Jo-Schie closed 5 years ago

Jo-Schie commented 5 years ago

The Plugin fails on my computer and I'm not able to fix it even after several reinstallations.

This is the output of the terminal when qgis is started from terminal:

Warning: void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "Terms of Service / About" under id 277 
Trying `CDLL(libgeos_c.so.1)`
DEBUG:shapely.geos:Trying `CDLL(libgeos_c.so.1)`
Library path: 'libgeos_c.so.1'
DEBUG:shapely.geos:Library path: 'libgeos_c.so.1'
DLL: <CDLL 'libgeos_c.so.1', handle 7fe88ba2c9e8 at 7fe82102dad0>
DEBUG:shapely.geos:DLL: <CDLL 'libgeos_c.so.1', handle 7fe88ba2c9e8 at 7fe82102dad0>
Trying `CDLL(libc.so.6)`
DEBUG:shapely.geos:Trying `CDLL(libc.so.6)`
Library path: 'libc.so.6'
DEBUG:shapely.geos:Library path: 'libc.so.6'
DLL: <CDLL 'libc.so.6', handle 7fe88ba2f4e8 at 7fe82102db10>
DEBUG:shapely.geos:DLL: <CDLL 'libc.so.6', handle 7fe88ba2f4e8 at 7fe82102db10>
Warning: void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "&Toolbox" under id 348 
ERROR 1: NUMPY driver was compiled against GDAL 2.1, but the current library version is 2.2
Warning: void DBusMenuExporterPrivate::fillLayoutItem(DBusMenuLayoutItem*, QMenu*, int, int, const QStringList&): No id for action 
Warning: void DBusMenuExporterPrivate::fillLayoutItem(DBusMenuLayoutItem*, QMenu*, int, int, const QStringList&): No id for action 
Warning: Object::connect: No such signal QWebPage::loadProgress(int)
 setLayerType: Google Satellite
OpenlayersController.__init__
Warning: Object::connect: No such signal OLWebPage::loadFinished(bool)
Segmentation fault (core dumped)

and this is the output of dmesg

[43365.756870] Thread (pooled)[25773]: segfault at 0 ip 00007f12335baf93 sp 00007f1186d3fd60 error 4 in libqgis_core.so.2.14.11[7f1233111000+91b000]
[43420.908233] Thread (pooled)[25947]: segfault at 0 ip 00007fe88a054f93 sp 00007fe7dd81fd60 error 4 in libqgis_core.so.2.14.11[7fe889bab000+91b000]

Any ideas how to fix this?