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.
29298 Discussions

Problem with ifort and idb, unable to debug

Deleted_U_Intel
Employee
388 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
388 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