Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stacktrace: Handle dladdr function failure
dladdr function could be failed. There could be only three cases. Followings are the way to print for each cases. Consider symbol name as A, symbol offset as B, shared object name as C and shared object offset as D Case 1: Success A +B (C +D) Case 2: Failed to get symbol but succeed to get shared object (C +D) Case 3: Failed to get symbol as well as shared object unknown Signed-off-by: Bojun Seo <[email protected]>
- Loading branch information