You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go to java/example/FurExample.java and change the application so that initializeWuObjects will create virtual wuobjects on the nodes that you are using (change the node ids)
go to vm/build/avr_mega2560/ and type make avrdude and update the new VM code to all your test nodes (I recommend at least 3 nodes for this application)
Let it run for a bit, then you should see the Error: O
I hypothesized that it could be stack overflow, and that might explain why it happens only running after awhile, but I have no idea how to fix it.
The text was updated successfully, but these errors were encountered:
I noticed that virtual wuobjects update function calls could cause Error: O after running for awhile.
I don't know the cause yet, but it happens consistently.
How to reproduce:
make avrdude
and update the new VM code to all your test nodes (I recommend at least 3 nodes for this application)I hypothesized that it could be stack overflow, and that might explain why it happens only running after awhile, but I have no idea how to fix it.
The text was updated successfully, but these errors were encountered: