BQN.exe stackdump
actalley opened this issue · 1 comments
actalley commented
BQN.exe (Cygwin and MSYS2) crashes with error cygwin_exception::open_stackdumpfile: Dumping stack trace to BQN.exe.stackdump
and generates a stackdump when running the following code.
x←"-1(12+(2))32(4),"
SplitByDepth ←{⍉(∧/+`∘-˜)˝"()"≠⌜𝕩}⊸{
tableOfOcc ← 𝕨 {⍉>(<+`»⊸≠×𝕨)⊔¨ 𝕨‿𝕩}𝕩/˜¬𝕩∊"()"
𝕊´˘((2|↕∘≠)⊸/)tableOfOcc
}
•Show SplitByDepth x
actalley commented
In v0.0.8-alpha CBQN's stack overflow checking hits before Cygwin exception.