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

Yes, see this thread.

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)