Skip to content
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

OSX Hang #179

Closed
hobu opened this issue Mar 7, 2021 · 3 comments
Closed

OSX Hang #179

hobu opened this issue Mar 7, 2021 · 3 comments

Comments

@hobu
Copy link

hobu commented Mar 7, 2021

Updating to the latest causes OSX to hang

    frame #38: 0x00007fff22c91de9 AppKit`_DPSNextEvent + 883
    frame #39: 0x00007fff22c905af AppKit`-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1366
    frame #40: 0x00007fff22c82b0a AppKit`-[NSApplication run] + 586
    frame #41: 0x0000000121ced320 libqcocoa.dylib`___lldb_unnamed_symbol982$$libqcocoa.dylib + 98
    frame #42: 0x0000000121cec991 libqcocoa.dylib`___lldb_unnamed_symbol975$$libqcocoa.dylib + 471
    frame #43: 0x0000000103a416ea libQt5Widgets.5.12.9.dylib`QWidgetPrivate::show_helper() + 444
    frame #44: 0x0000000103a41f36 libQt5Widgets.5.12.9.dylib`QWidgetPrivate::setVisible(bool) + 646
    frame #45: 0x000000010000aea4 qgis`main + 20292
    frame #46: 0x00007fff20399621 libdyld.dylib`start + 1
    frame #47: 0x00007fff20399621 libdyld.dylib`start + 1
@gillins
Copy link
Contributor

gillins commented Mar 7, 2021

Are you on Big Sur? If so, there is an issue with the older qt conda uses (see #168). Try export QT_MAC_WANTS_LAYER=1...

@hobu
Copy link
Author

hobu commented Mar 7, 2021

Are you on Big Sur?

yep. sorry for not searching. I figured it was fresh to 3.18.0.

export QT_MAC_WANTS_LAYER=1

☝️ indeed fixes it.

How long until a qt bump?

@hobu hobu closed this as completed Mar 7, 2021
@gillins
Copy link
Contributor

gillins commented Mar 7, 2021

How long until a qt bump?

Not sure, there is some discussion here: conda-forge/pyqt-feedstock#98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants