Hello,
This piece of code:
Function Crash()
For idx=0 To 10
print idx
idx=CreateObject("roAssociativeArray")
End For
End Function
Crash/Reboots firmware on Roku Player.
I know that this code is not correct from a logical point of view, but whether the firmware should be more resistant?
Tested on firmware version 2.5 build 388. Developer mode: on
Greetings