-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
druntime: Cherry-pick libunwind-based backtrace alternative and use it for musl targets #3641
Conversation
b5b916b
to
4cbc535
Compare
Fails to link, and I'm a bit puzzled why. It obviously checks out your branch link and the config file is minimally modified although in a relevant way. |
Thx for checking - |
This seems to have done the trick. Compilation has succeeded and I'm now running tests (but since I'm on Mac, it takes a while). |
All tests passed. |
Btw, you could replace the |
@kinke : Any plan for a second beta / a release date ? |
Good to know, thanks! I'll try to rework it when I update the package. |
A 2nd beta isn't planned ATM (this being the only change from beta1); final release probably soon after v2.095.1. |
The patches have been integrated upstream, and the LDC maintainer suggested to get rid of the conf patch in: ldc-developers/ldc#3641 (comment) Additionally, the default EH mechanism has been switched to llvm-libunwind, as libexecinfo is buggy and somemtimes leads to crashes.
Testing ldc-developers/druntime#192.