Thanks & no worries, I still have 8.06 around and will wait for the new
release.

Greetings from Sydney,
Ben

On Wed, Jan 9, 2019 at 12:29 PM Henry Rich <[email protected]> wrote:

> I get this crash on 8.07 but I don't see it on my development system.
> It must have been fixed along with other similar crashes.
>
> Look for a maintenance release pretty soon.
>
> Henry Rich
>
> On 1/8/2019 8:23 PM, Ben Gorte wrote:
> > Dear Jsoftware,
> >
> > (2nd attempt to post this - hope it doesn't come twice now)
> >
> > I have matrices where the elements are boxed lists of numbers. I want to
> > combine the lists in neighboring positions of the matrix and I am using
> ;.
> > for that. A trivial example is:
> >
> > $ ijconsole-8.07
> >     JVERSION
> > Engine: j807/j64/linux
> > Release: commercial/2018-10-04T15:00:41
> > Library: 8.07.20
> > Platform: Linux 64
> > Installer: unknown
> > InstallPath: /usr/share/j/8.07
> > Contact: www.jsoftware.com
> >
> >     ]P =: <"0 i.3 4
> > ┌─┬─┬──┬──┐
> > │0│1│2 │3 │
> > ├─┼─┼──┼──┤
> > │4│5│6 │7 │
> > ├─┼─┼──┼──┤
> > │8│9│10│11│
> > └─┴─┴──┴──┘
> >     1 2 <@:; ;. _3 P
> > ┌───┬────┬─────┐
> > │0 1│1 2 │2 3  │
> > ├───┼────┼─────┤
> > │4 5│5 6 │6 7  │
> > ├───┼────┼─────┤
> > │8 9│9 10│10 11│
> > └───┴────┴─────┘
> >
> >   NB. So far so good. But when I want to see P again, the system crashes:
> >   P
> > Segmentation fault (core dumped)
> > $
> >
> > I tried it in windows as well, with the same result. In j64-806 (and
> > earlier) it used to work.
> >
> > Perhaps I should do something different, but my "real case" is much more
> > complicated and I'm not looking forward to turning it upside down. Could
> > there be something wrong in the interpreter?
> >
> > Thanks, greetings,
> > Ben
> >
> >
> >
> > ----------------------------------------------------------------------
> > 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