looks like it crash when parsing numx literal, how about x: 1000 Does it work ok?
On Thu, Jan 12, 2023 at 3:53 AM Jan-Pieter Jacobs < [email protected]> wrote: > No, that fails in the exact same way: > > jpjacobs@icarus:~$ ~/j904-beta-j/bin/jconsole > # 1000x * 2 NB. without printing the numx > Illegal instruction (core dumped) > jpjacobs@icarus:~$ ~/j904-beta-g/bin/jconsole > # 1000x * 2 > 1 > > > Op wo 11 jan. 2023 om 02:58 schreef bill lam <[email protected]>: > > > I cannot duplicate the issue. > > does this work? > > # 1000x * 2 NB. without printing the numx > > > > > > On Wed, Jan 11, 2023 at 5:13 AM Jan-Pieter Jacobs < > > [email protected]> wrote: > > > > > After J-ing only on my Android phone (works perfectly), I had the > > occasion > > > to upgrade from beta-g to beta-j on my laptop as well today. However, I > > > could not make extended integers work, even though I followed Eric's > > > instructions: the base library and all addons are up-to-date, and I ran > > > install'gmp'. > > > I get the following error: > > > > > > JVERSION > > > Engine: j904/j64avx/linux > > > Beta-j: commercial/2023-01-07T02:27:29 > > > Library: 9.04.10 > > > Platform: Linux 64 > > > Installer: J904 install > > > InstallPath: /home/jpjacobs/j904 > > > Contact: www.jsoftware.com > > > 1000x > > > Illegal instruction (core dumped) > > > > > > I tried GDB (not an expert), but that basically gave me the same info: > > > > > > Program received signal SIGILL, Illegal instruction. > > > 0x00007ffff6e279ba in __gmpz_set_str () from > > > /home/jpjacobs/j904/bin/libgmp.so > > > > > > Any idea what could be wrong? Of course I'd be happy to help debug. > > > > > > Best regards, > > > Jan-Pieter > > > ---------------------------------------------------------------------- > > > 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 > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
