You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
The panic is due to some code in the juju/errors package, where we call runtime.Caller. The result is invalid (no path is returned), but no error is returned either. I believe the issue is to do with back tracing in the gofrontend runtime, which assumes that all code lives in the main executable. It would need to be updated to search dynamic libraries also.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I knew this was a ridiculous thing to try, but I tried it anyway...
The text was updated successfully, but these errors were encountered: