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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29304 Discussions

Problem with ifort and idb, unable to debug

Deleted_U_Intel
Employee
399 Views
Hi all.

I have a fortran 90 program that I compile with Ifort (9.0 20051201) and I'm trying to debug it with idb (9.0-16 20051121).

When I open the program under idb and want to set a breakpoint or look at the code outside of the main, I get the following error (I simply use ifort -g ...):

Assertion failed: scopeAdsrc/st/file/pil_parsesymsdwarf2.C6990
This is an unexpected condition and may indicate the presence of a defect.

I can compile it with gfortran using -gdwarf-2 and use it with idb. But I want to use ifort.

Any idea ?

Thanks.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
399 Views
You've found an internal error in idb, possibly caused by a compiler bug. Please report this to Intel Premier Support and include everything needed to reproduce the problem.
0 Kudos
Reply