- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello. Please understand my low english skill.
I'm trying to migrate fortran souce code to VS2008 IVF from CVF.
It is successful for the release mode. However when I try debug, VS2008 shows appcrash.
I tried many method from google. But there were no solution yet.
So I'm asking some help to solve my problem.
My souce code is CAE software and it links MKL and math libraries. There are many violation for IVF but it is ok for CVF.
So CVF calling convention is applied.
IVF version is 11.1.067 and VS2008 sp1 is used. Operating system is Windows 7 64bit.
I'm expecting your help :)
Crash message is following. please understand for unfamiliar language.
문제 이벤트 이름: APPCRASH
응용 프로그램 이름: devenv.exe
응용 프로그램 버전: 9.0.30729.1
응용 프로그램 타임스탬프: 488f2b50
오류 모듈 이름: ntdll.dll
오류 모듈 버전: 6.1.7601.17725
오류 모듈 타임스탬프: 4ec49b8f
예외 코드: c0000005
예외 오프셋: 0002e3be
OS 버전: 6.1.7601.2.1.0.256.48
로캘 ID: 1042
문제에 대한 추가 정보:
LCID: 1042
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is Visual Studio itself that is crashing, not the user application. Unfortunately, there is nothing useful in just the information provided. If you could attach a ZIP of a project that shows the problem, we could try to reproduce it here. However, my guess is that we would not be able to reproduce the problem, and version 11.1 is no longer a supported version of the compiler so at most all we could do is ask that you upgrade to a current version. It is possibly some interaction with the Fortran debug expression evaluator that is involved in the crash, but there is no way to know for certain unless we can reproduce it here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sergey, I don't agree with your comment. The user application runs in a separate process from Visual Studio. The error report is from the Windows error log, showing devenv.exe (Visual Studio) crashed, not the user application. I have never seen a case where an error in the user program causes VS to crash.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I agree. It is not a user application prpblem. When I try migrate to vs2012 and fortran 2013 it works well. However my team wants to working with vs2008. So I should find the solution :)
And I think fortran 2013 with vs2008 could show some different result. I'll try and will inform result here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I changed my mind.
The source code problem can cause the appcrash of VS IDE.
I tried to migrate to VS2012, and I link the wrong MKL libraries. When I build the project, compiler did not shows the error.
And when I debug the project, VS2012 shows appcrash.
However VS2012 shows shows stable perform and it find the problem nearly.
VS2012 also shows the appcrash but it was more stable, so I can find the problem.
However solution of VS2012 did not working at VS2008 so I think that there are other problems.
I'm trying VS2008 with IVF2013. I'll inform the result at tomorrow.
sorry for low command of English :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My application is solver of CAE software. It is a huge code and it is developed since 1980's. There are many problems on CVF with recent windows, so we prepare the migration.
Because of code size, it is not easy to reduce the data set size.
And my team wants application works well and perform same with present CVF environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I solved problem...
It was problem of the IVF 11.1.067. I downloaded the latest IVF 2013. And with no change of the project, debug is working well.
Is there a way to upgrade IVF 11.1.067 to IVF 2013 in low price?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Our licensing is based on support date not software version number. If your license support expired less than a year ago, you can purchase a renewal at a reduced rate. See Price Reduction on Renewals for Intel Tools for more information. Since you are using 11.1, it is likely that your license support has been expired for too long to use a renewal though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to test my source code at IVF 11.1.073. Is there are link to download the 30-days trial version of fortran compiler?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By looking at the fragment of the error report it seems that faulting ip is located at 0x488f2b50 address which is probably located inside ntdll module and because of ASLR the adress the location is not hardcoded more.The error code could be resolved to some non-accesible memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, eval licenses are available at - http://software.intel.com/en-us/intel-visual-fortran-composer-xe-evaluation.
Annalee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I didn't want version 2013. I need 11.1.072 version. I must test this version. Because, upgrading the fortran 2013 is very big job in my team.... there are too many computers, develop environment and users...
So I need minimum change. Please give me the 11.1.072.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Our licenses are support date based not version based. You can download any version of the compiler released before your support expiration date. See downloading older versions for more information.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page