Skip to content
New issue

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

Out of memory because of recursive call to fallback.OpenDefault #61

Open
tomscytale opened this issue Nov 13, 2023 · 0 comments · May be fixed by #62
Open

Out of memory because of recursive call to fallback.OpenDefault #61

tomscytale opened this issue Nov 13, 2023 · 0 comments · May be fixed by #62

Comments

@tomscytale
Copy link

Was running successfully on fly.io but then set entrypoint = ["/goStatic", "-fallback", "index.html"]

Now I see

2023-11-13T23:18:12Z app[48ed43dc20e198] lhr [info] INFO Preparing to run: `/goStatic -fallback index.html` as appuser
2023-11-13T23:18:12Z app[48ed43dc20e198] lhr [info] INFO [fly api proxy] listening at /.fly/api
2023-11-13T23:18:12Z app[48ed43dc20e198] lhr [info]2023/11/13 23:18:12 listening on [fdaa:0:5267:a7b:13e:bab0:fa98:2]:22 (DNS: [fdaa::3]:53)
2023-11-13T23:18:12Z app[48ed43dc20e198] lhr [info]11:18PM INF Listening at http://0.0.0.0:8043 /...
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]fatal error: runtime: out of memory
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime stack:
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.throw({0x6898ae, 0x10000000})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/panic.go:1198 +0x71
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.sysMap(0xc010400000, 0x429180, 0x7ffda274ae00)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/mem_linux.go:169 +0x96
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.(*mheap).grow(0x8a1ec0, 0x8000)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/mheap.go:1393 +0x225
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.(*mheap).allocSpan(0x8a1ec0, 0x8000, 0x1, 0x0)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/mheap.go:1179 +0x165
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.(*mheap).allocManual(0x0, 0x0, 0x0)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/mheap.go:949 +0x1f
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.stackalloc(0x10000000)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/stack.go:409 +0x151
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.copystack(0xc0000ac1a0, 0x10000000)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/stack.go:859 +0x74
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.newstack()
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/stack.go:1097 +0x47b
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.morestack()
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/asm_amd64.s:461 +0x8b
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]goroutine 8 [copystack]:
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.(*mspan).nextFreeIndex(0x7f5f4095de30)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/mbitmap.go:166 +0x152 fp=0xc0082003a8 sp=0xc0082003a0 pc=0x413512
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.(*mcache).nextFree(0x7f5f40952108, 0x7)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/malloc.go:879 +0x4d fp=0xc0082003f0 sp=0xc0082003a8 pc=0x40c12d
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.mallocgc(0x15, 0x63bd00, 0x1)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/malloc.go:1077 +0x4e8 fp=0xc008200470 sp=0xc0082003f0 pc=0x40c7e8
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]runtime.makeslice(0xc008200560, 0x491fec, 0x7f5f40952108)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/slice.go:98 +0x52 fp=0xc008200498 sp=0xc008200470 pc=0x4493f2
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]path/filepath.(*lazybuf).append(...)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/path/filepath/path.go:47
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]path/filepath.Clean({0xc0001657d0, 0x15})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/path/filepath/path.go:150 +0x93a fp=0xc008200570 sp=0xc008200498 pc=0x56103a
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]path/filepath.join({0xc0082005e0, 0xd, 0xc008200620})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/path/filepath/path_unix.go:46 +0x8a fp=0xc0082005a8 sp=0xc008200570 pc=0x5619ea
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]path/filepath.Join(...)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/path/filepath/path.go:213
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]net/http.Dir.Open({0x684fb3, 0x9}, {0xc0004c6610, 0xa})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/net/http/fs.go:79 +0xa5 fp=0xc008200610 sp=0xc0082005a8 pc=0x5c6b45
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]net/http.(*Dir).Open(0xc000042d00, {0xc0004c6610, 0xc0001657a0})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     <autogenerated>:1 +0x45 fp=0xc008200640 sp=0xc008200610 pc=0x5fc9e5
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124b10}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:19 +0xb4 fp=0xc0082006d8 sp=0xc008200640 pc=0x61f054
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124ae0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200770 sp=0xc0082006d8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124ab0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200808 sp=0xc008200770 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124a80}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082008a0 sp=0xc008200808 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124a50}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200938 sp=0xc0082008a0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124a20}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082009d0 sp=0xc008200938 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001249f0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200a68 sp=0xc0082009d0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001249c0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200b00 sp=0xc008200a68 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124990}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200b98 sp=0xc008200b00 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124960}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200c30 sp=0xc008200b98 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124930}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200cc8 sp=0xc008200c30 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124900}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200d60 sp=0xc008200cc8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001248d0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200df8 sp=0xc008200d60 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001248a0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200e90 sp=0xc008200df8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124870}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200f28 sp=0xc008200e90 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124840}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008200fc0 sp=0xc008200f28 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124810}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201058 sp=0xc008200fc0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001247e0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082010f0 sp=0xc008201058 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001247b0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201188 sp=0xc0082010f0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124780}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201220 sp=0xc008201188 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124750}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082012b8 sp=0xc008201220 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124720}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201350 sp=0xc0082012b8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001246f0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082013e8 sp=0xc008201350 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001246c0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201480 sp=0xc0082013e8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124690}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201518 sp=0xc008201480 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124660}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082015b0 sp=0xc008201518 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124630}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201648 sp=0xc0082015b0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124600}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082016e0 sp=0xc008201648 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001245d0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201778 sp=0xc0082016e0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001245a0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201810 sp=0xc008201778 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124570}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082018a8 sp=0xc008201810 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124540}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201940 sp=0xc0082018a8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124510}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082019d8 sp=0xc008201940 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001244e0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201a70 sp=0xc0082019d8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001244b0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201b08 sp=0xc008201a70 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124480}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201ba0 sp=0xc008201b08 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124450}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201c38 sp=0xc008201ba0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124420}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201cd0 sp=0xc008201c38 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001243f0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201d68 sp=0xc008201cd0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001243c0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201e00 sp=0xc008201d68 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124390}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201e98 sp=0xc008201e00 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124360}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201f30 sp=0xc008201e98 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124330}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008201fc8 sp=0xc008201f30 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124300}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202060 sp=0xc008201fc8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001242d0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082020f8 sp=0xc008202060 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001242a0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202190 sp=0xc0082020f8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124270}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202228 sp=0xc008202190 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124240}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082022c0 sp=0xc008202228 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124210}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202358 sp=0xc0082022c0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001241e0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082023f0 sp=0xc008202358 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001241b0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202488 sp=0xc0082023f0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124180}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202520 sp=0xc008202488 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124150}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082025b8 sp=0xc008202520 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124120}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202650 sp=0xc0082025b8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001240f0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082026e8 sp=0xc008202650 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001240c0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202780 sp=0xc0082026e8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124090}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202818 sp=0xc008202780 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124060}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082028b0 sp=0xc008202818 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124030}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202948 sp=0xc0082028b0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000124000}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082029e0 sp=0xc008202948 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117fb0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202a78 sp=0xc0082029e0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117f80}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202b10 sp=0xc008202a78 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117f50}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202ba8 sp=0xc008202b10 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117f20}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202c40 sp=0xc008202ba8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117ef0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202cd8 sp=0xc008202c40 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117ec0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202d70 sp=0xc008202cd8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117e90}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202e08 sp=0xc008202d70 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117e60}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202ea0 sp=0xc008202e08 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117e30}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202f38 sp=0xc008202ea0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117e00}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008202fd0 sp=0xc008202f38 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117dd0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203068 sp=0xc008202fd0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117da0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203100 sp=0xc008203068 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117d70}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203198 sp=0xc008203100 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117d40}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203230 sp=0xc008203198 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117d10}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082032c8 sp=0xc008203230 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117ce0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203360 sp=0xc0082032c8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117cb0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082033f8 sp=0xc008203360 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117c80}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203490 sp=0xc0082033f8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117c50}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203528 sp=0xc008203490 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117c20}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082035c0 sp=0xc008203528 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117bf0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203658 sp=0xc0082035c0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117bc0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082036f0 sp=0xc008203658 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117b90}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203788 sp=0xc0082036f0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117b60}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203820 sp=0xc008203788 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117b30}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082038b8 sp=0xc008203820 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117b00}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203950 sp=0xc0082038b8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117ad0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc0082039e8 sp=0xc008203950 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117aa0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203a80 sp=0xc0082039e8 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117a70}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203b18 sp=0xc008203a80 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117a40}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203bb0 sp=0xc008203b18 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc000117a10}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203c48 sp=0xc008203bb0 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.OpenDefault({{0x7ffda274cde6, 0xc0001179e0}, {0x6dee60, 0xc000042d00}}, {0xc0000146f0, 0x7ffda274cde6})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /go/src/github.com/PierreZ/goStatic/fallback.go:22 +0x165 fp=0xc008203ce0 sp=0xc008203c48 pc=0x61f105
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]created by net/http.(*Server).Serve
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/net/http/server.go:3034 +0x4e8
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]goroutine 1 [IO wait]:
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]internal/poll.runtime_pollWait(0x7f5f407d8798, 0x72)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/runtime/netpoll.go:234 +0x89
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]internal/poll.(*pollDesc).wait(0xc0000ae180, 0xc00001e000, 0x0)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x32
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]internal/poll.(*pollDesc).waitRead(...)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/internal/poll/fd_poll_runtime.go:89
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]internal/poll.(*FD).Accept(0xc0000ae180)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/internal/poll/fd_unix.go:402 +0x22c
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]net.(*netFD).accept(0xc0000ae180)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/net/fd_unix.go:173 +0x35
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]net.(*TCPListener).accept(0xc00000c180)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/net/tcpsock_posix.go:140 +0x28
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]net.(*TCPListener).Accept(0xc00000c180)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/net/tcpsock.go:262 +0x3d
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]net/http.(*Server).Serve(0xc0000b2000, {0x6e35b0, 0xc00000c180})
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/net/http/server.go:3002 +0x394
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]net/http.(*Server).ListenAndServe(0xc0000b2000)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/net/http/server.go:2931 +0x7d
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]net/http.ListenAndServe(...)
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]     /usr/local/go/src/net/http/server.go:3185
2023-11-13T23:20:00Z app[48ed43dc20e198] lhr [info]main.main()
2023-11-13T23:20:00Z proxy[48ed43dc20e198] lhr [error]could not complete HTTP request to instance: connection closed before message completed
``
@tomscytale tomscytale linked a pull request Nov 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant