- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I receive the (fortt1: <174> SIGSEGV?segmentation fault occurred) error while trying to run my fortran code using ifort. The code is running well using g95 but not ifort. It also cannot be run using gfortran. I need to run it on ifort. This seems really strange. Maybe debugging can help. But I'm not so professional in using gdb. Any help? the code is originally written using fortran 90. I used the following script to run it on linux:
ifort -g -o run.exe my-code.f
Thanks,
Mohammad
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You might look at the article, Determining Root Cause of Segmentation Faults SIGSEGV or SIGBUS errors, for some possible causes/remedies.

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