-
Notifications
You must be signed in to change notification settings - Fork 51
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
NSIndexSet.alloc().initWithIndex_ segfaults #625
Comments
this looks very similar to the old #271 |
Thanks. I'm currently travelling and will look into this when I'm back home. |
glad it helped, it's pure chance that I saw this one while reporting something else, and it rang a bell. |
That indeed seems to have fixed the issue, also when using |
Describe the bug
The following code segfaults:
This is used in
array_property
so usingarray_property
also causes segfaults.Note that
NSIndexSet.indexSetWithIndex_(0)
works fine.Platform information
3.12.6
homebrew
14.7, but also happens on 13.6.6
The text was updated successfully, but these errors were encountered: