Re: phix error
- Posted by petelomax 2 days ago
- 126 views
Several years ago they changed the stack alignment in the kernel. The fix was pretty easy once I knew what was going wrong,
but it took me ten months to figure that out, even with it going wrong right in front of me. I wonder if this is kernel-related.
Ref: As per https://openeuphoria.org/forum/137606.wc that bug was fixed back when 1.0.2 shipped, so it's not that.
PS: one thing you could try is putting these at the start/end of builtins\pmaths.e\bankers_rounding():
?{"bankers_rounding","pence",pence,"precision",precision} ?{"pennies",pennies}
Then at least we'd know if it was failing within that routine.