-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
BugConfirmed to be a bugConfirmed to be a bugJiraAllows the synchronization of a GitHub issue in JiraAllows the synchronization of a GitHub issue in Jira
Description
In some occasions the new tui table input handler panics:
github.com/canonical/microcloud/microcloud/cmd/tui.(*InputHandler).getAllRows(0xc00031a550) panics panic: runtime error: index out of range [4] with length 4
The most recently observed errors are tracked in #653.
Most probably we the table's lock isn't obtained at all the necessary places which causes the internal table rows to get out of sync which then causes the panic.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugConfirmed to be a bugConfirmed to be a bugJiraAllows the synchronization of a GitHub issue in JiraAllows the synchronization of a GitHub issue in Jira