Bug report #14881

Updated by Nyall Dawson over 5 years ago

As reported by Nelson A. de Oliveira in "Debian Bug #825091":https://bugs.debian.org/825091, qgis 2.14.3 segfaults in @QWebPage::staticMetaObjectExtraData ()@ when it's built with @WITH_QTWEBKIT=FALSE@:

> With an empty project I loaded a SRTM file, double clicked at GRASS

> GIS 7's r.param.scale (in the toolbox) and got a segfault.

> It's reproducible.

>

> gdb's "thread apply all bt full" is attached.



This gdb log is attached as: @gdb_qgis_2.14.3_grass.txt@



And the second report:

> I saw that QuickOSM is also segfaulting (gdb output is also attached).



This gdb log is attached as: @gdb_qgis_2.14.3_quickosm.txt@



I can reproduce the problem by starting qgis and installing the QuickOSM plugin.



The gdb output for this is attached as: @gdb_qgis_2.14.3_install-quickosm.txt@



Interestingly despite @WITH_QTWEBKIT=FALSE@ used for the build, @/usr/lib/python2.7/dist-packages/PyQt4/QtWebKit.so@ is still in the backtraces.

Back