Hi. This causes a segmentation:
First these are just to describe what 'in' is:
≡in
3
⍴⍴in
2
⍴in
243 243
The following line causes subsequent Segmentation fault. Let me know if I need
to provide more detail.
out←⊃⍪/,/in
LENGTH ERROR
out←⊃⍪/,/in
^ ^
====================================================
SEGMENTATION FAULT
thread: 0x7f27b4557780
thread_contexts_count: 4
busy_worker_count: 0
active_core_count: 1
thread # 0: 0x7f27b4557780 pool sema: 0 RUN job: 0 no-name
thread # 1: 0x7f27b3124700 pool sema: 0 BLKD job: 0 no-name
thread # 2: 0x7f27b2923700 pool sema: 0 BLKD job: 0 no-name
thread # 3: 0x7f27b2122700 pool sema: 0 BLKD job: 0 no-name
----------------------------------------
-- Stack trace at main.cc:69
----------------------------------------
0x7f27b3f4dc90
0x447720
========================================
====================================================
Goodbye.
768