Re: [Bug-apl] assertion failure on )load

2014-11-06 Thread Colin Verrilli
Thanks! That fixed it. On Thu, Nov 6, 2014 at 10:19 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Colin, > > thanks, that explains it. Fixed in SVN 505. > > /// Jürgen > > > On 11/06/2014 03:24 AM, Colin Verrilli wrote: > > Juergen, > Here is a recreate > >)load APL

Re: [Bug-apl] assertion failure on )load

2014-11-06 Thread Juergen Sauermann
Hi Colin, thanks, that explains it. Fixed in SVN 505. /// Jürgen On 11/06/2014 03:24 AM, Colin Verrilli wrote: Juergen, Here is a recreate         )load APL2_INTRO_sav SAVE

Re: [Bug-apl] assertion failure on )load

2014-11-05 Thread Colin Verrilli
Juergen, Here is a recreate )load APL2_INTRO_sav SAVED 2014-11-04 -2:02:18 (GMT-4) V HER HE YOU ME )wsid apl2_intro_save_after_error WAS APL2_INTRO )si ⋆ )wsid IS apl2_intro_save_after_error 2 2⊃V RANK ERROR 2 2⊃V ^ ^ )si ⋆ ⋆ )siv ⋆

Re: [Bug-apl] assertion failure on )load

2014-11-05 Thread Juergen Sauermann
Hi, what I can see is that saving of an SI entry fails. The entry was caused by something like this in immediate execution:   V←(2 3⍴'HERYOU') (2 2⍴'HEME')   2 2⊃V RANK ERROR   2 2⊃V   ^   ^

Re: [Bug-apl] assertion failure on )load

2014-11-05 Thread Colin Verrilli
Juergen, Thanks. I don't have a log of activity before the failed )SAVE. I do remember that I was playing with some of the system functions and variables. Mostly just displaying current values though. I did change the printing width to 120 however. On Wed, Nov 5, 2014 at 9:03 AM, Juergen Sauermann

Re: [Bug-apl] assertion failure on )load

2014-11-05 Thread Blake McBride
Perhaps the truncation point of the xml file may point towards the )SAVE problem. Also, perhaps turning off IO buffering during a )SAVE will help make the resulting xml file more indicative of the error on early terminations. Just some ideas. Thanks. Blake On Wed, Nov 5, 2014 at 8:03 AM, Juer

Re: [Bug-apl] assertion failure on )load

2014-11-05 Thread Juergen Sauermann
Hi Colin, thanks.  The assertion on )LOAD was caused by the .xml file being truncated. I have changed the )LOAD command to print a message when it detects a truncated .xml file. I also changed the )COPY command to deal with truncated .xml

[Bug-apl] assertion failure on )load

2014-11-04 Thread Colin Verrilli
I'm getting this assertion failure on a workspace )load I can't )copy it either The previous )save crashed also This program is free software, and you are welcome to redistribute it according to the GNU Public License (GPL) version 3 or later. )load APL2_INTRO =