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_
Начинающий
720Просмотр.

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 баллов
4 Ответы
IanH
Почетный участник III
720Просмотр.

Have you installed Visual Studio 2010 service pack one?

Yu__Tao
Начинающий
720Просмотр.

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.

andrew_4619
Почетный участник III
720Просмотр.

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

Bernard
Ценный участник I
720Просмотр.

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.

Ответить