- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear all,
I have some old Fortran codes ( more than 40000 lines) which I upgraded the compilation from IVF 9.1.028 to IVF 11.1.060. Similarly, I also upgraded the Microsoft Visual Studio from version 2003 to 2008. The upgrading was successful with 3 warnings (see attachment convert_vs3_vs8) which are not so serious I think. However, when I tried to compile the files, I encountered the following compilation error:
fortcom: Fatal: There has been an internal compiler error (C0000005).
compilation aborted for ..(Code 1)
I checked this IVF Forum about the error (C0000005) and disabled /check:bounds for Check Array and String Bounds in Run-time following some of the suggestions discussed. However, I got another error after this step, as shown below:
error #7005: Error in reading the compiled module file. [IFWINTY]
1>fortcom: Fatal: There has been an internal compiler error (C0000005).
1>: catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
1>compilation aborted for xxx.f (code 3)
I suspect that the error is pointing to the modular use for one of the modules XFLOGM.F90 where the main program is in .F file format. I would be grateful for some suggestions to resolve this problem. The buildlog.htm file is attached for reference and the command line was:
/nologo /debug:full /O3 /Qparallel /Qopenmp /module:"Debug/" /object:"Debug/" /traceback /libs:static /threads /dbglibs /c
Thank you.
Krishna
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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