vlj wrote:
Is there a difference in the way Catalyst enforce sync in debug and release mode ?
No. Catalyst drivers are only release mode. They have no knowledge of whether your application is running in debug or release mode. As you suggested, this may be a timing issue. It could be the result of an uninitialized variable.
Thanks,
Graham