-
Notifications
You must be signed in to change notification settings - Fork 4
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
go-git v5.11.0 inittask panic #28
Comments
Would you mind trying on this branch #27 ? I'm also planning to do some major rework soon which should hopefully fix some of these issues. |
@eh-steve Yes! That fixes it :) |
Great, I just need to massage the CI on that PR before I merge it so there might be some rebases before it ends up in master. |
Merged into master, let me know if it works for you and I'll close this issue |
@eh-steve It works for me on master now. Thank you! :) |
Go version: go 1.21.5
MacOS: 12.7 (x86)
goloader: 684a15f
In my outer program I import and use
github.com/go-git/go-git/v5
andgit.luolix.top/go-git/go-git/v5/plumbing
(it's a pure go package, no cgo, v5.11.0). These packages are NOT used in my JIT'd code. However, when I use eitherfmt.Println()
ortime.Sleep()
in the JIT code and I get this panic...If I remove
go-git
from my outer code everything is fine.Happy to provide more details if needed.
The text was updated successfully, but these errors were encountered: