I’ve discovered an issue with the Eval() function that causes a hard crash of the Roku box, and is easily reproducible…
On 2.9, if you pass a string that is over 32k in length (regardless of content) to the Eval() function, the box will crash and reboot. In 3.0, the limit is slightly larger (I want to say 48k), but produces the same results.
If you’re experiencing “random” reboots, and you’re using the Eval() function in your code, this may be the issue.
I’ve only experienced it specifically with the string lengths I mentioned above, but it’s possible something could be different in the 4.x firmware that causes similar behavior.
“TheEndless” wrote:
I’ve only experienced it specifically with the string lengths I mentioned above, but it’s possible something could be different in the 4.x firmware that causes similar behavior.
thanks it looks like its not eval, member(s) traced it to something else…