Quote:
Originally Posted by Radical Pi
I've seen nothing like this. On our bot we were running without a jag for a while (thanks to the ID reset bug) while the code was still trying to communicate with it which would surely drop packets. Using C++ w/ black jag bridge.
|
I have seen this only when using Java.
Instead of a C++ assert that prints on the debug, the java implementation uses an unchecked exception.
Seeing as the exception doesn't have a compile time warning, it is easy to overlook.
If not handled, the exception will kill the main thread thus the bot, which means that one jag failure results in a dead bot.