-
Notifications
You must be signed in to change notification settings - Fork 237
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
[offline_compiler/tests] Add -lexecinfo to resolve backtrace
and backtrace_symbols
#330
base: master
Are you sure you want to change the base?
Conversation
backtrace
and backtrace_symbols
backtrace
and backtrace_symbols
I don't think libexecinfo library is available in Linux distributions used by Neo CI. It's only available on Alpine and few other distros, see: https://repology.org/project/libexecinfo/versions |
thanks, looking into it |
@JacekDanecki what's your preferred approach, scope |
I'd prefer preparation changes specific for Alpine, as it'll not have impact on binaries created for another distributions. libunwind is interesting proposal, but using it we could add some old bugs to Neo code, as for example: libunwind/libunwind#94. This was fixed in libunwind 1.5-rc2, which is not available in all distributions yet. |
@krupenik could you confirm if it is still needed? |
to the best of my knowledge — yes, for non-glibc builds it is still needed. |
Could you detect the need on cmake level? based on some package detection add this |
yeah, will try. I’m in Ukraine, so this might get postponed a bit, sorry :-)
… On 6 Jul 2022, at 11:38, Mateusz Jablonski ***@***.***> wrote:
@krupenik could you confirm if it is still needed?
to the best of my knowledge — yes, for non-glibc builds it is still needed.
Could you detect the need on cmake level? based on some package detection add this execinfo dependency
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
5cfb59c
to
6a6ab80
Compare
fa44cc1
to
7aef244
Compare
3c72253
to
a4888b3
Compare
7a09c51
to
93e941f
Compare
No description provided.