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

IDB error

saeed_bahramy
Beginner
504 Views

Hello everybody,

I have got a problem with idb debugger . I've just installed Intel fortran compiler (and debugger) 10.1.006 on may Mac machine. The compiler seems to be working fine but any time i try to debug a precompiled program using idb I face the following error message:


Permission denied.


Intel Debugger for applications running on Intel 64, Version 32 caught signal "Segmentation fault" (11).

This is an unexpected condition and may indicate the presence of a defect.

If you wish to report this, please include the stack trace that follows.

terminate called after throwing an instance of 'FatalError'


Intel Debugger for applications running on Intel 64, Version 32 caught signal "Abort trap" (6).

This is an unexpected condition and may indicate the presence of a defect.

If you wish to report this, please include the stack trace that follows.

terminate called recursively

Abort


could you please help me out to fix this problem!
Thanks
Saeed
0 Kudos
1 Reply
Kevin_D_Intel
Employee
504 Views

I posted a similar reply in the C++ forum this morning here.

This is a known issue with the older version of idb (Version 32) from the 10.1.006 update. The issue was fixed in both the C++ and Fortran 10.1.008 updates for Mac OS that contain idb Version 34.

Please download and install the latest Intel Fortran 10.1.017 update from the Intel Registration Center here. This latest update package contains a newer idb, Version 10.1-35.

0 Kudos
Reply