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.

runtime error

xizhang
Beginner
488 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
488 Views
The file winsig.c would appear to be a C program - not a Fortran program
:-)

Les
0 Kudos
IanH
Honored Contributor III
488 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