I got a stack overflow error in a datafield....
Strange - it worked fine. I've had it published for a year and over 1500 downloads. But I made a small change to a barrel function.
I called function A, that called function B that called the barrel function. It took maybe 30 mins or so, but would then abort, and the error was Stack Overflow.
This forum suggests recursion can case this. But I don't recurse. I must have just used up some pool of memory by expanding the barrel function a little?
Anyway, I think I solved it by denesting the calls. The code is cleaner that way anyway. We'll see next few rides.
First time I've seen a Stack Overflow.