|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
RIOlog not displaying errors
We are having a problem with our RIOlog. Through std::cout, we are able to send messages to the RIOlog. However, when our code crashes, we do not get any error messages. As you can imagine, this makes debgging a nightmare.
Here's a sample crash Opened file (just a cout we had for debugging) (Crash occurred right here) ➔ Launching «'/home/lvuser/FRCUserProgram'» [HAL] Starting task FRC_DriverStation... Any ideas on how to fix this? And suggestions welcome |
|
#2
|
||||
|
||||
|
Re: RIOlog not displaying errors
|
|
#3
|
|||
|
|||
|
Re: RIOlog not displaying errors
You should run your code in the debugger. Then when you crash you have a chance of getting a stacktrace. You won't get much out of the console even if the segfault line did show up (the segfault line will never print in rioLog)
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|