- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When building some Visual Studio projects using IFX 2024.2.1, I ran into a couple of internal compiler errors that cannot be consistently replicated. After cleaning the project and building again multiple times, the compiler will sometimes crash while other times the project will finish compilation without error. The behavior was observed for both debug and release configurations. I tried turning off parallel compilation (/MP) and saw the same behavior. Below are the error statements that appear when the crash occurs:
Visual Studio Project 1
#0 0x00007ff67a539aba (C:\PROGRA~2\Intel\oneAPI\compiler\2024.2\bin\compiler\xfortcom.exe+0x1309aba)
#1 0x00007ff67a52c70a (C:\PROGRA~2\Intel\oneAPI\compiler\2024.2\bin\compiler\xfortcom.exe+0x12fc70a)
#2 0x00007ff67a4adae4 (C:\PROGRA~2\Intel\oneAPI\compiler\2024.2\bin\compiler\xfortcom.exe+0x127dae4)
#3 0x00007ff67a487a8d (C:\PROGRA~2\Intel\oneAPI\compiler\2024.2\bin\compiler\xfortcom.exe+0x1257a8d)
#4 0x00007ff67a444bde (C:\PROGRA~2\Intel\oneAPI\compiler\2024.2\bin\compiler\xfortcom.exe+0x1214bde)
#5 0x00007ff679244cae (C:\PROGRA~2\Intel\oneAPI\compiler\2024.2\bin\compiler\xfortcom.exe+0x14cae)
#6 0x00007ff67a265828 (C:\PROGRA~2\Intel\oneAPI\compiler\2024.2\bin\compiler\xfortcom.exe+0x1035828)
#7 0x00007ffa5e277374 (C:\WINDOWS\System32\KERNEL32.DLL+0x17374)
#8 0x00007ffa601bcc91 (C:\WINDOWS\SYSTEM32\ntdll.dll+0x4cc91)
C:\Users\<user>\AppData\Local\Temp\2209646.i90(2748): error #5623: **Internal compiler error: internal abort** 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.
compilation aborted for <path>\<file_name>.F90 (code 3)
Visual Studio Project 2
xfortcom: Fatal: There has been an internal compiler error (C0000005). compilation aborted for <path>\<file_name>.F90 (code 1)
I am unable to create a small reproducer due to the inconsistency of the crash, nor am I able to send the full code, so this is all the information I can provide right now. If there are suggestions for other things to try, I can see if they yield more information.
Link Copied

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