Does it make sense to debug the bug in j901? I am asking this question because it could be that the bug is just masked and not fixed.
On Thu, Jul 1, 2021 at 6:19 PM Gilles Kirouac <[email protected]> wrote: > With j901 win 64, I can reproduce the crash, but not in j902, nor j903. > > ~ Gilles > > Le 2021-07-01 à 11:44, Srdjan Stipic a écrit : > > When I type the following program in the j console, > > the j console exits/crashes: > > > > t=:0&i. > > 13 :'t f. y' > > t2=:3 :'t f. y' > > > > with the exit code 139 > > > > I am using the following J version: > > > > $ docker run -it --rm nesachirou/jlang > > JVERSION > > Engine: j901/j64/linux > > Release-c: commercial/2020-01-11T10:39:00 > > Library: 9.01.24 > > Platform: Linux 64 > > Installer: unknown > > InstallPath: /usr/share/j/9.01 > > Contact: www.jsoftware.com > > t=:0&i. > > 13 :'t f. y' > > 0&i. > > t2=:3 :'t f. y' > > $ echo $? > > 139 > > $ > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
