- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
We provide TRACEBACKQQ to print a traceback at any point in your program.
