Software Archive
Read-only legacy content
17061 Discussions

Exception when run project at debug mode using cilk_for

Tam_N_
Novice
474 Views

Dear all,

I have used cilk_plus to make parallel processing into my source code with visual studio 2008 IDE.

But when I build it at debug mode, the project throw an exception below:

"Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function pointer declared with a different calling convention"

How can  I resolve it to make debug mode operated ?

Thanks of all,

Tam Nguyen

 

0 Kudos
1 Reply
Barry_T_Intel
Employee
474 Views

There's no way for me to guess where this is coming from. I'm going to need an application that demonstrates the problem.

   - Barry

0 Kudos
Reply