Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

runtime crashes

hai_p_
Beginner
717 Views

I am currently moving a large code base over to the Intel fortran compiler. This task is almost complete, and the code is now executing as expected, however visual studio 2010 keeps crashing while I am debugging. These crashes occur either when stepping into a particular procedure, or when hitting a break point inside of the procedure. I receive the error message: Microsoft visual studio has stopped working. windows is checking for a solution to the problem... The studio then restarts with no explanation as to what caused the crash. Curiously, if I step over these procedures, they run fine and my debug session continues.

I understand there is not a lot to go on here, but I would appreciate any suggestions

0 Kudos
4 Replies
IanH
Honored Contributor III
717 Views

Have you installed Visual Studio 2010 service pack one?

0 Kudos
Yu__Tao
Beginner
717 Views

I met the same problem with you when I used VS2010 to debug Fortran and C++ code. But after I moved to VS2012, it never happens.

0 Kudos
andrew_4619
Honored Contributor III
717 Views

I have seen that myself. I think the cause is stack corruption usually down to call interface bugs in your code.

0 Kudos
Bernard
Valued Contributor I
717 Views

Looks like VS debugger thread crash probably dreaded access violation error. In order to find what could went wrong you can check event viewer and look for Application Error entry.

0 Kudos
Reply