orbctl delete by machine ID SIGSEGVs at delete.go:141 on v2.2.3 #2671
tomoyuki28jp
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
orbctl deleteadvertisesdelete [ID/NAME]..., but deleting a dedicated Linux machine by its immutable ID crashes the CLI before mutation.Environment
c83556b0ef8f1ba9a33abbb194622b6b7a1c0307Steps to reproduce
orbctl list --format json.orbctl delete --force <dedicated-machine-id>Expected behavior
The exact machine identified by ID is deleted, or the CLI returns a normal validation/runtime error.
Actual behavior
github.com/orbstack/macvirt/scon/cmd/scli/cmd/delete.go:141The reproduction used only a disposable machine. This report intentionally excludes machine identifiers, credentials, raw authentication output, and private diagnostic data.
All reactions