Re: [Bug-apl] Segfault in assign_cellrefs

2014-03-21 Thread Juergen Sauermann
Hi, thanks, fixed in SVN 168. Now LENGTH ERROR is thrown instead. /// Jürgen On 03/21/2014 12:27 PM, Elias Mårtenson wrote: Sorry, it's not a segfault, it's an assertion error. I do, however, get on if I do the following: * X←1 2 2 1 2 2 2 1 2 2 2 2 1 2 2 2 2 2 1 3* * V←X ◊ (V/V)←

Re: [Bug-apl] Segfault in assign_cellrefs

2014-03-21 Thread Elias Mårtenson
Sorry, it's not a segfault, it's an assertion error. I do, however, get on if I do the following: * X←1 2 2 1 2 2 2 1 2 2 2 2 1 2 2 2 2 2 1 3* * V←X ◊ (V/V)←∊≠\¨V⊂V* SEGMENTATION FAULT -- Sta

[Bug-apl] Segfault in assign_cellrefs

2014-03-21 Thread Elias Mårtenson
I was testing Kacpers solution to my problem in another thread, and I got a crash. Easily reproduced by typing in the following two commands: * V←1 2 2 1 2 2 2 1 2 2 2 2 1 2 2 2 2 2 1 3* * (V/V)←∊≠\¨V⊂V* The result is: ===