Re: [Jgeneral] Memory leak in latest change to test/g9x.ijs

2017-02-23 Thread Bill Heagy
/2017 1:52 PM, Bill Heagy wrote: This code fragment in test/g9x.ijs (added somewhere between SVN 420 and 443) appears to leak >1GB for each execution on debian testing 32-bit, and >2GB on 64-bit. (Also, 7!:0 has overflow problem on 32-bit with memory use >2GB.) NB. 9!:46 3 : 0 '' if. 0

[Jgeneral] "Illegal instruction"

2017-04-04 Thread Bill Heagy
With r529 on debian 32-bit I geti "Illegal instruction" immediately on start. Recompiling with "-O0 -g" I get: symbol lookup error: /home/wheagy/tmp/jbld/j32/bin/libj.so: undefined symbol: cpuInit I haven't had a chance to check 64-bit. Bill

Re: [Jgeneral] "Illegal instruction"

2017-04-05 Thread Bill Heagy
PM, bill lam wrote: It works for me. You can grep and find cpuInit has been defined inside source. Вт, 04 апр 2017, Bill Heagy написал(а): With r529 on debian 32-bit I geti "Illegal instruction" immediately on start. Recompiling with "-O0 -g" I get: symbol lookup error: /home/wh

[Jgeneral] Extra ")" in SVN 725

2018-03-11 Thread Bill Heagy
(let's try again with different email address B-)) xd.c line 313 appears to have an extra ")": modebuf(jt->dirstatbuf.st_mode,jt->dirmode)); -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jgeneral] Derivative (D.) crashes j807 latest release for Mac /nonavx

2018-10-20 Thread Bill Heagy
Segmentation fault on debian 32 and 64-bit current testing, latest svn JVERSION Engine: j806/j32/linux Beta: GPL3/2018-10-19T14:26:26 Library: 8.05.14 Platform: Linux 32 Installer: unknown InstallPath: /home/wheagy/tmp/jbld/j32 Contact: whe...@bell.net (cube D.1;cube D.2; (cube=: ^&3"0)

Re: [Jgeneral] 901 emacs jconsole prompt suppession

2020-01-10 Thread Bill Heagy
I'm not sure if this fixes the problem for everyone, but I use 'j-mode', which is now part of the emacs system, and I don't see the indent problem, at least on linux with the latest code. https://github.com/zellio/j-mode On 1/10/20 8:07 PM, Eric Iverson wrote: Devon, I have moved the

Re: [Jgeneral] Installing j on a 32 bit Debian desktop system.

2021-01-07 Thread Bill Heagy
It compiles on debian 32-bit with clang, no problem. If you're running debian stable, it also compiles with gcc. On 1/7/21 8:58 PM, Raul Miller wrote: I would install J 807 (or older) there. You might also try building from source (if there are any porting issues, they should be relatively

Re: [Jgeneral] Crash displaying some verbs

2021-01-03 Thread Bill Heagy
Latest update to git repository on debian J64: $ USE_OPENMPI=2 gdb ./jlibrary/bin/jconsole GNU gdb (Debian 10.1-1.5) 10.1 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to

[Jgeneral] "Reply to:" sends to gene...@forum.jsoftware.com

2021-01-03 Thread Bill Heagy
Looks like the "Reply to:" field needs updating. -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jgeneral] "Reply to:" sends to gene...@forum.jsoftware.com

2021-01-03 Thread Bill Heagy
Sorry, that should be "Reply to list:". On 1/4/21 12:57 AM, bill lam wrote: This field is gene...@jsoftware.com on my email clients. On Mon, Jan 4, 2021, 11:46 AM Bill Heagy wrote: Looks like the "Reply to:"

Re: [Jgeneral] Segfault in j902-b when generating random extended integers

2021-04-24 Thread Bill Heagy
On debian J32: ./jlibrary/bin/jconsole ?. 1 $ 1x Segmentation fault On 4/24/21 2:39 PM, Henry Rich wrote: I can reproduce this, I think - it's on the last line that takes 15 minutes.  The other methods didn't fail. Thanks for an ingenious failure case! Henry Rich On 4/24/2021 1:55 PM,

Re: [Jgeneral] Segfault in j902-b when generating random extended integers

2021-04-24 Thread Bill Heagy
debian J64 latest. If I just run J, I get: $ USE_OPENMPI=2 ./jlibrary/bin/jconsole ?. 100 $ 1x 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 _90024 but if I run tsu.ijs first I get (using

Re: [Jgeneral] Strange error

2021-07-28 Thread Bill Heagy
Do the file permissions include "execute"? On 7/28/21 1:38 PM, 'Viktor Grigorov' via General wrote: Hello, I yesterday I installed musl-based (not glibc) Void Linux on 64-bit machine. Everything was dandy up til install j. To have the latest developments, I went for the proved zip (somewhere

Re: [Jgeneral] Crash in m"n WAS: How to perform operation on every 3rd value in a vector

2023-05-29 Thread Bill Heagy
debian $ nice ./jlibrary/bin/jconsole JVERSION Engine: j9.5.0-beta3/j64avx2/linux Build: GPL3/2023-05-21T09:11:09/clang-14-0-6/SLEEF=1 Library: 9.5.1 Platform: Linux 64 Installer: unknown InstallPath: /home/wheagy/git/jsource/jlibrary Contact: unknown list=:_1 4 6 8 3 5 8 _1 7 4

Re: [Jgeneral] Bug in cut, u;._3 j903, j9.4 and j9.5beta 3

2023-06-17 Thread Bill Heagy
Results from clang & gcc, without and with valgrind, debian clang, avx2, debian $ nice ./jlibrary/bin/jconsole JVERSION Engine: j9.5.0-beta3/j64avx2/linux Build: GPL3/2023-06-17T17:12:37/clang-14-0-6/SLEEF=1 Library: 9.5.2 Platform: Linux 64 Installer: unknown InstallPath:

Re: [Jgeneral] crash

2023-12-18 Thread Bill Heagy
Everything tests ok now. Bill H. On 12/15/23 12:00, Bill Heagy wrote: Everything tests ok, once z and zb are cleaned up at the end of g520.ijs (I actually sent this on Wednesday, but my email keeps replying to list stuff at ".../forums.jsoftware.com".) Bill H. On 12/13/23 13

Re: [Jgeneral] crash

2023-12-15 Thread Bill Heagy
Everything tests ok, once z and zb are cleaned up at the end of g520.ijs (I actually sent this on Wednesday, but my email keeps replying to list stuff at ".../forums.jsoftware.com".) Bill H. On 12/13/23 13:30, Henry Rich wrote: Fixed for the release.  Thanks for taking the time to report