Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Exception in Timer.cpp (http://www.chiefdelphi.com/forums/showthread.php?t=74685)

Phazonmutant 16-02-2009 15:52

Exception in Timer.cpp
 
1 Attachment(s)
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

Re: Exception in Timer.cpp
 
1 Attachment(s)
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

Re: Exception in Timer.cpp
 
Quote:

Originally Posted by Phazonmutant (Post 822250)
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.


All times are GMT -5. The time now is 02:40.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi