-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qgis-providers: postinst failure: free(): invalid pointer #35195
Comments
A similar issue (when building, not package related) was caused by linking with Proj 7 on my machine - 6.3 x worked fine. So this looks like a system issue on that individual system. Obviously this will need to be fixed at some point though. Plus the memory leak issues - validated those and got a similar output but don't understand enough to comment. |
The memory leak issues are the most important thing to fix for the issue. |
The bug seems to be in qgis, rather than the system. I am also facing the same issue. It has now blocked all possible updates on my system also. |
I can't reproduce - on my build using a self-built proj 7 and gdal master direct from upstream I get no issues reported by valgrind/asan. My gut feeling is that this isn't a qgis issue. |
The Valgrind stack trace shows that QGIS and/or one of its dependent libraries is linking against 2 different versions of PROJ:
This is the cause of the crash |
Closing as a downstream bug |
can't install qgis on ubuntu 20.04 due to this problem |
As reported by Laurent Bonnaud in Debian Bug #954242:
The text was updated successfully, but these errors were encountered: