Re: phix error
- Posted by irv in July
- 581 views
Ran tests on 2 different linux versions, both downloaded and compiled fresh today. Same hardware. This one fails:
irv@irv-desktop:/usr/local/bin$ uname -a Linux irv-desktop 5.15.0-41-generic #44-Ubuntu SMP Wed Jun 22 14:20:53 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Testing[34]: /usr/local/bin/test/t34andor.exw
Testing[35]: /usr/local/bin/test/t35cncat.exw
Testing[36]: /usr/local/bin/test/t36match.exw
Testing[37]: /usr/local/bin/test/t37misc.exw
<unknown file>(39):-1 (era=#082F08B0, from_addr=#F7B4F79A, ret_addr=#082F1200)
type check failure, subscript is 141
... called from /usr/local/bin/builtins/pApply.e:-1 (era=#082F11FF, from_addr=#F7B5A87C, ret_addr=#F7B5A8D2) in function apply_()
s = {-4.5,-3.5,-2.5,-1.5,-0.5,0.5,1.5,2.5,3.5,4.5}
fn = 321
pf = 2
userdata = {}
maxp = 2
minp = 1
res = {0,0,0,0,0,0,0,0,0,0}
l = <novalue>
n = <novalue>
Global & Local Variables
--> see /usr/local/bin/test/ex.err
Press Enter...1.0.5
And this one succeeds, all tests completed satisfactorily:
irv@irv-desktop:~$ uname -a Linux irv-desktop 6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

