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

runtime error

xizhang
Beginner
475 Views
The messagne when I run the code

Debug assertion failed!

program:
File: winsig.c
line 419

Expression: ("invalid signal or error ", 0)

I use windows version 11.1.
0 Kudos
2 Replies
Les_Neilson
Valued Contributor II
475 Views
The file winsig.c would appear to be a C program - not a Fortran program
:-)

Les
0 Kudos
IanH
Honored Contributor III
475 Views
That's a handler in the C runtime. Intel Fortran programs may end up there when something goes wrong - pehaps like an unhandled floating point exception or similar. The original poster needs to provide (lots) more information.

(I don't know what causes execution to specifically end up there (what combination of compile options etc) - but it is a place my programs also like to visit occasionally.)

0 Kudos
Reply