generated from aws-ia/terraform-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
The current deployment deploys the dex-server with image ghcr.io/dexidp/dex:v2.38.0
. However, this dex server panics under some configurations. Updating it to ``ghcr.io/dexidp/dex:v2.39.1` fixes the issue. (We did not try v2.39.0).
The failiour was only with siging into argocd using google SSO. Login using username password worked fine.
The values files used was as follows
server:
insecure: true
service:
type: NodePort
ingress:
enabled: true
tls: false # todo check if it solves the issue
hostname: '${domain}'
hosts:
- 'cd.${domain}'
annotations:
kubernetes.io/ingress.class: alb
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/group.name: '${env}'
alb.ingress.kubernetes.io/group.order: '2'
external-dns.alpha.kubernetes.io/hostname: 'cd.${domain}'
alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-TLS13-1-2-2021-06
alb.ingress.kubernetes.io/backend-protocol: HTTP
alb.ingress.kubernetes.io/healthcheck-interval-seconds: '15'
alb.ingress.kubernetes.io/healthcheck-timeout-seconds: '4'
alb.ingress.kubernetes.io/healthcheck-path: /healthz
alb.ingress.kubernetes.io/target-type: 'ip'
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP":80,"HTTPS": 443}]'
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
configs:
params:
server.insecure: true
cm:
url: "https://${domain}"
dex.config: |
connectors:
- type: oidc
id: google
name: Google
config:
issuer: https://accounts.google.com
clientID: ${ID}
clientSecret: ${SECRET_KEY}
rbac:
policy.default: role:readonly
policy.csv: |
g, [email protected] role:admin
scopes: "[email]"
Error seen
<html>
<body>
<!--StartFragment-->
2025-09-02 16:31:09.336 | time="2025-09-02T11:31:09Z" level=info msg="ArgoCD Dex Server is starting" built="2024-03-01T21:24:51Z" commit=fcf5d8c2381b68ab1621b90be63913b12cca2eb7 namespace=argocd version=v2.10.2+fcf5d8c |
-- | -- | --
| | 2025-09-02 16:31:09.337 | time="2025-09-02T11:31:09Z" level=info msg="Generating self-signed TLS certificate for this session" |
| | 2025-09-02 16:31:09.482 | time="2025-09-02T11:31:09Z" level=info msg="Starting configmap/secret informers" |
| | 2025-09-02 16:31:09.682 | time="2025-09-02T11:31:09Z" level=info msg="Configmap/secret informer synced" |
| | 2025-09-02 16:31:09.682 | time="2025-09-02T11:31:09Z" level=info msg="0xc000f5a4e0 subscribed to settings updates" |
| | 2025-09-02 16:31:09.698 | time="2025-09-02T11:31:09Z" level=info msg="Dex Version: v2.38.0, Go Version: go1.21.6, Go OS/ARCH: linux amd64" |
| | 2025-09-02 16:31:09.698 | time="2025-09-02T11:31:09Z" level=info msg="config issuer: https://domain/api/dex" |
| | 2025-09-02 16:31:09.698 | time="2025-09-02T11:31:09Z" level=info msg="config storage: memory" |
| | 2025-09-02 16:31:09.698 | time="2025-09-02T11:31:09Z" level=info msg="config static client: Argo CD" |
| | 2025-09-02 16:31:09.698 | time="2025-09-02T11:31:09Z" level=info msg="config static client: Argo CD CLI" |
| | 2025-09-02 16:31:09.698 | time="2025-09-02T11:31:09Z" level=info msg="config static client: Argo CD PKCE" |
| | 2025-09-02 16:31:09.698 | time="2025-09-02T11:31:09Z" level=info msg="config connector: google" |
| | 2025-09-02 16:31:09.698 | time="2025-09-02T11:31:09Z" level=info msg="config skipping approval screen" |
| | 2025-09-02 16:31:09.698 | time="2025-09-02T11:31:09Z" level=info msg="config refresh tokens rotation enabled: true" |
| | 2025-09-02 16:31:09.761 | time="2025-09-02T11:31:09Z" level=info msg="keys expired, rotating" |
| | 2025-09-02 16:31:09.840 | time="2025-09-02T11:31:09Z" level=info msg="keys rotated, next rotation: 2025-09-02 17:31:09.840713127 +0000 UTC" |
| | 2025-09-02 16:31:09.840 | time="2025-09-02T11:31:09Z" level=info msg="listening (telemetry) on 0.0.0.0:5558" |
| | 2025-09-02 16:31:09.841 | time="2025-09-02T11:31:09Z" level=info msg="listening (https) on 0.0.0.0:5556" |
| | 2025-09-02 16:31:09.841 | time="2025-09-02T11:31:09Z" level=info msg="listening (grpc) on 0.0.0.0:5557" |
| | 2025-09-02 16:31:50.030 | unexpected fault address 0xc00127b808 |
| | 2025-09-02 16:31:50.030 | fatal error: fault |
| | 2025-09-02 16:31:50.033 | [signal SIGSEGV: segmentation violation code=0x2 addr=0xc00127b808 pc=0x14fa09a] |
| | 2025-09-02 16:31:50.033 | |
| | 2025-09-02 16:31:50.033 | goroutine 55 [running]: |
| | 2025-09-02 16:31:50.033 | runtime.throw({0x5450b3?, 0x11b635f?}) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/panic.go:1077 +0x5c fp=0xc0005bb6f0 sp=0xc0005bb6c0 pc=0x111ae5c |
| | 2025-09-02 16:31:50.033 | runtime.sigpanic() |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/signal_unix.go:875 +0x285 fp=0xc0005bb750 sp=0xc0005bb6f0 pc=0x1131e45 |
| | 2025-09-02 16:31:50.033 | net/http.appendTime({0xc000616184, 0x0, 0x1d}, {0x4?, 0x7f2108d22ee0?, 0x20d2160?}) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/net/http/server.go:961 +0x61a fp=0xc0005bb878 sp=0xc0005bb750 pc=0x14fa09a |
| | 2025-09-02 16:31:50.033 | net/http.(*chunkWriter).writeHeader(0xc000616120, {0xc00002b000, 0x49f, 0x800}) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/net/http/server.go:1450 +0xb45 fp=0xc0005bbaa0 sp=0xc0005bb878 pc=0x14fcdc5 |
| | 2025-09-02 16:31:50.033 | net/http.(*chunkWriter).Write(0xc000616120, {0xc00002b000, 0x49f, 0x800}) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/net/http/server.go:375 +0x37 fp=0xc0005bbb10 sp=0xc0005bbaa0 pc=0x14f7817 |
| | 2025-09-02 16:31:50.033 | bufio.(*Writer).Flush(0xc0005a7900) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/bufio/bufio.go:642 +0x55 fp=0xc0005bbb58 sp=0xc0005bbb10 pc=0x128c7f5 |
| | 2025-09-02 16:31:50.033 | net/http.(*response).finishRequest(0xc0006160e0) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/net/http/server.go:1661 +0x45 fp=0xc0005bbb78 sp=0xc0005bbb58 pc=0x14fde65 |
| | 2025-09-02 16:31:50.033 | net/http.(*conn).serve(0xc0001b73b0, {0x78fc30, 0xc000522210}) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/net/http/server.go:2015 +0x63a fp=0xc0005bbfb8 sp=0xc0005bbb78 pc=0x14febba |
| | 2025-09-02 16:31:50.033 | net/http.(*Server).Serve.func3() |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/net/http/server.go:3086 +0x28 fp=0xc0005bbfe0 sp=0xc0005bbfb8 pc=0x15034a8 |
| | 2025-09-02 16:31:50.033 | runtime.goexit() |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0005bbfe8 sp=0xc0005bbfe0 pc=0x11511c1 |
| | 2025-09-02 16:31:50.033 | created by net/http.(*Server).Serve in goroutine 69 |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/net/http/server.go:3086 +0x5cb |
| | 2025-09-02 16:31:50.033 | |
| | 2025-09-02 16:31:50.033 | goroutine 1 [chan receive]: |
| | 2025-09-02 16:31:50.033 | runtime.gopark(0xc000686ca8?, 0x10efde5?, 0x0?, 0x12?, 0x20?) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000686c40 sp=0xc000686c20 pc=0x111dd4e |
| | 2025-09-02 16:31:50.033 | runtime.chanrecv(0xc00059fc20, 0xc000686d40, 0x1) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/chan.go:583 +0x3cd fp=0xc000686cb8 sp=0xc000686c40 pc=0x10e93cd |
| | 2025-09-02 16:31:50.033 | runtime.chanrecv1(0x0?, 0x4?) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/chan.go:442 +0x12 fp=0xc000686ce0 sp=0xc000686cb8 pc=0x10e8fd2 |
| | 2025-09-02 16:31:50.033 | github.com/oklog/run.(*Group).Run(0xc000687580) |
| | 2025-09-02 16:31:50.033 | /go/pkg/mod/github.com/oklog/[email protected]/group.go:43 +0x155 fp=0xc000686d60 sp=0xc000686ce0 pc=0x1ec8dd5 |
| | 2025-09-02 16:31:50.033 | main.runServe({{0x7ffd5f2e137d, 0xd}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}}) |
| | 2025-09-02 16:31:50.033 | /usr/local/src/dex/cmd/dex/serve.go:506 +0x3bcd fp=0xc000687c20 sp=0xc000686d60 pc=0x1ef356d |
| | 2025-09-02 16:31:50.033 | main.commandServe.func1(0xc000238100?, {0xc00004fc30?, 0x4?, 0x544309?}) |
| | 2025-09-02 16:31:50.033 | /usr/local/src/dex/cmd/dex/serve.go:68 +0x78 fp=0xc000687c80 sp=0xc000687c20 pc=0x1eef878 |
| | 2025-09-02 16:31:50.033 | github.com/spf13/cobra.(*Command).execute(0xc000410600, {0xc00004fb30, 0x1, 0x1}) |
| | 2025-09-02 16:31:50.033 | /go/pkg/mod/github.com/spf13/[email protected]/command.go:983 +0xabc fp=0xc000687e20 sp=0xc000687c80 pc=0x1e97c5c |
| | 2025-09-02 16:31:50.033 | github.com/spf13/cobra.(*Command).ExecuteC(0xc000410000) |
| | 2025-09-02 16:31:50.033 | /go/pkg/mod/github.com/spf13/[email protected]/command.go:1115 +0x3ff fp=0xc000687ef8 sp=0xc000687e20 pc=0x1e9851f |
| | 2025-09-02 16:31:50.033 | github.com/spf13/cobra.(*Command).Execute(...) |
| | 2025-09-02 16:31:50.033 | /go/pkg/mod/github.com/spf13/[email protected]/command.go:1039 |
| | 2025-09-02 16:31:50.033 | main.main() |
| | 2025-09-02 16:31:50.033 | /usr/local/src/dex/cmd/dex/main.go:24 +0x18 fp=0xc000687f40 sp=0xc000687ef8 pc=0x1eef598 |
| | 2025-09-02 16:31:50.033 | runtime.main() |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/proc.go:267 +0x2bb fp=0xc000687fe0 sp=0xc000687f40 pc=0x111d8db |
| | 2025-09-02 16:31:50.033 | runtime.goexit() |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000687fe8 sp=0xc000687fe0 pc=0x11511c1 |
| | 2025-09-02 16:31:50.033 | |
| | 2025-09-02 16:31:50.033 | goroutine 2 [force gc (idle)]: |
| | 2025-09-02 16:31:50.033 | runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000064fa8 sp=0xc000064f88 pc=0x111dd4e |
| | 2025-09-02 16:31:50.033 | runtime.goparkunlock(...) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/proc.go:404 |
| | 2025-09-02 16:31:50.033 | runtime.forcegchelper() |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/proc.go:322 +0xb3 fp=0xc000064fe0 sp=0xc000064fa8 pc=0x111dbb3 |
| | 2025-09-02 16:31:50.033 | runtime.goexit() |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x11511c1 |
| | 2025-09-02 16:31:50.033 | created by runtime.init.6 in goroutine 1 |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/proc.go:310 +0x1a |
| | 2025-09-02 16:31:50.033 | |
| | 2025-09-02 16:31:50.033 | goroutine 3 [GC sweep wait]: |
| | 2025-09-02 16:31:50.033 | runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000065778 sp=0xc000065758 pc=0x111dd4e |
| | 2025-09-02 16:31:50.033 | runtime.goparkunlock(...) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/proc.go:404 |
| | 2025-09-02 16:31:50.033 | runtime.bgsweep(0x0?) |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/mgcsweep.go:321 +0xdf fp=0xc0000657c8 sp=0xc000065778 pc=0x1107c9f |
| | 2025-09-02 16:31:50.033 | runtime.gcenable.func1() |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/mgc.go:200 +0x25 fp=0xc0000657e0 sp=0xc0000657c8 pc=0x10fce05 |
| | 2025-09-02 16:31:50.033 | runtime.goexit() |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0000657e8 sp=0xc0000657e0 pc=0x11511c1 |
| | 2025-09-02 16:31:50.033 | created by runtime.gcenable in goroutine 1 |
| | 2025-09-02 16:31:50.033 | /usr/local/go/src/runtime/mgc.go:200 +0x66 |
| | 2025-09-02 16:31:50.033 | |
| | 2025-09-02 16:31:50.033 | goroutine 4 [GC scavenge wait]: |
| | 2025-09-02 16:31:50.033 | runtime.gopark(0xc00007a000?, 0x777758?, 0x0?, 0x0?, 0x0?) |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000065f70 sp=0xc000065f50 pc=0x111dd4e |
| | 2025-09-02 16:31:50.034 | runtime.goparkunlock(...) |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/proc.go:404 |
| | 2025-09-02 16:31:50.034 | runtime.(*scavengerState).park(0x20d2260) |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000065fa0 sp=0xc000065f70 pc=0x1105529 |
| | 2025-09-02 16:31:50.034 | runtime.bgscavenge(0x0?) |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000065fc8 sp=0xc000065fa0 pc=0x1105ad9 |
| | 2025-09-02 16:31:50.034 | runtime.gcenable.func2() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgc.go:201 +0x25 fp=0xc000065fe0 sp=0xc000065fc8 pc=0x10fcda5 |
| | 2025-09-02 16:31:50.034 | runtime.goexit() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000065fe8 sp=0xc000065fe0 pc=0x11511c1 |
| | 2025-09-02 16:31:50.034 | created by runtime.gcenable in goroutine 1 |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgc.go:201 +0xa5 |
| | 2025-09-02 16:31:50.034 | |
| | 2025-09-02 16:31:50.034 | goroutine 5 [finalizer wait]: |
| | 2025-09-02 16:31:50.034 | runtime.gopark(0x198?, 0x53c060?, 0x1?, 0xee?, 0x0?) |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000064620 sp=0xc000064600 pc=0x111dd4e |
| | 2025-09-02 16:31:50.034 | runtime.runfinq() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mfinal.go:193 +0x107 fp=0xc0000647e0 sp=0xc000064620 pc=0x10fbe27 |
| | 2025-09-02 16:31:50.034 | runtime.goexit() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0000647e8 sp=0xc0000647e0 pc=0x11511c1 |
| | 2025-09-02 16:31:50.034 | created by runtime.createfing in goroutine 1 |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mfinal.go:163 +0x3d |
| | 2025-09-02 16:31:50.034 | |
| | 2025-09-02 16:31:50.034 | goroutine 6 [select]: |
| | 2025-09-02 16:31:50.034 | runtime.gopark(0xc000066788?, 0x3?, 0x90?, 0xed?, 0xc000066772?) |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000066618 sp=0xc0000665f8 pc=0x111dd4e |
| | 2025-09-02 16:31:50.034 | runtime.selectgo(0xc000066788, 0xc00006676c, 0xc000265400?, 0x0, 0x0?, 0x1) |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/select.go:327 +0x725 fp=0xc000066738 sp=0xc000066618 pc=0x112e285 |
| | 2025-09-02 16:31:50.034 | go.opencensus.io/stats/view.(*worker).start(0xc000265400) |
| | 2025-09-02 16:31:50.034 | /go/pkg/mod/[email protected]/stats/view/worker.go:292 +0x9f fp=0xc0000667c8 sp=0xc000066738 pc=0x174f95f |
| | 2025-09-02 16:31:50.034 | go.opencensus.io/stats/view.init.0.func1() |
| | 2025-09-02 16:31:50.034 | /go/pkg/mod/[email protected]/stats/view/worker.go:34 +0x25 fp=0xc0000667e0 sp=0xc0000667c8 pc=0x174ec85 |
| | 2025-09-02 16:31:50.034 | runtime.goexit() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0000667e8 sp=0xc0000667e0 pc=0x11511c1 |
| | 2025-09-02 16:31:50.034 | created by go.opencensus.io/stats/view.init.0 in goroutine 1 |
| | 2025-09-02 16:31:50.034 | /go/pkg/mod/[email protected]/stats/view/worker.go:34 +0x8d |
| | 2025-09-02 16:31:50.034 | |
| | 2025-09-02 16:31:50.034 | goroutine 7 [GC worker (idle)]: |
| | 2025-09-02 16:31:50.034 | runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000066f50 sp=0xc000066f30 pc=0x111dd4e |
| | 2025-09-02 16:31:50.034 | runtime.gcBgMarkWorker() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgc.go:1295 +0xe5 fp=0xc000066fe0 sp=0xc000066f50 pc=0x10fe985 |
| | 2025-09-02 16:31:50.034 | runtime.goexit() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000066fe8 sp=0xc000066fe0 pc=0x11511c1 |
| | 2025-09-02 16:31:50.034 | created by runtime.gcBgMarkStartWorkers in goroutine 1 |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgc.go:1219 +0x1c |
| | 2025-09-02 16:31:50.034 | |
| | 2025-09-02 16:31:50.034 | goroutine 8 [GC worker (idle)]: |
| | 2025-09-02 16:31:50.034 | runtime.gopark(0x50dfb9735c5f?, 0x0?, 0x0?, 0x0?, 0x0?) |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000067750 sp=0xc000067730 pc=0x111dd4e |
| | 2025-09-02 16:31:50.034 | runtime.gcBgMarkWorker() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgc.go:1295 +0xe5 fp=0xc0000677e0 sp=0xc000067750 pc=0x10fe985 |
| | 2025-09-02 16:31:50.034 | runtime.goexit() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0000677e8 sp=0xc0000677e0 pc=0x11511c1 |
| | 2025-09-02 16:31:50.034 | created by runtime.gcBgMarkStartWorkers in goroutine 1 |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgc.go:1219 +0x1c |
| | 2025-09-02 16:31:50.034 | |
| | 2025-09-02 16:31:50.034 | goroutine 9 [GC worker (idle)]: |
| | 2025-09-02 16:31:50.034 | runtime.gopark(0x50dfb973dcbe?, 0x0?, 0x0?, 0x0?, 0x0?) |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000067f50 sp=0xc000067f30 pc=0x111dd4e |
| | 2025-09-02 16:31:50.034 | runtime.gcBgMarkWorker() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgc.go:1295 +0xe5 fp=0xc000067fe0 sp=0xc000067f50 pc=0x10fe985 |
| | 2025-09-02 16:31:50.034 | runtime.goexit() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000067fe8 sp=0xc000067fe0 pc=0x11511c1 |
| | 2025-09-02 16:31:50.034 | created by runtime.gcBgMarkStartWorkers in goroutine 1 |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgc.go:1219 +0x1c |
| | 2025-09-02 16:31:50.034 | |
| | 2025-09-02 16:31:50.034 | goroutine 10 [GC worker (idle)]: |
| | 2025-09-02 16:31:50.034 | runtime.gopark(0x50dfb973eef1?, 0x3?, 0xac?, 0x92?, 0x0?) |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000060750 sp=0xc000060730 pc=0x111dd4e |
| | 2025-09-02 16:31:50.034 | runtime.gcBgMarkWorker() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgc.go:1295 +0xe5 fp=0xc0000607e0 sp=0xc000060750 pc=0x10fe985 |
| | 2025-09-02 16:31:50.034 | runtime.goexit() |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0000607e8 sp=0xc0000607e0 pc=0x11511c1 |
| | 2025-09-02 16:31:50.034 | created by runtime.gcBgMarkStartWorkers in goroutine 1 |
| | 2025-09-02 16:31:50.034 | /usr/local/go/src/runtime/mgc.go:1219 +0x1c
<!--EndFragment-->
</body>
</html>
Metadata
Metadata
Assignees
Labels
No labels