-
Notifications
You must be signed in to change notification settings - Fork 120
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
MacOS : Recursive repaint detected #106
Comments
@osterwood I can't replicate this. I get some weird visual artifacts in the toolbar, but the app runs. Below is the system info. |
I'm running 10.14.4. I'll try updating the 10.14.6 and see if that changes anything. |
I don't have access to mac but I'll try to finalize #101 to check if this can be reproduced. In the meantime could you try to paste a backtrace from lldb ? |
@osterwood Any progress on this? |
Haven't had a chance to upgrade yet, but I was able to get it to launch (once) and run code successfully. Since then, I am getting the same "Recursive repaint" error. Exiting the conda ENV and re-entering it does not help, no apparent python process lingering in the background -- not sure why it worked once and not again. Here is what happened when running via lldb (not sure how useful this is).
|
Sounds like maybe a race condition in the app's startup. |
Looking at the python stacktrace, it looks like
|
I was just able to launch the GUI 6 times in a row. No changes to the conda ENV or the OS. No idea what's going on here, but closing the issue until I can reproduce the issue reliably. Adam, thanks for noticing the recursive call there. If this reproduces, that gives me a good starting point to determine the root cause. |
@osterwood did you maybe update graphics card drivers recently? |
Nope - this machine (which originally had the issue and now does not) has not been rebooted in 50 days. |
I created a new Conda env with a head checkout of CQ-editor and get the following error when trying to launch it:
Any ideas about what might be causing this? The repo runs without issue on a Ubuntu machine I have, with a Conda env created the exact same way.
The text was updated successfully, but these errors were encountered: