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
While the likelihood of occurrence has decreased by merging #77, panic still occurs.
Give as:
ali -d 30s -r 0 http://host.xz
Then:
goroutine 37 [running]: ││ ││ │└───────────────────────────────────────────────────────────────────────────┘│ │ runtime.throw(0x1410c0a, 0x26) ││ ││ │┌Errors─────────────────────────────────────────────────────────────────────┐│ │ │ /opt/hostedtoolcache/go/1.15.3/x64/src/runtime/panic.go:1116 +0x72 fp=0xc015c03b40 sp=0xc015c03b10 pc=0x1034b32 ││ ││- Get "http://34.84.111.163:9898": dial tcp 0.0.0.0:0->34.84.111.163:9898: ││ │ runtime.mapiternext(0xc015c03d40) ││ ││ ││socket: too many open files ││ │ │ /opt/hostedtoolcache/go/1.15.3/x64/src/runtime/map.go:853 +0x554 fp=0xc015c03bc0 sp=0xc015c03b40 pc=0x1010814 ││ ││ ││ │ github.com/nakabonne/ali/gui.(*drawer).redrawMetrics(0xc0000b80d0, 0x1476c20, 0xc00009e080) ││ ││ ││ │ │ /home/runner/work/ali/ali/gui/drawer.go:218 +0x193 fp=0xc015c03fc8 sp=0xc015c03bc0 pc=0x1347373 ││ ││ ││ │ runtime.goexit() ││ ││ ││ ││ │ │ /opt/hostedtoolcache/go/1.15.3/x64/src/runtime/asm_amd64.s:1374 +0x1 fp=0xc015c03fd0 sp=0xc015c03fc8 pc=0x1068fe1 ││ ││ ││ │ created by github.com/nakabonne/ali/gui.run ││ ││ ││ ││ │ │ /home/runner/work/ali/ali/gui/gui.go:78 +0x63c
For some reason, there is panic here:
ali/gui/drawer.go
Line 218 in 6abc270
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While the likelihood of occurrence has decreased by merging #77, panic still occurs.
Give as:
Then:
For some reason, there is panic here:
ali/gui/drawer.go
Line 218 in 6abc270
The text was updated successfully, but these errors were encountered: