// If there were internal EOLs, it is possible that the result contains
more lines than called for in the output
 // control.  We go back through the data now, to get it right.  If we are
just one line over, there's no gain from
 // suppressing one line, so let it go
 if(lc>1+lba)zv=dropl(zu,zv,lb,la,eov);
 // Calculate length of result as (end+1)-start
 p=zv-zu;
 ASSERTSYS(p<=zn,"jprx zn");

assertion can fail if original zv > 2*zu

On Wed, Mar 11, 2020 at 4:44 AM Henry Rich <henryhr...@gmail.com> wrote:

> With that setting of 9!:37, ({ 2 2 3 3;2 2 3 3;2 2 3 3) has one line
> replaced by ... which is where the message comes from.
>
> However, I can't make it fail.  I am running Windows.
>
> Henry Rich
>
> On 3/10/2020 4:38 PM, Devon McCormick wrote:
> > I get this:
> >     9!:36''
> > 0 256 18 20
> >
> > On Tue, Mar 10, 2020 at 4:26 PM Henry Rich <henryhr...@gmail.com> wrote:
> >
> >> FWIW, that system error occurs during formatting of long output.  What
> >> do you get from executing
> >>
> >>      9!:36''
> >>
> >> ?
> >>
> >> Henry Rich
> >>
> >> On 3/10/2020 3:54 PM, Devon McCormick wrote:
> >>> I'm getting a very odd-looking error in both J 8.07 and J 9.01:
> >>>      { 2 2 3 3;2 2 3 3;2 2 3 3
> >>> jprx zn
> >>> |system error
> >>>
> >>> Changing one number results in no error:
> >>>      ${ 1 2 3 3;2 2 3 3;2 2 3 3
> >>> 4 4 4
> >>>
> >>> Has anyone else seen this?  Can others reproduce it?
> >>>
> >>> Thanks,
> >>>
> >>> Devon
> >>
> >> --
> >> This email has been checked for viruses by AVG.
> >> https://www.avg.com
> >>
> >> ----------------------------------------------------------------------
> >> For information about J forums see http://www.jsoftware.com/forums.htm
> >>
> >
>
>
> --
> This email has been checked for viruses by AVG.
> https://www.avg.com
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to