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
新分销商 I
703 次查看
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 项奖励
2 回复数
DavidWhite
重要分销商 II
703 次查看
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 项奖励
Steven_L_Intel1
703 次查看
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 项奖励
回复