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

VS 2008 crash when setting break

Kipling__Michael
Beginner
689 Views
I have aFORTRAN dll project which includes 639 routines. For one and only one of the routines,setting a break point causes VS to crash if I have already started the solution which uses the dll.

If I set a break point in the routine prior to starting the solution, VS will crash on solution startup with the same error dialog: Microsoft VS 2008 has encounterd a problem and needs to close.

VS 2008
Composer 20011.11

Any suggestions on how to find what is causing the problem?

Mike
0 Kudos
3 Replies
Steven_L_Intel1
Employee
689 Views
If you construct a separate DLL project that contains just this one routine source, can you see the same behavior?
0 Kudos
Kipling__Michael
Beginner
689 Views
Yes, aftering moving the offending file to it's own DLL project I still have the VS crash.

This is not a major inconvenience. I can always imbed write statements to extract info from the routine. I am just curious as to what is causing the problem.

Mike
0 Kudos
Steven_L_Intel1
Employee
689 Views
If you would provide us with a ZIP of the smaller project, we'll be glad to investigate.
0 Kudos
Reply