You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this can be considered a design issue or it's working as intended. However, when a stack trace is printed the line number an/or symbols can only be resolved via addr2line, when the process is NOT resolved via PATH. Otherwise the symbols are not correctly resolved, because internally the process is not found via addr2line.
If you need more information please feel free to ask.
The text was updated successfully, but these errors were encountered:
That's strange. addr2line based implementation uses dladdr for getting the symbol location. And that approach usually returns an absolute path via dli_fname.
Not sure if this can be considered a design issue or it's working as intended. However, when a stack trace is printed the line number an/or symbols can only be resolved via addr2line, when the process is NOT resolved via PATH. Otherwise the symbols are not correctly resolved, because internally the process is not found via addr2line.
If you need more information please feel free to ask.
The text was updated successfully, but these errors were encountered: