-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When the compilation option is set to -DCMAKE_BUILD_TYPE=RelWithDebInfo, it appears to have some issues. #192
Comments
cpptrace tag : 0.7.1 |
Hi, Could you provide some more information? I see in your followup comment you mentioned
It's not unexpected that a stack trace would be empty under |
The option -DCMAKE_BUILD_TYPE=Release is used to compile the cpptrace dynamic library, while the executable is linked with cpptrace using -DCMAKE_BUILD_TYPE=RelWithDebInfo. |
Thanks for clarifying. Is there any additional information you can provide to help me reproduce? What platform are you on? What output are you seeing? What version of libdwarf are you using? |
I'm closing for now since I have been unable to reproduce. Please feel free to re-open if there's additional info or anything that could help with reproduction. If you run into any more issues please let me know. |
When the compilation option is set to -DCMAKE_BUILD_TYPE=RelWithDebInfo, cpptrace cannot collect specific stack information, but gdb can. However, when set to -DCMAKE_BUILD_TYPE=DEBUG, both cpptrace and gdb can collect the stack information. Why is this the case?
The text was updated successfully, but these errors were encountered: