homebrew-osgeo4mac: QGIS3 crashes when I click on QGIS → About QGIS & on Plugins → Manage and install plugins → click on some plugins

When I run it on terminal it return this error:

/usr/local/bin/qgis3: line 12: 27621 Segmentation fault: 11  /usr/local/opt/qgis3/QGIS.app/Contents/MacOS/QGIS "$@"

It’s only me? Where it something wrong in my build or something ir wrong it general. The rest of the things seem to work fine. No crashing.

It’s quite a funny / stupid error. 😅

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 1
  • Comments: 24

Most upvoted comments

Interesting news… just build on my wife’s computer, with Sigh Sierra and this bug isn’t present…

I’ve uninstalled some dependencies in my machine and now I’m rebuilding. Let’s see, but it’s pretty sure it’s an isolated issue on my machine.

I still have the this problem. I just figure out that I can click and unclick on the plugins window if I hold cmd ⌘ key while clicking… it’s so weird. 😆

I have to check if my wife also haves it. We both have High Sierra although her computer is totally new and I think he haven’t updated Homebrew in a while.

@nickrobison @luispuerto I’m preparing some changes for qgis3.

It will facilitate the installation and incorporate more Python Modules (see list in: https://lutraconsulting.github.io/qgis-mac-packager), which will be installed in another formula so that we do not have to be building them every time we build qgis3.

I have tried these changes, qgis3 creates a link to use them:

(prefix/"QGIS.app/Contents/Resources/python").install_symlink Dir["#{Formula["qgis3-resources"].opt_libexec}/vendor/lib/python#{py_ver}/site-packages/*"]

Everything works perfectly 🎉

Will solve the problems that some have with PyQt5 and SIP #510

I will incorporate the new formulas I have for sip, pyqt and qscintilla2. Updated to its latest version.

@luispuerto the formulas so you can try: six.rb, qgis3-resources.rb and qgis3

p/d: @luispuerto Maybe this solves the problem you have.

Since I’ve suspected that perhaps the problem was related to my profile I moved ~/Library/Application Support/QGIS/QGIS3/profiles/default and tried again.

The outcome it’s exactly the same…

Seems that error is related to python.

I’ll try to update and I’ll check

@luispuerto I did not have this problem, but I updated a more recent commit just in case. Everything worked fine. Later I apply the changes!

@luispuerto I will check this!