Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Severe (172) error

jirina
New Contributor I
705 Views
A user of my (console) application is getting the severe (172) error, see the attached screenshot. I found its description in the help, but it does not say anything specific. Are there any clues what could be tried to find the cause of this error?
0 Kudos
2 Replies
DavidWhite
Valued Contributor II
705 Views
Quoting - jirina
A user of my (console) application is getting the severe (172) error, see the attached screenshot. I found its description in the help, but it does not say anything specific. Are there any clues what could be tried to find the cause of this error?
Can you recompile the application with the Runtime / Generate Traceback Information option set, and ask the user to recreate the error -- this way you will at least find out where in your applicaiton it is failing. This will work even on a Release version, so you do not need to distribute the debug libraries, which is not permitted under the Intel license.
0 Kudos
Steven_L_Intel1
Employee
705 Views
It looks to me as if you're somehow calling into the Microsoft .NET environment and it has raised an exception 0x4f4d. I can't find any meaning for that. If you build with traceback, you shouild be able to see where in your code the error starts, but the actual error is not in your EXE.
0 Kudos
Reply