I have a bit of code with a race condition in it... I know that it is a race condition because it does not happen consistently, and it seems to happen more often on dual core ma
You can use tools like Intel Inspector which are able to check for certain types of race conditions.