Software Archive
Read-only legacy content
17061 Discussions

gdb-ia fails with SIG113 on mac os x

berg__erez
Beginner
681 Views

Hi, 

When I try to use gdb-ia on a fortran program compiled with ifort -g on mac os x, it fails with the following message:

(gdb) r

Starting program: /Users/erez/Documents/gfortran/test/test/a.out

During startup program terminated with signal SIG113, Real-time event 113.

(gdb)

 

Looking up this error online, I tried to run 

 

set startup-with-shell off

 

(as suggested here, for instance), but it doesn't solve it. 

 

Any suggestions would be appreciated... I'm sorry if the answer to this was posted in this forum, I couldn't find it. 

 

I'm running on macOS Sierra 10.12.6.

 

Thank you, 

 

Erez

0 Kudos
1 Reply
Ibarra__Lander
Beginner
681 Views

Hi Erez,

Were you able to find a solution to this problem? I am currently facing the same problem with High Sierra 10.13.6. gdb-ia returns the following:  

During startup program terminated with signal SIG113, Real-time event 113.

I was able to make the default gdb version work albeit not optimized for Intel Fortran. I tried to follow the same logic for gdb-ia I followed previously and add a certificate associated with the program. This didn't seem to work. 

gdb-ia's version is:

GNU gdb (GDB) 7.8-8.0.137

whereas the gdb version that is working is:

GNU gdb (GDB) 8.0.1

Any help on this is appreciated.

Thank you. 

0 Kudos
Reply