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

Reply via email to