the change in size of jconsole is correct since it no longer linked with ncursew.
the illegal instruction was signaled by execution of avx instructions on a cpu that doesn't support avx. in this beta, libj.so is the former libjavx.so. avx feature is mandatory. both 32-bit and 64-bit non-avx support will most probably be discontinued in j806 final, except for raspberry and android. On 12 Apr, 2017 9:06 am, "Joey K Tuttle" <[email protected]> wrote: > Downloaded - > > j806_linux64.tar-2.gz > j806_raspi32.tar.gz > j806_mac64-2.zip > > The mac64 and raspi32 installed OK, but when trying to run in Ubuntu 16.04 > > jkt@set1:/usr/local/lib/j64-806$ bin/jconsole > Illegal instruction > jkt@set1:/usr/local/lib/j64-806$ ls -l bin > total 2940 > drwxr-xr-x 2 jkt jkt 4096 Apr 11 10:23 icons > -rw-r--r-- 1 jkt jkt 13 Apr 11 10:23 installer.txt > -rwxr-xr-x 1 jkt jkt 56 Apr 11 10:23 jbrk > -rwxr-xr-x 1 jkt jkt 19288 Apr 11 10:23 jconsole > -rwxr-xr-x 1 jkt jkt 143 Apr 11 10:23 jhs > -rwxr-xr-x 1 jkt jkt 2964696 Apr 11 10:23 libj.so > -rw-r--r-- 1 jkt jkt 1878 Apr 11 10:23 profile.ijs > -rw-r--r-- 1 jkt jkt 819 Apr 11 10:23 profilex_template.ijs > jkt@set1:/usr/local/lib/j64-806$ > > the file size of jconsole looks suspicious since the previous 806/bin > looked like - > > drwxr-xr-x 2 jkt jkt 4096 Mar 9 20:15 icons > -rw-r--r-- 1 jkt jkt 13 Mar 9 20:15 installer.txt > -rwxr-xr-x 1 jkt jkt 56 Mar 9 20:15 jbrk > -rwxr-xr-x 1 jkt jkt 162968 Mar 9 20:15 jconsole > -rwxr-xr-x 1 jkt jkt 143 Mar 9 20:15 jhs > -rwxr-xr-x 1 jkt jkt 2594240 Mar 9 20:15 libj.so > -rwxr-xr-x 1 jkt jkt 3226344 Mar 9 20:15 libjavx.so > -rw-r--r-- 1 jkt jkt 1878 Mar 9 20:15 profile.ijs > -rw-r--r-- 1 jkt jkt 819 Mar 9 20:15 profilex_template.ijs > > - joey > > > > On 2017Apr 11, at 12:18, Eric Iverson <[email protected]> wrote: > > > > 806 beta-3 available. > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
