-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
SIGSEGV in isConstraintFiltered #1338
Comments
I can't seem to produce the problem. Do you mean by |
Indeed. I forgot I've changed the shortcut.
Turned out this is actually more tricky to reproduce then I first thought. Today I found out it depends on the main window size and won't crash if the window is too small. At least of my setup: Edit: Seems it is not much about the size. But if I change the size and then reload the file (or freshly start the app and open it) and then add the constraint in a short time it usually crashes. Also I've collapsed the Constraints panel on the left size. But can't say for sure if it is related. |
I've managed to reproduce SegFault with the same stacktrace, but using a different file. So it is not related to anything specific to the file. From what I remember, I was in the |
Steps to reproduce
Sketch006
Edge12
line.h-length
constrain for instance by pressingx
FC crashes with
SIGSEGV
.Note changing a small thing like visibility of the
SleeveScrew
part or doing small edits prevents the crash or make it happend later. Sometimes it takes multiple tries to reproduce.The text was updated successfully, but these errors were encountered: