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
With this startup command I am am seeing these stack traces about 1 in 5 times. If I rerun it might work or might fail with a longer stack trace.
: algernon --version Algernon 1.14.0
Command executed:
algernon --server --autorefresh --cert app/sim/cert.pem --key app/sim/key.pem app/sim :3000
Server directory: app/sim Server address: :3000 Database: Bolt (/var/folders/s6/ztxj9rzx6bn4zmczqj627z000000gn/T/algernon.db) Options: [Auto-refresh, Server] Cache mode: Off TLS certificate: app/sim/cert.pem TLS key: app/sim/key.pem Event server: :5553 Request limit: 10/sec per visitor Large file threshold: 44040192 bytes Large file timeout: 10 sec panic: close of closed channel goroutine 142 [running]: github.com/xyproto/symwalk.WalkLimit.func2() gopath/pkg/mod/github.com/xyproto/[email protected]/walker.go:78 +0xaf created by github.com/xyproto/symwalk.WalkLimit gopath/pkg/mod/github.com/xyproto/[email protected]/walker.go:75 +0x219
This is the longer stack trace if it helps:
goroutine 1 [running]: github.com/xyproto/symwalk.WalkLimit({0xc000044700, 0x34}, 0xc0000120a8, 0x64) gopath/pkg/mod/github.com/xyproto/[email protected]/walker.go:115 +0x305 github.com/xyproto/symwalk.Walk(...) gopath/pkg/mod/github.com/xyproto/[email protected]/walker.go:26 github.com/xyproto/recwatch.Subfolders({0xc000044700, 0x34}) gopath/pkg/mod/github.com/xyproto/[email protected]/subfolders.go:21 +0xaa github.com/xyproto/recwatch.NewRecursiveWatcher({0xc000044700?, 0x2981540?}) gopath/pkg/mod/github.com/xyproto/[email protected]/recwatch.go:20 +0x25 github.com/xyproto/recwatch.EventServer({0xc000044700, 0x34}, {0x2144bdc, 0x1}, {0x1e5be71, 0x5}, {0x1e5929c, 0x4}, 0x14dc9380) opath/pkg/mod/github.com/xyproto/[email protected]/eventserver.go:185 +0xf4 github.com/xyproto/algernon/engine.(*Config).MustServe(0xc000192580, 0xf?) gopath/pkg/mod/github.com/xyproto/[email protected]/engine/config.go:737 +0x1353 main.main() gopath/pkg/mod/github.com/xyproto/[email protected]/main.go:32 +0xe5
The text was updated successfully, but these errors were encountered:
Thanks for reporting!
main
Sorry, something went wrong.
Mac 12.5.1 Latest main version.
No branches or pull requests
With this startup command I am am seeing these stack traces about 1 in 5 times. If I rerun it might work or might fail with a longer stack trace.
: algernon --version
Algernon 1.14.0
Command executed:
This is the longer stack trace if it helps:
The text was updated successfully, but these errors were encountered: