|
Re: C++ Crash On Load (Task related)
We are having a very similar issue as well. After updating to the 2nd mid season update (from the first 01/03 release), we found our code was crashing immediately after loading FRC_UserProgram.out, before the main robot class constructor could print anything, before even WPILib could print out its revision number. We attached it to WindRiver and traced the crash back to LiveWindow as well. It seems that something to do with acquiring a NetworkTable for the live window was returning or using a null pointer. The crash doesn't have a specific error, just that the task was killed, which probably means a segfault.
I tried using the first mid-season update, that seemed to crash as well. Reverting to the initial 2013 release worked. This happened even after reimaging the cRIO, both the 4-slot and the 8-slot.
|