Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.8.2
-
None
-
Linux Ubuntu MATE 18.04 x64 - https://ubuntu-mate.org
Qt 5.12.1, Qt Creator 4.8.2
uname -a
Linux oxmate 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ compiz --version
Compiz 0.9.13.1
-
-
94d79ba3b5d61692e3d32962a7937068f62262df
Description
I was building small Qt Widget application and trying to integrate QQuickWidget and display simple open street maps sample from older Qt Books ( Packt - Handson GUI Programming with C++ and Qt5.pdf page 173 ). I am attaching crash file I got fromĀ apport and also error message from Qt Creator Application Output
21:01:44: Debugging starts QNetworkReplyHttpImplPrivate::_q_startOperation was called more than once QUrl("http://maps-redirect.qt.io/osm/5.8/street") OpenType support missing for "Ubuntu", script 11 QGeoTileProviderOsm: Tileserver disabled at QUrl("http://maps-redirect.qt.io/osm/5.8/satellite") QGeoTileFetcherOsm: all providers resolved 21:03:14: Debugging has finished
Here is contents of qml file that is displayed in QQuickWidget. The map shows up but when clicking on it and trying to pan around I get that error.
Item
{
Plugin
{
id: mapPlugin
name: "osm"
}
Map
{
id: map
anchors.fill: parent
plugin: mapPlugin
center: QtPositioning.coordinate(40.7264175,-73.99735)
zoomLevel: 14
}
}
Attachments
Issue Links
- relates to
-
QTBUG-73993 Debug break at abort() during QTextEdit layout
-
- Closed
-