Quantcast
Channel: Intel® Fortran Compiler
Viewing all articles
Browse latest Browse all 3270

Force traceback printing

$
0
0

Dear all,

Our Fortran/C application is presenting some source of failure we didn't find out yet, returning segmentation fault. However, we are not able to see traceback information on screen (even using -g and -traceback options) . We then added some C signal handling function and we would like to force the program to write to stdout the traceback information.

Is there any Intel function we could call to print traceback information with all symbols and line numbers? Perhaps we can call the very same function used by Intel to print the stack when some source of unhandled problem occurs in any application.

Thanks in advance.

Best regards, Luiz and Marcelo


Viewing all articles
Browse latest Browse all 3270

Trending Articles