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

devenv 2005 crash

Martin__Paul
New Contributor I
568 Views

I am compiling a VS2005 solution which comprises a number of Fortran (10.1.011 compiler) and C++ projects.

Building using devenv /Build from the command line is successful. However, VS crashes when running a build from a Cruise Control build server immediately after successfully building all projects. I have extracted a crash dump using Debug Diag which reports the following:

the assembly instruction at VFProj+2e0bf in C:\Program Files\Microsoft Visual Studio 8\Intel Fortran\VFPackages\VFProj.dll from Intel Corporation has caused an access violation exception (0xC0000005) when trying to read from memory location 0x00e7c0a4 on thread 0.

Thread 0 - System ID 4080Entry point devenv!WinMainCRTStartup
Create time 05/08/2009 17:15:23
Time spent in user mode 0 Days 0:0:2.125
Time spent in kernel mode 0 Days 0:0:7.62


FunctionArg 1Arg 2Arg 3Source
VFProj+2e0bf 4d23a4f0 05f15cc8 00e7ef30
VFProj+2e7b0 4d23a4cc 00000000 00e7ef30
VFProj+26bc0 0628aa68 00000000 05f15cc8
msenv!ATL::CComPtr&ltCGoBa= ckMarker>::~CComPtr&ltCGoBackMarker>+24

00000000

00000000 00000000

Is this a known issue, and if so, is there a workaround? I am unsure whether the cause of this behaviour is a problem with VFProj.dll or devenv.exe.

Please advise.

Thanks in advance.

0 Kudos
4 Replies
Steven_L_Intel1
Employee
568 Views
This problem is not familiar to me, but 10.1.011 is an old version. Try installing 11.1 - you can use the 11.1 Visual Studio integration with the 10.1 compiler (though I would ask that you get a more recent 10.1 as you have the initial product release and we fixed many issues after that.)
0 Kudos
Martin__Paul
New Contributor I
568 Views
Thanks. Can I download the 11.1 VS integration to see if it fixes the problem? I do not have the 11.1 compiler. (A search of your download site and the internet returned no hits).
This problem is not familiar to me, but 10.1.011 is an old version. Try installing 11.1 - you can use the 11.1 Visual Studio integration with the 10.1 compiler (though I would ask that you get a more recent 10.1 as you have the initial product release and we fixed many issues after that.)

0 Kudos
Martin__Paul
New Contributor I
568 Views
I have installed v11.0 with MVS2008 and will let you know how I get on.
Thanks.
This problem is not familiar to me, but 10.1.011 is an old version. Try installing 11.1 - you can use the 11.1 Visual Studio integration with the 10.1 compiler (though I would ask that you get a more recent 10.1 as you have the initial product release and we fixed many issues after that.)

0 Kudos
Martin__Paul
New Contributor I
568 Views
Installing Fortran 11.1 and VS2008 has worked around the issue.
0 Kudos
Reply