- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ...
------------------
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 ...
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page