-
Notifications
You must be signed in to change notification settings - Fork 35
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
Backtrace Support for arm64 #65
Comments
I think this is a reasonable thing to ask of the SSWG, yeah. |
We'll discuss this and see what we can do |
+1 for this feature it is a big pain point for me |
Is there some progress? |
I have not had time to look into this in too many details, but I suspect this is mostly a build issue. libbacktrace should be usable on arm64, but this packages picks and chooses the relevant files from the project and builds them with SwiftPM. if anyone has cycles, the idea would be to figure out what the build setup on arm64 should look like and then update the SwiftPM configuration to include the right files under that architecture |
Now that there are official arm docker images, it seems appropriate to also have backtrace support.
The issue here swift-server/swift-backtrace#19 from October 2019 requests support for it, but it doesn't look like there has been much progress on it.
Is there anything the SSWG can do to push that forward? I've been running a production Vapor app on AWS Graviton and have been missing the backtrace support for a couple of difficult to find crashes.
Thanks!
The text was updated successfully, but these errors were encountered: