-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add validation backtrace libbacktrace #394
Add validation backtrace libbacktrace #394
Conversation
7fa4aca
to
ca0c7a7
Compare
is it possible to somehow demangle the symbols? |
68a7914
to
7f03b42
Compare
I've demangled the symbols with |
I also had a thought about not showing ur-internal functions. Would it be possible to detect the first loader function, so this: |
8dd984f
to
179d800
Compare
Done. I'm filtering out the backtrace lines before the occurrence of the "ur_libapi.cpp" substring. |
165291d
to
5d32ce4
Compare
@pbalcer I've changed the format of the backtrace to resemble the format from the address sanitizer backtrace. |
5d32ce4
to
f2031e7
Compare
Libbacktrace backtrace can be enabled using cmake option
VAL_USE_LIBBACKTRACE_BACKTRACE
, it is set to OFF by default.Addresses: #368
Supersedes: #388
An example output from backtrace implementation using libbacktrace looks like this: