We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This bug occurs some times more or less randomly producing the following message:
panic: runtime error: slice bounds out of range [6:1] goroutine 53 [running]:in: github.com/nakabonne/tstorage.(*memoryMetric).selectPoints(0xc0001ba7e0, 0x16a06b537e57044c, 0x16a06b5a7a7ab04c, 0x0, 0x0, 0x0) /root/go/pkg/mod/github.com/nakabonne/[email protected]/memory_partition.go:232 +0x27b github.com/nakabonne/tstorage.(*memoryPartition).selectDataPoints(0xc000132200, 0x82dbf7, 0x7, 0x0, 0x0, 0x0, 0x16a06b537e57044c, 0x16a06b5a7a7ab04c, 0x449a4c, 0xc000092238, ...) /root/go/pkg/mod/github.com/nakabonne/[email protected]/memory_partition.go:124 +0x9e github.com/nakabonne/tstorage.(*storage).Select(0xc000132180, 0x82dbf7, 0x7, 0x0, 0x0, 0x0, 0x16a06b537e57044c, 0x16a06b5a7a7ab04c, 0x46a77b, 0x77b3455e6fa8, ...) /root/go/pkg/mod/github.com/nakabonne/[email protected]/storage.go:324 +0x262 github.com/nakabonne/ali/storage.(*storage).Select(0xc00012e260, 0x82dbf7, 0x7, 0xc043adf3db12ae4c, 0x323d8539, 0xb456e0, 0xc043adfb5b12ae4c, 0x72e613139, 0xb456e0, 0x0, ...) /opt/ali/storage/storage.go:116 +0x105 github.com/nakabonne/ali/gui.(*drawer).redrawCharts(0xc0001c6480, 0x8a5ab8, 0xc00007e000) /opt/ali/gui/drawer.go:53 +0x262 created by github.com/nakabonne/ali/gui.attack /opt/ali/gui/keybinds.go:55 +0x9d
I have opened a PR in the underlying library to fix it - see nakabonne/tstorage#30
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This bug occurs some times more or less randomly producing the following message:
I have opened a PR in the underlying library to fix it - see nakabonne/tstorage#30
The text was updated successfully, but these errors were encountered: