Log in

View Full Version : Exception in Timer.cpp


Phazonmutant
16-02-2009, 15:52
I've been programming using WPI library for a couple of weeks, but just today I started getting exceptions every time I debug the program.
As soon as the program starts, an exception is thrown at sem.take() in Timer.cpp. This occurs even when I've commented out the #include "Timer.h" in WPILib and all other headers that I could find.

Does anyone have an idea what the problem is or how to fix it?

Screencap of the error is attached.

Phazonmutant
16-02-2009, 16:09
I'm also encountering inexplicable errors in planting the breakpoints. I've not had these errors either. The source file MUST be downloaded because that's my robot code!

Screencap of the error is attached:

gvarndell
17-02-2009, 09:27
I'm also encountering inexplicable errors in planting the breakpoints. I've not had these errors either. The source file MUST be downloaded because that's my robot code!

Screencap of the error is attached:

Actually, this error means that your code is *not* loaded on the target.
This is what happens when the debugger is asked to debug code that's not executing on the target.
The fact that it's showing your code simply means that's what it *thinks* is in the target.