-
Notifications
You must be signed in to change notification settings - Fork 9
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
1495: fix Alpine build #1657
1495: fix Alpine build #1657
Conversation
PR tests (gcc-7, ubuntu, mpich, trace runtime, LB) Build for 1cf2b68
|
Codecov Report
@@ Coverage Diff @@
## develop #1657 +/- ##
========================================
Coverage 83.44% 83.44%
========================================
Files 800 800
Lines 30922 30923 +1
========================================
+ Hits 25803 25805 +2
+ Misses 5119 5118 -1
|
cc52339
to
2553b02
Compare
Related bug report in Alpine's GitLab: |
2553b02
to
bd500e5
Compare
081da5c
to
5a33c27
Compare
TODO:
|
b1c5681
to
0e65e5c
Compare
9227798
to
f83e498
Compare
Turns out Alpine uses `init`.
50582ae
to
1cf2b68
Compare
It looks like this is going to cause trouble for EMPIRE, at least as is - I just imported current |
fixes #1495
Fixes the stack dumping issues with Alpine build by replacing
libexecinfo
withlibunwind
.Does a minor cleanup of our backtrace-generating code as well.
cc52339 is the simplest workaround to the failing test - it just disables stack printing. I will try to come up with an actual fix.Confirmed that it works with:(unfixed version crashes every couple of runs).