Details
Description
pluginParameters = {} pluginParameters["osm.useragent"] = "Foo" self.provider = PyQt5.QtLocation.QGeoServiceProvider("osm", pluginParameters )
This code crashes the program. Omitting pluginParameters works. Note,: the second argument of that constructor is a QVariantMap.
Same code with PyQT5 works