- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have code that I compiled and linked and created an executable. As a newbie to ifort and fortran 90 how do I go about debugging segmentation faults and core dumps ?
I prefer a command line utility if one is available.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On Linux, I use good old gdb. Compile your Intel Fortran code with the -debug option, and you're good to go. There are many on-line tutorials about gdb, and several excellent books.
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solved - see https://software.intel.com/en-us/forums/topic/560458

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