bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: apl 1474 problem


From: Dr . Jürgen Sauermann
Subject: Re: apl 1474 problem
Date: Sun, 20 Jun 2021 13:13:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi,

thanks, fixed in SVN 1475.

Best Regards,
Jürgen


On 6/20/21 3:11 AM, enztec@gmx.com wrote:
Hello

i was able to compile the apl/libapl 1474 on a number of different computers and all exhibit the same problem with doing ⍳10001 in ws/script/libapl c code

32 bit debian vitural in a 32 bit linux/intel cpu

64 bit debian on rasp p/rpi3b/arm64

64 debian on amd64

32 bit linux on 64bit hp/intel cpu

32 bit debian on rasp pi zero/arm32

⍳10000     is good

⍳10001   in ws and script gives glibc memory problem - i have attached an strace log of the script      the script is just ⍳10001 and libapl c code is just apl_exec("⍳10001");

with 1182 only the libapl/c code crashes with Floating point exception. (ws and script are good)

the only computer that crashes with libapl/c code is the 32bit linux and it gives
apl_exec("''");    gives black line
apl_exec("'a'");  gives  Floating point exception.

any place to start looking at at this would be great

Thanks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]