Re: phix error
- Posted by irv in July
- 556 views
I don't think it is the bankers routine. I downloaded again, and this time the errors are repeatable, fails in same spot each time. Here's the ex.err:
<unknown file>(39):-1 (era=#082F08B0, from_addr=#F7BA779A, ret_addr=#082F1200)
type check failure, subscript is 2203
... called from /usr/local/bin/builtins/pApply.e:-1 (era=#082F11FF, from_addr=#F7BB287C, ret_addr=#F7BB28D2) 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>
args = <novalue>
multi = <novalue>
i = 1
ui = <novalue>
m = <novalue>
j = <novalue>
ui = <novalue>
lui = <novalue>
ls = 10
... called from /usr/local/bin/builtins/pApply.e:123 in function apply()
s = <novalue>
fn = 321
userdata = {}
... called from /usr/local/bin/test/t37misc.exw:545
Global & Local Variables
/usr/local/bin/builtins/VM/pprntfN.e:
init2 = 1
inf = inf
nan = nan
prefer_backtick = 0
hexchar = `0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`
dxoetc = `dxobstncvVRefgEXG`
bases = {10,16,8,2}
unicode_align = 0
asChdef = 0
/usr/local/bin/test/t37misc.exw:
a = 151733512
b = 152378584
ip = 15
/usr/local/bin/builtins/machine.e:
check_calls = <novalue>
edges_only = <novalue>
/usr/local/bin/test/t37misc.exw:
i = 5
result = 1342242816.0
s = {`Pete`,{1,0,-1},3.141592654,-3.141592654}
idx = 5
idx = 5
charset = {2,13}
d = `/usr/local/bin/test`
e = `/usr/local`
A = 1
x = 7
y = 2
work = 1073741824.0
z = 2.5
o = {0,36863,65530}
flatsym = {{},1}
si = {}
pkey = <novalue>
xSystemTime = 151733512
res = {2011,2011}
r_click_OpenRecentFile = 2674
r = 2
doit = 0
x1 = {-4.5,-3.5,-2.5,-1.5,-0.5,0.5,1.5,2.5,3.5,4.5}
args = <novalue>
rOX = <novalue>
res2 = <novalue>
strange = <novalue>
ending = <novalue>
inc = -1
/usr/local/bin/builtins/dict.e:
trees = <novalue>
treenames = <novalue>
roots = <novalue>
sizes = <novalue>
defaults = <novalue>
freelists = <novalue>
free_trees = 0
init_dict = 0
And here's what appears when I run p -test. Note the subscript 2203 is the same each time:
Testing[33]: /usr/local/bin/test/t33seqop.exw
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=#F7BA779A, ret_addr=#082F1200)
type check failure, subscript is 2203
... called from /usr/local/bin/builtins/pApply.e:-1 (era=#082F11FF, from_addr=#F7BB287C, ret_addr=#F7BB28D2) 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...

