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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29284 Discussions

error #7005: Error in reading the compiled module file

krishnabc
Beginner
1,162 Views

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

0 Kudos
1 Reply
Xiaoping_D_Intel
Employee
1,162 Views
The internal compiler error shows there is a compiler bug. Would you please zip the failed source file and themodule source files used by it so that we can reproduce the error and do further investigation? We can set this thread to private so that the source code can not be seen by others. Another way to keep the source code private is to submit your problem and code to Intel Premier Support.
0 Kudos
Reply