Hello, I finally got around to investigating this issue a little further.
The floating point exception appears to be a result of ⎕PW being set to 0
at startup.
Applying the following changes allow GNU APL to start up, where one may
confirm that ⎕PW is 0, and evaluate expressions properly again, bu
Hi,
I guess that running GNU APL in gdb might find the place where this occurs.
Also: apl -l 37 to see how far the start-up comes. Unlike other logging
levels
-l 37 should work even if dynamic logging is not configured.
Best Regards,
Jürgen
On 2/23/25 19:00, Russtopia wrote:
Hi all,
has a
On my system at least, the issue appears first in r1807.
$ svn log -l 2
r1807 | j_sauermann | 2024-12-28 09:21:16 -0800 (Sat, 28 Dec 2024) | 1 line
use TIOCGWINSZ if available
Hi all,
has anyone rebuilt gnu-apl on Win11 under cygwin64 recently? It worked fine
a few months ago, but this past week I tried rebuilding it and now it just
gives a Floating Point exception message right after the GNU APL banner and
exits.
I tried rewinding back a few version (to r1835), no dif