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:
git pull (my current commit hash is: fe24e6653accdb818211b3185ebb937ab814d16a)
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.
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.