-
Notifications
You must be signed in to change notification settings - Fork 22
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
Crash when using sidebar / macOS 14.0 / M1 #190
Comments
Would you be able to attach an example project and steps to reproduce? Or if you can't publicly share it, you can e-mail it to |
Sure, previously I thought it was my setup responsible. But my students using macOS 14.0 are having the same issue. Here you have my repository (second lesson in Constraint Programming course) https://gitlab.com/agh-courses/23/cp/lab-02 .
|
Unfortunately I still can't seem to reproduce this (on an M1 mac running macOS 14.0). Were you able to trigger this on a fresh clone of the |
Is there any preferable way to gather logs to send you? Here is an output from terminal.
|
Another short update. |
What version of Qt did you use to build? The official build used 6.5.1, so maybe this is actually a Qt bug which got fixed later. Although that still doesn't explain why I can't reproduce this using the official package. |
I've built it against |
Hmm... I've removed all the MiniZinc related settings:
Since then, I can't reproduce the issue. |
As I cannot reproduce it consistently, I close the issue :) |
OK, the issue came back again. I would debug it by myself, but... it does not happen with my own build from the |
Would you be able to try this build? This has been built by our CI system using the latest stable Qt, so if the issue persists here then we'll have some more investigation to do. |
It seems fine… I cannot reproduce the crash, will try harder in my spare time and then come back with some results ;) BTW It's great OR-tools got into the bundle :) |
System: macOS 14.0
Arch: M1 arm64
MiniZincIDE: 2.7.6
MiniZincIDE crashes often when I'm using the project sidebar.
The most common case is when I want to open an
.msc
(compiled model checker file).The text was updated successfully, but these errors were encountered: