-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
dwarf::format_error
when running rust program
#193
Comments
Probably a duplicate of #107. According to #107 (comment) passing |
I added partial support for Dwarfv5 in my libelfin fork and that seems to fix this issue. |
link-arg did not work for me, but using the libelfin fork
after running
|
I'm also having the same problem. The output of my program is
I've tried adding the compiler flags suggested by @bjorn3 to my
which fails to fix the issue (and doesn't change the output). I'm a little bit unsure about how I would use the other suggestions (libelfin?), so any clarification would be great! |
Hi, I just stepped into this problem! Just to add to the future readers, you have to tell
|
Is there something that can be done within coz about this? I'm running into similar issues and my setup is not rust specific. |
Hi, @Alizter I'm running into the same error and my setup is not specific to rust either. Were you able to find a solution? |
@ysfess22 No unfortunately not. |
I'm trying to add
tracing-coz
to a program I'm working on. As specified in the docs, I'm building withCARGO_PROFILE_RELEASE_DEBUG=true
, but that causes the following error:The text was updated successfully, but these errors were encountered: