-
Notifications
You must be signed in to change notification settings - Fork 604
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
Lima VM hangs and when stopped produces a cgo panic #1299
Labels
Comments
Lima VM config is:
|
Where the panic happened this comment is in the // I expected it will not cause panic.
// if caused panic, that's unexpected behavior.
v, _ := status.Value().(*machineStatus) https://github.com/Code-Hex/vz/blob/main/virtualization.go#L152-L154 |
@ryancurrah By the way, the panic is after stop of vm. This will not fix the lima vm hang issue. The hang should be related to network issue as mentioned in #1288 |
I guess this was fixed in #1318 ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Host OS:
macOS 13.1 (Ventura)
Lima:
0.14.2
Was shelled into the Lima VM looking at some logs and all of a sudden it completely froze. From another terminal I stopped the VM and checked the logs and here's what I found (cgo panic is at the bottom):
The text was updated successfully, but these errors were encountered: