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

idb halt by Assertion failed message in Fedora Core 3

minho_kwon
Beginner
435 Views
Hi-, I used intel fortran without any problem in RedHat 9.
However, after upgrade to Fedora Core 3,
"ifort" looks working fine, but after compiling with option -g,
whenever try to debug using idb, idb killed with following messages.
Is there anyway to solve the problem ?
Thanks.
Minho Kwon
Following is the message of the idb when it killed
-------------------------------------------------------------------
Linux Application Debugger for 32-bit applications, Version 8.1-3, Build 20040715
------------------
object file name: prog1
Reading symbolic information from /home/monkey/prog1...done
Assertion failed: _machine != NULLsrc/appl/procs/addrspace.C1524
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.
Could not start process for prog1
No image loaded ... Recovering ...
0 Kudos
1 Reply
minho_kwon
Beginner
435 Views
I solved at the last. Compile with the option "-no_cpprt".
It is working, however, idb is still hang over when I type "quit".
Minho Kwon
0 Kudos
Reply