Closed Sbte closed 3 weeks ago
this looks very similar to the old #271
the fix for #271 is specific to NSData, it can be found in this commit: bf601d4
Thanks.
I'm currently travelling and will look into this when I'm back home.
@rndblnch: #271 is relevant, I'm tweaking that workaround to be more general. Thanks for the tip, that made finding a workaround a lot easier.
@rndblnch: #271 is relevant, I'm tweaking that workaround to be more general. Thanks for the tip, that made finding a workaround a lot easier.
glad it helped, it's pure chance that I saw this one while reporting something else, and it rang a bell. after some digging I found the bug I reported 5 years ago … thanks again for your work.
That indeed seems to have fixed the issue, also when using array_property
. Thanks a lot!
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