#3963·falco

Pod restart

Author: RemblewCreated Aug 26, 2026Updated Sep 17, 2026
Labelskind/bug

I deploy falco in k8s, most pods can run normally, but some pods restart, they are all terminated with 139, but just restart once some pods restart after restart a few seconds after startup, and log show no error here is logs before restart:

fri
Fri Aug 21 13:17:34 2026: Falco initialized with configuration files:
Fri Aug 21 13:17:34 2026:    /etc/falco/falco.yaml | schema validation: ok
Fri Aug 21 13:17:34 2026: System info: Linux version 6.12.95-124.187.amzn2023.x86_64 (mockbuild@ip-10-0-33-51) (gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5), GNU ld version 2.41-50.amzn2023.0.5) #1 SMP PREEMPT_DYNAMIC Mon Jul 27 20:39:41 UTC 2026
Fri Aug 21 13:17:34 2026: Loaded plugin '[email protected]' from file /usr/share/falco/plugins/libk8smeta.so
Fri Aug 21 13:17:34 2026: Loaded plugin '[email protected]' from file /usr/share/falco/plugins/libcontainer.so
Fri Aug 21 13:17:34 2026: [warning] [k8smeta] hostProc init config key is deprecated since it is no more in use
Fri Aug 21 13:17:34 2026: [libs]: container: Enabled 'podman' container engine.
Fri Aug 21 13:17:34 2026: [libs]: container: * enabled container runtime socket at '/host/run/podman/podman.sock'
Fri Aug 21 13:17:34 2026: [libs]: container: Enabled 'docker' container engine.
Fri Aug 21 13:17:34 2026: [libs]: container: * enabled container runtime socket at '/host/var/run/docker.sock'
Fri Aug 21 13:17:34 2026: [libs]: container: Enabled 'cri' container engine.
Fri Aug 21 13:17:34 2026: [libs]: container: * enabled container runtime socket at '/host/run/containerd/containerd.sock'
Fri Aug 21 13:17:34 2026: [libs]: container: * enabled container runtime socket at '/host/run/crio/crio.sock'
Fri Aug 21 13:17:34 2026: [libs]: container: * enabled container runtime socket at '/host/run/k3s/containerd/containerd.sock'
Fri Aug 21 13:17:34 2026: [libs]: container: * enabled container runtime socket at '/host/run/host-containerd/containerd.sock'
Fri Aug 21 13:17:34 2026: [libs]: container: Enabled 'containerd' container engine.
Fri Aug 21 13:17:34 2026: [libs]: container: * enabled container runtime socket at '/host/run/host-containerd/containerd.sock'
Fri Aug 21 13:17:34 2026: [libs]: container: Enabled 'lxc' container engine.
Fri Aug 21 13:17:34 2026: [libs]: container: Enabled 'libvirt_lxc' container engine.
Fri Aug 21 13:17:34 2026: [libs]: container: Enabled 'bpm' container engine.
Fri Aug 21 13:17:34 2026: Loading rules from:
Fri Aug 21 13:17:34 2026:    /etc/falco/rules.d/custom_rules.yaml | schema validation: ok
Fri Aug 21 13:17:34 2026: /etc/falco/rules.d/custom_rules.yaml: Ok
Fri Aug 21 13:17:34 2026: Disabling rules with name: Read sensitive file untrusted
Fri Aug 21 13:17:34 2026: Hostname value has been overridden via environment variable to: ip-10-48-186-62.ap-southeast-1.compute.internal
Fri Aug 21 13:17:34 2026: The chosen syscall buffer dimension is: 8388608 bytes (8 MBs)
Fri Aug 21 13:17:34 2026: Starting health webserver with threadiness 8, listening on 0.0.0.0:8765
Fri Aug 21 13:17:34 2026: Setting metrics interval to 15s, equivalent to 15000 (ms)
Fri Aug 21 13:17:34 2026: Loaded event sources: syscall
Fri Aug 21 13:17:34 2026: Enabled event sources: syscall
Fri Aug 21 13:17:34 2026: Opening 'syscall' source with modern BPF probe.
Fri Aug 21 13:17:34 2026: One ring buffer every '2' CPUs.
Fri Aug 21 13:17:34 2026: [libs]: Trying to open the right engine!
Fri Aug 21 13:17:34 2026: [libs]: libpman: disabled BPF iterators (not running in the root PID namespace, or failed to determine it)
Fri Aug 21 13:17:47 2026: [info] [k8smeta] The plugin received at least one event from the k8s-metacollector
Last State:     Terminated
      Reason:       Error
      Exit Code:    139
      Started:      Fri, 21 Aug 2026 21:17:34 +0800
      Finished:     Fri, 21 Aug 2026 21:17:56 +0800
    Ready:          True
    Restart Count:  1

another pod runs for a few days then restart, logs show error:

Fri Aug 21 13:23:59 2026: Falco version: 0.44.1 (aarch64)
Fri Aug 21 13:23:59 2026: Falco initialized with configuration files:
Fri Aug 21 13:23:59 2026:    /etc/falco/falco.yaml | schema validation: ok
Fri Aug 21 13:23:59 2026: System info: Linux version 6.12.95-124.187.amzn2023.aarch64 (mockbuild@ip-10-0-45-249) (gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5), GNU ld version 2.41-50.amzn2023.0.5) #1 SMP Mon Jul 27 20:40:16 UTC 2026
Fri Aug 21 13:23:59 2026: Loaded plugin '[email protected]' from file /usr/share/falco/plugins/libk8smeta.so
Fri Aug 21 13:23:59 2026: Loaded plugin '[email protected]' from file /usr/share/falco/plugins/libcontainer.so
Fri Aug 21 13:23:59 2026: [warning] [k8smeta] hostProc init config key is deprecated since it is no more in use
Fri Aug 21 13:23:59 2026: [libs]: container: Enabled 'podman' container engine.
Fri Aug 21 13:23:59 2026: [libs]: container: * enabled container runtime socket at '/host/run/podman/podman.sock'
Fri Aug 21 13:23:59 2026: [libs]: container: Enabled 'docker' container engine.
Fri Aug 21 13:23:59 2026: [libs]: container: * enabled container runtime socket at '/host/var/run/docker.sock'
Fri Aug 21 13:23:59 2026: [libs]: container: Enabled 'cri' container engine.
Fri Aug 21 13:23:59 2026: [libs]: container: * enabled container runtime socket at '/host/run/containerd/containerd.sock'
Fri Aug 21 13:23:59 2026: [libs]: container: * enabled container runtime socket at '/host/run/crio/crio.sock'
Fri Aug 21 13:23:59 2026: [libs]: container: * enabled container runtime socket at '/host/run/k3s/containerd/containerd.sock'
Fri Aug 21 13:23:59 2026: [libs]: container: * enabled container runtime socket at '/host/run/host-containerd/containerd.sock'
Fri Aug 21 13:23:59 2026: [libs]: container: Enabled 'containerd' container engine.
Fri Aug 21 13:23:59 2026: [libs]: container: * enabled container runtime socket at '/host/run/host-containerd/containerd.sock'
Fri Aug 21 13:23:59 2026: [libs]: container: Enabled 'lxc' container engine.
Fri Aug 21 13:23:59 2026: [libs]: container: Enabled 'libvirt_lxc' container engine.
Fri Aug 21 13:23:59 2026: [libs]: container: Enabled 'bpm' container engine.
Fri Aug 21 13:23:59 2026: Loading rules from:
Fri Aug 21 13:23:59 2026:    /etc/falco/rules.d/custom_rules.yaml | schema validation: ok
Fri Aug 21 13:23:59 2026: /etc/falco/rules.d/custom_rules.yaml: Ok
Fri Aug 21 13:23:59 2026: Disabling rules with name: Read sensitive file untrusted
Fri Aug 21 13:23:59 2026: Hostname value has been overridden via environment variable to: ip-10-48-189-66.ap-southeast-1.compute.internal
Fri Aug 21 13:23:59 2026: The chosen syscall buffer dimension is: 8388608 bytes (8 MBs)
Fri Aug 21 13:23:59 2026: Starting health webserver with threadiness 4, listening on 0.0.0.0:8765
Fri Aug 21 13:23:59 2026: Setting metrics interval to 15s, equivalent to 15000 (ms)
Fri Aug 21 13:23:59 2026: Loaded event sources: syscall
Fri Aug 21 13:23:59 2026: Enabled event sources: syscall
Fri Aug 21 13:23:59 2026: Opening 'syscall' source with modern BPF probe.
Fri Aug 21 13:23:59 2026: One ring buffer every '2' CPUs.
Fri Aug 21 13:23:59 2026: [libs]: Trying to open the right engine!
Fri Aug 21 13:23:59 2026: [libs]: libpman: disabled BPF iterators (not running in the root PID namespace, or failed to determine it)
Fri Aug 21 13:24:04 2026: [info] [k8smeta] The plugin received at least one event from the k8s-metacollector
Fri Aug 21 13:24:05 2026: [libs]: libbpf: failed to determine tracepoint 'syscalls/sys_enter_creat' perf event ID: No such file or directory
Fri Aug 21 13:24:05 2026: [libs]: libbpf: prog 'creat_e': failed to create tracepoint 'syscalls/sys_enter_creat' perf event: No such file or directory
Fri Aug 21 13:24:05 2026: [libs]: libpman: failure while attaching TOCTOU mitigation program for 'creat' system call. Detection will continue to work, but TOCTOU mitigation may not properly work (errno: 2 | message: No such file or directory)
Fri Aug 21 13:24:05 2026: [libs]: libbpf: failed to determine tracepoint 'syscalls/sys_enter_open' perf event ID: No such file or directory
Fri Aug 21 13:24:05 2026: [libs]: libbpf: prog 'open_e': failed to create tracepoint 'syscalls/sys_enter_open' perf event: No such file or directory
Fri Aug 21 13:24:05 2026: [libs]: libpman: failure while attaching TOCTOU mitigation program for 'open' system call. Detection will continue to work, but TOCTOU mitigation may not properly work (errno: 2 | message: No such file or directory)
SIGSEGV: segmentation violation
PC=0xffffafb339d0 m=4 sigcode=1 addr=0x110

goroutine 0 gp=0x40000036c0 m=4 mp=0x400006d808 [idle]:
runtime.(*unwinder).next(0xffff664772a0)
	/__t/go/1.25.10/arm64/src/runtime/traceback.go:458 +0x170 fp=0xffff66477260 sp=0xffff664771d0 pc=0xffffafb339d0
runtime.scanstack(0x400046ae00, 0x4000057250)
	/__t/go/1.25.10/arm64/src/runtime/mgcmark.go:924 +0x284 fp=0xffff66477380 sp=0xffff66477260 pc=0xffffafaf4a64
runtime.markroot.func1()
	/__t/go/1.25.10/arm64/src/runtime/mgcmark.go:248 +0xa4 fp=0xffff664773d0 sp=0xffff66477380 pc=0xffffafaf32c4
runtime.markroot(0x4000057250, 0x3b, 0x1)
	/__t/go/1.25.10/arm64/src/runtime/mgcmark.go:222 +0x1c4 fp=0xffff66477480 sp=0xffff664773d0 pc=0xffffafaf2f74
runtime.gcDrain(0x4000057250, 0x7)
	/__t/go/1.25.10/arm64/src/runtime/mgcmark.go:1206 +0x430 fp=0xffff664774f0 sp=0xffff66477480 pc=0xffffafaf5410
runtime.gcDrainMarkWorkerIdle(...)
	/__t/go/1.25.10/arm64/src/runtime/mgcmark.go:1120
runtime.gcBgMarkWorker.func2()
	/__t/go/1.25.10/arm64/src/runtime/mgc.go:1560 +0x64 fp=0xffff66477540 sp=0xffff664774f0 pc=0xffffafaf1244
runtime.systemstack(0x0)
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:294 +0x68 fp=0xffff66477550 sp=0xffff66477540 pc=0xffffafb4aac8

goroutine 10 gp=0x4000003c00 m=4 mp=0x400006d808 [GC worker (active), 2 minutes]:
runtime.systemstack_switch()
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:249 +0x8 fp=0x4000444f10 sp=0x4000444f00 pc=0xffffafb4aa48
runtime.gcBgMarkWorker(0x4000104a80)
	/__t/go/1.25.10/arm64/src/runtime/mgc.go:1523 +0x200 fp=0x4000444fb0 sp=0x4000444f10 pc=0xffffafaf0f20
runtime.gcBgMarkStartWorkers.gowrap1()
	/__t/go/1.25.10/arm64/src/runtime/mgc.go:1373 +0x28 fp=0x4000444fd0 sp=0x4000444fb0 pc=0xffffafaf0ce8
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x4000444fd0 sp=0x4000444fd0 pc=0xffffafb4cf64
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/__t/go/1.25.10/arm64/src/runtime/mgc.go:1373 +0x140

goroutine 12 gp=0x40000021c0 m=nil [chan receive, 3710 minutes]:
runtime.gopark(0x4000068eb8?, 0xffffafae59fc?, 0x10?, 0x0?, 0xffffb0be84c0?)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:460 +0xc0 fp=0x4000068e80 sp=0x4000068e60 pc=0xffffafb44dc0
runtime.chanrecv(0x40003ce930, 0x4000068f80, 0x1)
	/__t/go/1.25.10/arm64/src/runtime/chan.go:667 +0x428 fp=0x4000068f00 sp=0x4000068e80 pc=0xffffafaddc28
runtime.chanrecv2(0xffffb0da4ac0?, 0x400039e2d0?)
	/__t/go/1.25.10/arm64/src/runtime/chan.go:514 +0x14 fp=0x4000068f30 sp=0x4000068f00 pc=0xffffafadd7e4
google.golang.org/grpc/internal/grpcsync.(*CallbackSerializer).run(0x400003e2f0, {0xffffb0da4ac0, 0x400039e2d0})
	/github/home/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:88 +0xcc fp=0x4000068fa0 sp=0x4000068f30 pc=0xffffafe75efc
google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer.gowrap1()
	/github/home/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:52 +0x2c fp=0x4000068fd0 sp=0x4000068fa0 pc=0xffffafe75d3c
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x4000068fd0 sp=0x4000068fd0 pc=0xffffafb4cf64
created by google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer in goroutine 17
	/github/home/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:52 +0x10c

goroutine 17 gp=0x4000002700 m=1 mp=0x400006c008 [syscall, 12 minutes, locked to thread]:
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x4000445fe0 sp=0x4000445fe0 pc=0xffffafb4cf64

goroutine 2 gp=0x4000002c40 m=nil [force gc (idle), 2 minutes]:
runtime.gopark(0x279c0454eb272?, 0x0?, 0x0?, 0x0?, 0x0?)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:460 +0xc0 fp=0x4000066f90 sp=0x4000066f70 pc=0xffffafb44dc0
runtime.goparkunlock(...)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:466
runtime.forcegchelper()
	/__t/go/1.25.10/arm64/src/runtime/proc.go:373 +0xb4 fp=0x4000066fd0 sp=0x4000066f90 pc=0xffffafb118b4
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x4000066fd0 sp=0x4000066fd0 pc=0xffffafb4cf64
created by runtime.init.7 in goroutine 1
	/__t/go/1.25.10/arm64/src/runtime/proc.go:361 +0x24

goroutine 3 gp=0x4000003180 m=nil [GC sweep wait, 2 minutes]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:460 +0xc0 fp=0x4000067760 sp=0x4000067740 pc=0xffffafb44dc0
runtime.goparkunlock(...)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:466
runtime.bgsweep(0x4000092000)
	/__t/go/1.25.10/arm64/src/runtime/mgcsweep.go:323 +0x104 fp=0x40000677b0 sp=0x4000067760 pc=0xffffafafaaf4
runtime.gcenable.gowrap1()
	/__t/go/1.25.10/arm64/src/runtime/mgc.go:212 +0x28 fp=0x40000677d0 sp=0x40000677b0 pc=0xffffafaee788
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x40000677d0 sp=0x40000677d0 pc=0xffffafb4cf64
created by runtime.gcenable in goroutine 1
	/__t/go/1.25.10/arm64/src/runtime/mgc.go:212 +0x6c

goroutine 4 gp=0x4000003340 m=nil [GC scavenge wait, 2 minutes]:
runtime.gopark(0x98a91f?, 0x256e10?, 0x0?, 0x0?, 0x0?)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:460 +0xc0 fp=0x4000067f60 sp=0x4000067f40 pc=0xffffafb44dc0
runtime.goparkunlock(...)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:466
runtime.(*scavengerState).park(0xffffb17aa280)
	/__t/go/1.25.10/arm64/src/runtime/mgcscavenge.go:425 +0x5c fp=0x4000067f90 sp=0x4000067f60 pc=0xffffafaf864c
runtime.bgscavenge(0x4000092000)
	/__t/go/1.25.10/arm64/src/runtime/mgcscavenge.go:658 +0xac fp=0x4000067fb0 sp=0x4000067f90 pc=0xffffafaf8bcc
runtime.gcenable.gowrap2()
	/__t/go/1.25.10/arm64/src/runtime/mgc.go:213 +0x28 fp=0x4000067fd0 sp=0x4000067fb0 pc=0xffffafaee728
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x4000067fd0 sp=0x4000067fd0 pc=0xffffafb4cf64
created by runtime.gcenable in goroutine 1
	/__t/go/1.25.10/arm64/src/runtime/mgc.go:213 +0xac

goroutine 18 gp=0x4000102000 m=nil [GOMAXPROCS updater (idle), 3710 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:460 +0xc0 fp=0x4000062770 sp=0x4000062750 pc=0xffffafb44dc0
runtime.goparkunlock(...)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:466
runtime.updateMaxProcsGoroutine()
	/__t/go/1.25.10/arm64/src/runtime/proc.go:6720 +0xf4 fp=0x40000627d0 sp=0x4000062770 pc=0xffffafb203a4
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x40000627d0 sp=0x40000627d0 pc=0xffffafb4cf64
created by runtime.defaultGOMAXPROCSUpdateEnable in goroutine 1
	/__t/go/1.25.10/arm64/src/runtime/proc.go:6708 +0x48

goroutine 19 gp=0x4000102540 m=nil [finalizer wait, 3710 minutes]:
runtime.gopark(0x8?, 0xffffafb58bac?, 0xb8?, 0x1?, 0xffffae82fb88?)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:460 +0xc0 fp=0x4000066580 sp=0x4000066560 pc=0xffffafb44dc0
runtime.runFinalizers()
	/__t/go/1.25.10/arm64/src/runtime/mfinal.go:210 +0x104 fp=0x40000667d0 sp=0x4000066580 pc=0xffffafaed774
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x40000667d0 sp=0x40000667d0 pc=0xffffafb4cf64
created by runtime.createfing in goroutine 1
	/__t/go/1.25.10/arm64/src/runtime/mfinal.go:172 +0x78

goroutine 20 gp=0x4000102fc0 m=nil [cleanup wait, 3710 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:460 +0xc0 fp=0x4000062f40 sp=0x4000062f20 pc=0xffffafb44dc0
runtime.goparkunlock(...)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:466
runtime.(*cleanupQueue).dequeue(0xffffb17ac140)
	/__t/go/1.25.10/arm64/src/runtime/mcleanup.go:439 +0x110 fp=0x4000062f80 sp=0x4000062f40 pc=0xffffafaea1a0
runtime.runCleanups()
	/__t/go/1.25.10/arm64/src/runtime/mcleanup.go:635 +0x40 fp=0x4000062fd0 sp=0x4000062f80 pc=0xffffafaea9b0
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x4000062fd0 sp=0x4000062fd0 pc=0xffffafb4cf64
created by runtime.(*cleanupQueue).createGs in goroutine 1
	/__t/go/1.25.10/arm64/src/runtime/mcleanup.go:589 +0x108

goroutine 25 gp=0x4000103340 m=nil [GC worker (idle), 2 minutes]:
runtime.gopark(0x279c04550fd7f?, 0x3?, 0x6d?, 0x16?, 0x4000103340?)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:460 +0xc0 fp=0x4000447f10 sp=0x4000447ef0 pc=0xffffafb44dc0
runtime.gcBgMarkWorker(0x4000104a80)
	/__t/go/1.25.10/arm64/src/runtime/mgc.go:1463 +0xe0 fp=0x4000447fb0 sp=0x4000447f10 pc=0xffffafaf0e00
runtime.gcBgMarkStartWorkers.gowrap1()
	/__t/go/1.25.10/arm64/src/runtime/mgc.go:1373 +0x28 fp=0x4000447fd0 sp=0x4000447fb0 pc=0xffffafaf0ce8
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x4000447fd0 sp=0x4000447fd0 pc=0xffffafb4cf64
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/__t/go/1.25.10/arm64/src/runtime/mgc.go:1373 +0x140

goroutine 31 gp=0x4000014000 m=nil [chan receive, 3710 minutes]:
runtime.gopark(0x400045b6b8?, 0xffffafae59fc?, 0x10?, 0x0?, 0xffffb0be84c0?)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:460 +0xc0 fp=0x400045b680 sp=0x400045b660 pc=0xffffafb44dc0
runtime.chanrecv(0x40000cacb0, 0x400045b780, 0x1)
	/__t/go/1.25.10/arm64/src/runtime/chan.go:667 +0x428 fp=0x400045b700 sp=0x400045b680 pc=0xffffafaddc28
runtime.chanrecv2(0xffffb0da4ac0?, 0x4000192e60?)
	/__t/go/1.25.10/arm64/src/runtime/chan.go:514 +0x14 fp=0x400045b730 sp=0x400045b700 pc=0xffffafadd7e4
google.golang.org/grpc/internal/grpcsync.(*CallbackSerializer).run(0x40003b3270, {0xffffb0da4ac0, 0x4000192e60})
	/github/home/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:88 +0xcc fp=0x400045b7a0 sp=0x400045b730 pc=0xffffafe75efc
google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer.gowrap1()
	/github/home/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:52 +0x2c fp=0x400045b7d0 sp=0x400045b7a0 pc=0xffffafe75d3c
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x400045b7d0 sp=0x400045b7d0 pc=0xffffafb4cf64
created by google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer in goroutine 17
	/github/home/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:52 +0x10c

goroutine 32 gp=0x40000141c0 m=nil [chan receive, 3710 minutes]:
runtime.gopark(0x0?, 0x0?, 0x40?, 0xe5?, 0xb?)
	/__t/go/1.25.10/arm64/src/runtime/proc.go:460 +0xc0 fp=0x4000079e80 sp=0x4000079e60 pc=0xffffafb44dc0
runtime.chanrecv(0x40000cad20, 0x40004f9f80, 0x1)
	/__t/go/1.25.10/arm64/src/runtime/chan.go:667 +0x428 fp=0x4000079f00 sp=0x4000079e80 pc=0xffffafaddc28
runtime.chanrecv2(0xffffb0da4ac0?, 0x4000192eb0?)
	/__t/go/1.25.10/arm64/src/runtime/chan.go:514 +0x14 fp=0x4000079f30 sp=0x4000079f00 pc=0xffffafadd7e4
google.golang.org/grpc/internal/grpcsync.(*CallbackSerializer).run(0x40003b32a0, {0xffffb0da4ac0, 0x4000192eb0})
	/github/home/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:88 +0xcc fp=0x4000079fa0 sp=0x4000079f30 pc=0xffffafe75efc
google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer.gowrap1()
	/github/home/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:52 +0x2c fp=0x4000079fd0 sp=0x4000079fa0 pc=0xffffafe75d3c
runtime.goexit({})
	/__t/go/1.25.10/arm64/src/runtime/asm_arm64.s:1268 +0x4 fp=0x4000079fd0 sp=0x4000079fd0 pc=0xffffafb4cf64
created by google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer in g