You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be related to chunking of the sequences.
These for loops work until certain number of 32-element-size chunks and then segfaults on the next chunk boundary.
This will be related to chunking of the sequences. These for loops work until certain number of 32-element-size chunks and then segfaults on the next chunk boundary.
I think this is an accurate assessment. I have some changes I'm planning to make to jank's sequences which will alleviate most of the common crashes by simplifying the API. I'll leave this open until that is fixed.
Compared to figuring out AOT compilation, getting a REPL server going, getting release binaries for everyone, etc. this is low priority for me. However, this is something which I will fix, when it makes sense, since I recognize it's a blocker issue.
commit 45d7de0 on Mac OS 14.6.1 Apple M1, memory 8G.
The following code gives segmentation fault at
size
137953 and higer:With 2 bindings it segfaults at
size
97 and higer:With 3 bindings it segfauts at
size
21 and higer:The text was updated successfully, but these errors were encountered: