-
Hello, Despite my binary contains debug_info, Orbit complains about symbol loading.
Orbit details: Could not load debug symbols for "/home/lucp/libsec/lib/ut_sec": Failed to find symbols for module "/home/lucp/libsec/lib/ut_sec" with build_id="":
Also: Could not load fallback symbols for "/home/lucp/libsec/lib/ut_sec":
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi qathy,
It is for some scenarios - like debuginfo stores (i.e. /usr/lib/debug). I'm not sure why you should get this error messages if the debug info is in the same binary. But the logfile should give us all the information to figure out what's going on.
Most linkers (that is at least GNU ld, lld, gold) have an option |
Beta Was this translation helpful? Give feedback.
Hmm, interesting. I still have no clue why Orbit is not even trying to load symbols for ut_sec (at least according to the log file).
But anyway. I'm glad that it works now. :-)