Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29306 Discussions

Core dump when attempting to build

Intel_C_Intel
Employee
623 Views
I just started using IVF 8.0 with Visual Studio .NET 2002 ver 7.0.9466. I havea project that somebody else built using CVF and I am trying to convert it. I followed the instructions for moving and converting.
The program consists of asolution with 32 projects, all Fortran. If I attempt to build the full solution, I get a core dump. I then attempted to build the projects individually. Some of them build just fine, but some of them lead to a core dump which forces Visual Studio .NET to exit. The only information I can get on the cause is:
"devenv.exe
The instruction at "0x10054601" referenced memory at "0x00000358". The memory could not be read."
Has anybody seen a similar error?
Any ideas how to track it down and fix it?
Thanks a lot.
Mike
0 Kudos
2 Replies
Steven_L_Intel1
Employee
623 Views
If you bought a full support version, download the latest update (8.0.042) and re-convert your projects. There was a bug that involved multi-project workspaces with exactly this symptom.
0 Kudos
Intel_C_Intel
Employee
623 Views
Steve,
Thanks a lot. I will give it a try.
Through trial and error, I found that if I just went in and modified a project property, applied the change, and resaved, I was then able to build. It didn't matter what I changed, and even worked if I changed it back to the original value - I played with nlogo on and off. It must have had something to do with the conversion as I hadn't changed the project properties on most of the files since attempting the conversion.
Anyway, I will get the update and see if it helps.
Mike
0 Kudos
Reply