79499279

Date: 2025-03-10 22:25:37
Score: 1.5
Natty:
Report link

Everyone made some good comments and helped me find my issue, the printf was an indicator that somewhere else in my code that was wrong. What I found out is that there was a call to a timer that doesn't exist due to a poor code clean up, leading the watchdog timer to immediately trigger a cleanup on something that is null.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: beeeliu