-
Notifications
You must be signed in to change notification settings - Fork 363
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
Need lldb version that works on Alpine 3.9 #73
Comments
I've successfully built the plugin with the following image but lldb freezes on executing attach command.
|
Yes, I've tried building a couple of different versions of lldb with no luck. |
Going to try debugging lldb with lldb. 😄 |
It is worth noting that lldb seems to work on Alpine 3.9 as mention By @joe-elliott joe-elliott/netcore-kubernetes-profiling#4 (comment) |
Note to self: try this lldb on apline 3.9. FROM mcr.microsoft.com/dotnet/core/aspnet:2.2.5-alpine3.9 |
The installed by apk doesn't work and even building 5.0.2 (below) doesn't work.
Docker image build file:
The text was updated successfully, but these errors were encountered: