Bugzilla – Bug 1228366
Missing package for Application:Geo/qgis: causes fatal error std::bad_alloc on loading plugin
Last modified: 2024-07-26 23:29:45 UTC
qgis 3.34.1 crashes when loading the Plugin "LINZ Data Importer" with fatal error std::bad_alloc I have traced the error to the package python311-OWSLib which attempts to load the Python package pyproj which needs to be installed correctly from python311-pyproj. The package python311-pyproj is missing from Leap 15.6 repos. I have successfully installed python311-pyproj 3.6.1 from a Tumbleweed community project. This has corrected the bad_alloc fatal error. Package python311-pyproj is needed in Leap 15.6 for qgis and should be listed as a "required by" in package python311-OWSLib.