[GH-ISSUE #14296] glm-ocr failed to load on version 0.15.6 and 0.16.2 #71364

Closed
opened 2026-05-05 01:21:00 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @xixixihaha on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/14296

What is the issue?

glm-ocr failed to load with output :
Error: 500 Internal Server Error: model failed to load, this may be due to resource limitations or an internal error, check ollama server logs for details

It looks like resource issue. But I have 4 x RTX 4090 with nothing running.

I've tried the 2 models. The results are the same.

Relevant log output

[GIN] 2026/02/17 - 20:49:24 | 200 |     124.068µs |       127.0.0.1 | HEAD     "/"
time=2026-02-17T20:49:24.871+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.alignment default=32
[GIN] 2026/02/17 - 20:49:24 | 200 |  148.660154ms |       127.0.0.1 | POST     "/api/show"
time=2026-02-17T20:49:25.054+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.alignment default=32
[GIN] 2026/02/17 - 20:49:25 | 200 |  181.139648ms |       127.0.0.1 | POST     "/api/show"
time=2026-02-17T20:49:25.259+08:00 level=DEBUG source=runner.go:264 msg="refreshing free memory"
time=2026-02-17T20:49:25.259+08:00 level=DEBUG source=runner.go:328 msg="unable to refresh all GPUs with existing runners, performing bootstrap discovery"
time=2026-02-17T20:49:25.259+08:00 level=INFO source=server.go:431 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 46455"
time=2026-02-17T20:49:25.259+08:00 level=DEBUG source=server.go:432 msg=subprocess OLLAMA_DEBUG=1 LD_LIBRARY_PATH=/usr/local/lib/ollama:/usr/local/lib/ollama/cuda_v12:/usr/local/cuda-12.1/lib64 PATH=/home/simon/.local/bin:/usr/local/cuda-12.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin OLLAMA_LIBRARY_PATH=/usr/local/lib/ollama:/usr/local/lib/ollama/cuda_v12
time=2026-02-17T20:49:28.262+08:00 level=INFO source=runner.go:464 msg="failure during GPU discovery" OLLAMA_LIBRARY_PATH="[/usr/local/lib/ollama /usr/local/lib/ollama/cuda_v12]" extra_envs=map[] error="failed to finish discovery before timeout"
time=2026-02-17T20:49:28.262+08:00 level=DEBUG source=runner.go:437 msg="bootstrap discovery took" duration=3.003130101s OLLAMA_LIBRARY_PATH="[/usr/local/lib/ollama /usr/local/lib/ollama/cuda_v12]" extra_envs=map[]
time=2026-02-17T20:49:28.262+08:00 level=WARN source=runner.go:356 msg="unable to refresh free memory, using old values"
time=2026-02-17T20:49:28.262+08:00 level=DEBUG source=runner.go:40 msg="overall device VRAM discovery took" duration=3.003303608s
time=2026-02-17T20:49:28.266+08:00 level=DEBUG source=sched.go:198 msg="updating default concurrency" OLLAMA_MAX_LOADED_MODELS=12 gpu_count=4
time=2026-02-17T20:49:28.286+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.alignment default=32
time=2026-02-17T20:49:28.289+08:00 level=DEBUG source=sched.go:234 msg="loading first model" model=/home/simon/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad2c662b566b146eab0081e
time=2026-02-17T20:49:28.393+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.alignment default=32
time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.pooling_type default=0
time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=tokenizer.ggml.add_bos_token default=false
time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=tokenizer.ggml.bos_token_id default=0
time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.rope.dimension_count default=128
time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.vision.num_channels default=3
time=2026-02-17T20:49:28.396+08:00 level=WARN source=server.go:169 msg="requested context size too large for model" num_ctx=262144 n_ctx_train=131072
time=2026-02-17T20:49:28.396+08:00 level=INFO source=server.go:247 msg="enabling flash attention"
time=2026-02-17T20:49:28.396+08:00 level=INFO source=server.go:431 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --model /home/simon/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad2c662b566b146eab0081e --port 45055"
time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=server.go:432 msg=subprocess OLLAMA_DEBUG=1 LD_LIBRARY_PATH=/usr/local/lib/ollama:/usr/local/lib/ollama/cuda_v12:/usr/local/cuda-12.1/lib64 PATH=/home/simon/.local/bin:/usr/local/cuda-12.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin OLLAMA_LIBRARY_PATH=/usr/local/lib/ollama:/usr/local/lib/ollama/cuda_v12
time=2026-02-17T20:49:28.397+08:00 level=INFO source=sched.go:466 msg="system memory" total="125.8 GiB" free="123.2 GiB" free_swap="0 B"
time=2026-02-17T20:49:28.397+08:00 level=INFO source=sched.go:473 msg="gpu memory" id=GPU-f4a53214-27bb-0ca2-a287-c6df067cf72c library=CUDA available="23.2 GiB" free="23.6 GiB" minimum="457.0 MiB" overhead="0 B"
time=2026-02-17T20:49:28.397+08:00 level=INFO source=sched.go:473 msg="gpu memory" id=GPU-465ea44d-a2fb-2009-d808-049b7f2602d8 library=CUDA available="22.7 GiB" free="23.1 GiB" minimum="457.0 MiB" overhead="0 B"
time=2026-02-17T20:49:28.397+08:00 level=INFO source=sched.go:473 msg="gpu memory" id=GPU-0203078d-eac1-814b-3c0c-293b42e64919 library=CUDA available="22.7 GiB" free="23.1 GiB" minimum="457.0 MiB" overhead="0 B"
time=2026-02-17T20:49:28.397+08:00 level=INFO source=sched.go:473 msg="gpu memory" id=GPU-53b86c4f-c16d-6359-b9eb-bf881428c7a1 library=CUDA available="22.7 GiB" free="23.1 GiB" minimum="457.0 MiB" overhead="0 B"
time=2026-02-17T20:49:28.397+08:00 level=INFO source=server.go:757 msg="loading model" "model layers"=17 requested=-1
time=2026-02-17T20:49:28.418+08:00 level=INFO source=runner.go:1411 msg="starting ollama engine"
time=2026-02-17T20:49:28.418+08:00 level=INFO source=runner.go:1446 msg="Server listening on 127.0.0.1:45055"
time=2026-02-17T20:49:28.419+08:00 level=INFO source=runner.go:1284 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:Enabled KvSize:131072 KvCacheType: NumThreads:28 GPULayers:17[ID:GPU-f4a53214-27bb-0ca2-a287-c6df067cf72c Layers:17(0..16)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
time=2026-02-17T20:49:28.449+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.alignment default=32
time=2026-02-17T20:49:28.451+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.name default=""
time=2026-02-17T20:49:28.451+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.description default=""
time=2026-02-17T20:49:28.451+08:00 level=INFO source=ggml.go:136 msg="" architecture=glmocr file_type=F16 name="" description="" num_tensors=527 num_key_values=47
time=2026-02-17T20:49:28.451+08:00 level=DEBUG source=ggml.go:94 msg="ggml backend load all from path" path=/usr/local/lib/ollama
load_backend: loaded CPU backend from /usr/local/lib/ollama/libggml-cpu-haswell.so
time=2026-02-17T20:49:28.459+08:00 level=DEBUG source=ggml.go:94 msg="ggml backend load all from path" path=/usr/local/lib/ollama/cuda_v12
ggml_cuda_init: GGML_CUDA_FORCE_MMQ:    no
ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
ggml_cuda_init: found 4 CUDA devices:
  Device 0: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes, ID: GPU-f4a53214-27bb-0ca2-a287-c6df067cf72c
  Device 1: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes, ID: GPU-465ea44d-a2fb-2009-d808-049b7f2602d8
  Device 2: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes, ID: GPU-0203078d-eac1-814b-3c0c-293b42e64919
  Device 3: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes, ID: GPU-53b86c4f-c16d-6359-b9eb-bf881428c7a1
load_backend: loaded CUDA backend from /usr/local/lib/ollama/cuda_v12/libggml-cuda.so
time=2026-02-17T20:49:31.527+08:00 level=INFO source=ggml.go:104 msg=system CPU.0.SSE3=1 CPU.0.SSSE3=1 CPU.0.AVX=1 CPU.0.AVX2=1 CPU.0.F16C=1 CPU.0.FMA=1 CPU.0.BMI2=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=500,520,600,610,700,750,800,860,890,900,1200 CUDA.0.USE_GRAPHS=1 CUDA.0.PEER_MAX_BATCH_SIZE=128 CUDA.1.ARCHS=500,520,600,610,700,750,800,860,890,900,1200 CUDA.1.USE_GRAPHS=1 CUDA.1.PEER_MAX_BATCH_SIZE=128 CUDA.2.ARCHS=500,520,600,610,700,750,800,860,890,900,1200 CUDA.2.USE_GRAPHS=1 CUDA.2.PEER_MAX_BATCH_SIZE=128 CUDA.3.ARCHS=500,520,600,610,700,750,800,860,890,900,1200 CUDA.3.USE_GRAPHS=1 CUDA.3.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc)
time=2026-02-17T20:49:31.534+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.pooling_type default=0
time=2026-02-17T20:49:31.534+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=tokenizer.ggml.add_bos_token default=false
time=2026-02-17T20:49:31.534+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=tokenizer.ggml.bos_token_id default=0
time=2026-02-17T20:49:31.534+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.rope.dimension_count default=128
time=2026-02-17T20:49:31.534+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.vision.num_channels default=3
time=2026-02-17T20:49:34.373+08:00 level=DEBUG source=ggml.go:852 msg="compute graph" nodes=940 splits=1
//ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:396: GGML_ASSERT(ggml_nbytes(src0) <= INT_MAX) failed
/usr/local/lib/ollama/libggml-base.so.0(+0x1bae8)[0x7f6104076ae8]
/usr/local/lib/ollama/libggml-base.so.0(ggml_print_backtrace+0x1e6)[0x7f6104076eb6]
/usr/local/lib/ollama/libggml-base.so.0(ggml_abort+0x11d)[0x7f610407703d]
/usr/local/lib/ollama/cuda_v12/libggml-cuda.so(_Z13ggml_cuda_cpyR25ggml_backend_cuda_contextPK11ggml_tensorPS1_+0x1d05)[0x7f606b4f9905]
/usr/local/lib/ollama/cuda_v12/libggml-cuda.so(+0x14b4a6)[0x7f606b54b4a6]
/usr/local/lib/ollama/cuda_v12/libggml-cuda.so(+0x14e4c0)[0x7f606b54e4c0]
/usr/local/lib/ollama/cuda_v12/libggml-cuda.so(+0x150fe6)[0x7f606b550fe6]
/usr/local/bin/ollama(+0x133b9d1)[0x55be16cee9d1]
/usr/local/bin/ollama(+0x12b271b)[0x55be16c6571b]
/usr/local/bin/ollama(+0x3cdb41)[0x55be15d80b41]
SIGABRT: abort
PC=0x7f614c6969fc m=12 sigcode=18446744073709551610
signal arrived during cgo execution

goroutine 81 gp=0xc000603180 m=12 mp=0xc000580808 [syscall]:
runtime.cgocall(0x55be16c65700, 0xc00004b0d8)
	runtime/cgocall.go:167 +0x4b fp=0xc00004b0b0 sp=0xc00004b078 pc=0x55be15d75acb
github.com/ollama/ollama/ml/backend/ggml._Cfunc_ggml_backend_sched_reserve(0x7f60d8000b70, 0x7f6029f5bbe0)
	_cgo_gotypes.go:1012 +0x47 fp=0xc00004b0d8 sp=0xc00004b0b0 pc=0x55be1624f6a7
github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve.func2(...)
	github.com/ollama/ollama/ml/backend/ggml/ggml.go:850
github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve(0xc00061cd40)
	github.com/ollama/ollama/ml/backend/ggml/ggml.go:850 +0x125 fp=0xc00004b350 sp=0xc00004b0d8 pc=0x55be1625df25
github.com/ollama/ollama/runner/ollamarunner.(*Server).reserveWorstCaseGraph(0xc0002a70e0, 0x1)
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1169 +0xade fp=0xc00004b680 sp=0xc00004b350 pc=0x55be1638065e
github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002a70e0, {0x7ffc8d9255f7?, 0x55be1606eb3a?}, {0x0, 0x1c, {0xc00061c080, 0x1, 0x1}, 0x1}, {0x0, ...}, ...)
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1232 +0x391 fp=0xc00004b730 sp=0xc00004b680 pc=0x55be16380e71
github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002a70e0, {0x55be175943c0, 0xc000622000}, 0xc000612000)
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1311 +0x54b fp=0xc00004bac0 sp=0xc00004b730 pc=0x55be163818cb
github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x55be175943c0?, 0xc000622000?}, 0xc000459b40?)
	<autogenerated>:1 +0x36 fp=0xc00004baf0 sp=0xc00004bac0 pc=0x55be16383bf6
net/http.HandlerFunc.ServeHTTP(0xc0001d2780?, {0x55be175943c0?, 0xc000622000?}, 0xc000459b60?)
	net/http/server.go:2294 +0x29 fp=0xc00004bb18 sp=0xc00004baf0 pc=0x55be16079809
net/http.(*ServeMux).ServeHTTP(0x55be15d1db25?, {0x55be175943c0, 0xc000622000}, 0xc000612000)
	net/http/server.go:2822 +0x1c4 fp=0xc00004bb68 sp=0xc00004bb18 pc=0x55be1607b704
net/http.serverHandler.ServeHTTP({0x55be175906f0?}, {0x55be175943c0?, 0xc000622000?}, 0x1?)
	net/http/server.go:3301 +0x8e fp=0xc00004bb98 sp=0xc00004bb68 pc=0x55be1609918e
net/http.(*conn).serve(0xc000372480, {0x55be17596a48, 0xc0003576e0})
	net/http/server.go:2102 +0x625 fp=0xc00004bfb8 sp=0xc00004bb98 pc=0x55be16077d05
net/http.(*Server).Serve.gowrap3()
	net/http/server.go:3454 +0x28 fp=0xc00004bfe0 sp=0xc00004bfb8 pc=0x55be1607d5c8
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x55be15d80ec1
created by net/http.(*Server).Serve in goroutine 1
	net/http/server.go:3454 +0x485

goroutine 1 gp=0xc000002700 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000b05778 sp=0xc000b05758 pc=0x55be15d78f4e
runtime.netpollblock(0xc0004d17c8?, 0x15d12506?, 0xbe?)
	runtime/netpoll.go:575 +0xf7 fp=0xc000b057b0 sp=0xc000b05778 pc=0x55be15d3e0f7
internal/poll.runtime_pollWait(0x7f614c8996f0, 0x72)
	runtime/netpoll.go:351 +0x85 fp=0xc000b057d0 sp=0xc000b057b0 pc=0x55be15d78165
internal/poll.(*pollDesc).wait(0xc0001ef200?, 0x900000036?, 0x0)
	internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000b057f8 sp=0xc000b057d0 pc=0x55be15e00487
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc0001ef200)
	internal/poll/fd_unix.go:620 +0x295 fp=0xc000b058a0 sp=0xc000b057f8 pc=0x55be15e05855
net.(*netFD).accept(0xc0001ef200)
	net/fd_unix.go:172 +0x29 fp=0xc000b05958 sp=0xc000b058a0 pc=0x55be15e78c69
net.(*TCPListener).accept(0xc000307980)
	net/tcpsock_posix.go:159 +0x1b fp=0xc000b059a8 sp=0xc000b05958 pc=0x55be15e8eb7b
net.(*TCPListener).Accept(0xc000307980)
	net/tcpsock.go:380 +0x30 fp=0xc000b059d8 sp=0xc000b059a8 pc=0x55be15e8da30
net/http.(*onceCloseListener).Accept(0xc000372480?)
	<autogenerated>:1 +0x24 fp=0xc000b059f0 sp=0xc000b059d8 pc=0x55be160a5904
net/http.(*Server).Serve(0xc000273e00, {0x55be175941e0, 0xc000307980})
	net/http/server.go:3424 +0x30c fp=0xc000b05b20 sp=0xc000b059f0 pc=0x55be1607d1cc
github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0000340a0, 0x4, 0x4})
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1447 +0x94e fp=0xc000b05cf0 sp=0xc000b05b20 pc=0x55be1638358e
github.com/ollama/ollama/runner.Execute({0xc000034080?, 0x0?, 0x0?})
	github.com/ollama/ollama/runner/runner.go:18 +0x10e fp=0xc000b05d30 sp=0xc000b05cf0 pc=0x55be1640ffce
github.com/ollama/ollama/cmd.NewCLI.func3(0xc000273b00?, {0x55be16fcd22b?, 0x4?, 0x55be16fcd22f?})
	github.com/ollama/ollama/cmd/cmd.go:2262 +0x45 fp=0xc000b05d58 sp=0xc000b05d30 pc=0x55be16bf5b65
github.com/spf13/cobra.(*Command).execute(0xc00038db08, {0xc0001e4aa0, 0x5, 0x5})
	github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000b05e78 sp=0xc000b05d58 pc=0x55be15ef2bfc
github.com/spf13/cobra.(*Command).ExecuteC(0xc0001b2908)
	github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000b05f30 sp=0xc000b05e78 pc=0x55be15ef3445
github.com/spf13/cobra.(*Command).Execute(...)
	github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
	github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
	github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000b05f50 sp=0xc000b05f30 pc=0x55be16bf7f8d
runtime.main()
	runtime/proc.go:283 +0x29d fp=0xc000b05fe0 sp=0xc000b05f50 pc=0x55be15d4577d
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000b05fe8 sp=0xc000b05fe0 pc=0x55be15d80ec1

goroutine 2 gp=0xc000003180 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0000e4fa8 sp=0xc0000e4f88 pc=0x55be15d78f4e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.forcegchelper()
	runtime/proc.go:348 +0xb8 fp=0xc0000e4fe0 sp=0xc0000e4fa8 pc=0x55be15d45ab8
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e4fe8 sp=0xc0000e4fe0 pc=0x55be15d80ec1
created by runtime.init.7 in goroutine 1
	runtime/proc.go:336 +0x1a

goroutine 3 gp=0xc0000036c0 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0000e5780 sp=0xc0000e5760 pc=0x55be15d78f4e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.bgsweep(0xc0000de080)
	runtime/mgcsweep.go:316 +0xdf fp=0xc0000e57c8 sp=0xc0000e5780 pc=0x55be15d3025f
runtime.gcenable.gowrap1()
	runtime/mgc.go:204 +0x25 fp=0xc0000e57e0 sp=0xc0000e57c8 pc=0x55be15d24645
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e57e8 sp=0xc0000e57e0 pc=0x55be15d80ec1
created by runtime.gcenable in goroutine 1
	runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000003880 m=nil [GC scavenge wait]:
runtime.gopark(0xb789c5?, 0x1a756d4?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0000e5f78 sp=0xc0000e5f58 pc=0x55be15d78f4e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.(*scavengerState).park(0x55be17f9bd60)
	runtime/mgcscavenge.go:425 +0x49 fp=0xc0000e5fa8 sp=0xc0000e5f78 pc=0x55be15d2dca9
runtime.bgscavenge(0xc0000de080)
	runtime/mgcscavenge.go:658 +0x59 fp=0xc0000e5fc8 sp=0xc0000e5fa8 pc=0x55be15d2e239
runtime.gcenable.gowrap2()
	runtime/mgc.go:205 +0x25 fp=0xc0000e5fe0 sp=0xc0000e5fc8 pc=0x55be15d245e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e5fe8 sp=0xc0000e5fe0 pc=0x55be15d80ec1
created by runtime.gcenable in goroutine 1
	runtime/mgc.go:205 +0xa5

goroutine 5 gp=0xc000128380 m=nil [finalizer wait]:
runtime.gopark(0x1b8?, 0xc000002700?, 0x1?, 0x27?, 0xc0000e4688?)
	runtime/proc.go:435 +0xce fp=0xc0000e4630 sp=0xc0000e4610 pc=0x55be15d78f4e
runtime.runfinq()
	runtime/mfinal.go:196 +0x107 fp=0xc0000e47e0 sp=0xc0000e4630 pc=0x55be15d23607
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e47e8 sp=0xc0000e47e0 pc=0x55be15d80ec1
created by runtime.createfing in goroutine 1
	runtime/mfinal.go:166 +0x3d

goroutine 6 gp=0xc000128e00 m=nil [chan receive]:
runtime.gopark(0xc0002a39a0?, 0xc000cd5818?, 0x60?, 0x67?, 0x55be15e5f8a8?)
	runtime/proc.go:435 +0xce fp=0xc0000e6718 sp=0xc0000e66f8 pc=0x55be15d78f4e
runtime.chanrecv(0xc00011c310, 0x0, 0x1)
	runtime/chan.go:664 +0x445 fp=0xc0000e6790 sp=0xc0000e6718 pc=0x55be15d150e5
runtime.chanrecv1(0x0?, 0x0?)
	runtime/chan.go:506 +0x12 fp=0xc0000e67b8 sp=0xc0000e6790 pc=0x55be15d14c72
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
	runtime/mgc.go:1796
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
	runtime/mgc.go:1799 +0x2f fp=0xc0000e67e0 sp=0xc0000e67b8 pc=0x55be15d277ef
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e67e8 sp=0xc0000e67e0 pc=0x55be15d80ec1
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
	runtime/mgc.go:1794 +0x85

goroutine 7 gp=0xc000128fc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0000e6f38 sp=0xc0000e6f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000e6fc8 sp=0xc0000e6f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000e6fe0 sp=0xc0000e6fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e6fe8 sp=0xc0000e6fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 18 gp=0xc000504000 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0000e0738 sp=0xc0000e0718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000e07c8 sp=0xc0000e0738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000e07e0 sp=0xc0000e07c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e07e8 sp=0xc0000e07e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 34 gp=0xc000182380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00019a738 sp=0xc00019a718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc00019a7c8 sp=0xc00019a738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00019a7e0 sp=0xc00019a7c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00019a7e8 sp=0xc00019a7e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 8 gp=0xc000129180 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0000e7738 sp=0xc0000e7718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000e77c8 sp=0xc0000e7738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000e77e0 sp=0xc0000e77c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e77e8 sp=0xc0000e77e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 35 gp=0xc000182540 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00019af38 sp=0xc00019af18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc00019afc8 sp=0xc00019af38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00019afe0 sp=0xc00019afc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00019afe8 sp=0xc00019afe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 19 gp=0xc0005041c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0000e0f38 sp=0xc0000e0f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000e0fc8 sp=0xc0000e0f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000e0fe0 sp=0xc0000e0fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e0fe8 sp=0xc0000e0fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 9 gp=0xc000129340 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0000e7f38 sp=0xc0000e7f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000e7fc8 sp=0xc0000e7f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000e7fe0 sp=0xc0000e7fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e7fe8 sp=0xc0000e7fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 20 gp=0xc000504380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0000e1738 sp=0xc0000e1718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0000e17c8 sp=0xc0000e1738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0000e17e0 sp=0xc0000e17c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e17e8 sp=0xc0000e17e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 36 gp=0xc000182700 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00019b738 sp=0xc00019b718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc00019b7c8 sp=0xc00019b738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00019b7e0 sp=0xc00019b7c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00019b7e8 sp=0xc00019b7e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 37 gp=0xc0001828c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00019bf38 sp=0xc00019bf18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc00019bfc8 sp=0xc00019bf38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00019bfe0 sp=0xc00019bfc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00019bfe8 sp=0xc00019bfe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 38 gp=0xc000182a80 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00019c738 sp=0xc00019c718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc00019c7c8 sp=0xc00019c738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00019c7e0 sp=0xc00019c7c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00019c7e8 sp=0xc00019c7e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 39 gp=0xc000182c40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00019cf38 sp=0xc00019cf18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc00019cfc8 sp=0xc00019cf38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00019cfe0 sp=0xc00019cfc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00019cfe8 sp=0xc00019cfe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 40 gp=0xc000182e00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00019d738 sp=0xc00019d718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc00019d7c8 sp=0xc00019d738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00019d7e0 sp=0xc00019d7c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00019d7e8 sp=0xc00019d7e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 41 gp=0xc000182fc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc00019df38 sp=0xc00019df18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc00019dfc8 sp=0xc00019df38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc00019dfe0 sp=0xc00019dfc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc00019dfe8 sp=0xc00019dfe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 42 gp=0xc000183180 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000196738 sp=0xc000196718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0001967c8 sp=0xc000196738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0001967e0 sp=0xc0001967c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0001967e8 sp=0xc0001967e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 43 gp=0xc000183340 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000196f38 sp=0xc000196f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc000196fc8 sp=0xc000196f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000196fe0 sp=0xc000196fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000196fe8 sp=0xc000196fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 44 gp=0xc000183500 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000197738 sp=0xc000197718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0001977c8 sp=0xc000197738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0001977e0 sp=0xc0001977c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0001977e8 sp=0xc0001977e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 45 gp=0xc0001836c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000197f38 sp=0xc000197f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc000197fc8 sp=0xc000197f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc000197fe0 sp=0xc000197fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000197fe8 sp=0xc000197fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 46 gp=0xc000183880 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc000198738 sp=0xc000198718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0001987c8 sp=0xc000198738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0001987e0 sp=0xc0001987c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0001987e8 sp=0xc0001987e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 10 gp=0xc000129500 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004aa738 sp=0xc0004aa718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004aa7c8 sp=0xc0004aa738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004aa7e0 sp=0xc0004aa7c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aa7e8 sp=0xc0004aa7e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 11 gp=0xc0001296c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004aaf38 sp=0xc0004aaf18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004aafc8 sp=0xc0004aaf38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004aafe0 sp=0xc0004aafc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aafe8 sp=0xc0004aafe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 12 gp=0xc000129880 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004ab738 sp=0xc0004ab718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004ab7c8 sp=0xc0004ab738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004ab7e0 sp=0xc0004ab7c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ab7e8 sp=0xc0004ab7e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 13 gp=0xc000129a40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004abf38 sp=0xc0004abf18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004abfc8 sp=0xc0004abf38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004abfe0 sp=0xc0004abfc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004abfe8 sp=0xc0004abfe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 14 gp=0xc000129c00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004ac738 sp=0xc0004ac718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004ac7c8 sp=0xc0004ac738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004ac7e0 sp=0xc0004ac7c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ac7e8 sp=0xc0004ac7e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 15 gp=0xc000129dc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004acf38 sp=0xc0004acf18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004acfc8 sp=0xc0004acf38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004acfe0 sp=0xc0004acfc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004acfe8 sp=0xc0004acfe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 16 gp=0xc0004ae000 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004ad738 sp=0xc0004ad718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004ad7c8 sp=0xc0004ad738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004ad7e0 sp=0xc0004ad7c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ad7e8 sp=0xc0004ad7e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 50 gp=0xc0004ae1c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004adf38 sp=0xc0004adf18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004adfc8 sp=0xc0004adf38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004adfe0 sp=0xc0004adfc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004adfe8 sp=0xc0004adfe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 51 gp=0xc0004ae380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004a6738 sp=0xc0004a6718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004a67c8 sp=0xc0004a6738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004a67e0 sp=0xc0004a67c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a67e8 sp=0xc0004a67e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 52 gp=0xc0004ae540 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004a6f38 sp=0xc0004a6f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004a6fc8 sp=0xc0004a6f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004a6fe0 sp=0xc0004a6fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a6fe8 sp=0xc0004a6fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 53 gp=0xc0004ae700 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004a7738 sp=0xc0004a7718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004a77c8 sp=0xc0004a7738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004a77e0 sp=0xc0004a77c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a77e8 sp=0xc0004a77e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 54 gp=0xc0004ae8c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004a7f38 sp=0xc0004a7f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004a7fc8 sp=0xc0004a7f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004a7fe0 sp=0xc0004a7fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a7fe8 sp=0xc0004a7fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 55 gp=0xc0004aea80 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004a8738 sp=0xc0004a8718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004a87c8 sp=0xc0004a8738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004a87e0 sp=0xc0004a87c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a87e8 sp=0xc0004a87e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 56 gp=0xc0004aec40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004a8f38 sp=0xc0004a8f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004a8fc8 sp=0xc0004a8f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004a8fe0 sp=0xc0004a8fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a8fe8 sp=0xc0004a8fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 57 gp=0xc0004aee00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004a9738 sp=0xc0004a9718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004a97c8 sp=0xc0004a9738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004a97e0 sp=0xc0004a97c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a97e8 sp=0xc0004a97e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 58 gp=0xc0004aefc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004a9f38 sp=0xc0004a9f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004a9fc8 sp=0xc0004a9f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004a9fe0 sp=0xc0004a9fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a9fe8 sp=0xc0004a9fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 59 gp=0xc0004af180 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b4738 sp=0xc0004b4718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b47c8 sp=0xc0004b4738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b47e0 sp=0xc0004b47c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b47e8 sp=0xc0004b47e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 60 gp=0xc0004af340 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b4f38 sp=0xc0004b4f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b4fc8 sp=0xc0004b4f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b4fe0 sp=0xc0004b4fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b4fe8 sp=0xc0004b4fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 61 gp=0xc0004af500 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b5738 sp=0xc0004b5718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b57c8 sp=0xc0004b5738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b57e0 sp=0xc0004b57c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b57e8 sp=0xc0004b57e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 62 gp=0xc0004af6c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b5f38 sp=0xc0004b5f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b5fc8 sp=0xc0004b5f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b5fe0 sp=0xc0004b5fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b5fe8 sp=0xc0004b5fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 63 gp=0xc0004af880 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b6738 sp=0xc0004b6718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b67c8 sp=0xc0004b6738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b67e0 sp=0xc0004b67c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b67e8 sp=0xc0004b67e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 64 gp=0xc0004afa40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b6f38 sp=0xc0004b6f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b6fc8 sp=0xc0004b6f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b6fe0 sp=0xc0004b6fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b6fe8 sp=0xc0004b6fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 65 gp=0xc0004afc00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b7738 sp=0xc0004b7718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b77c8 sp=0xc0004b7738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b77e0 sp=0xc0004b77c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b77e8 sp=0xc0004b77e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 66 gp=0xc0004afdc0 m=nil [GC worker (idle)]:
runtime.gopark(0x55be1806f880?, 0x1?, 0x48?, 0x82?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b7f38 sp=0xc0004b7f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b7fc8 sp=0xc0004b7f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b7fe0 sp=0xc0004b7fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b7fe8 sp=0xc0004b7fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 67 gp=0xc0004b8000 m=nil [GC worker (idle)]:
runtime.gopark(0x55be1806f880?, 0x1?, 0x2f?, 0x78?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b0738 sp=0xc0004b0718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b07c8 sp=0xc0004b0738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b07e0 sp=0xc0004b07c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b07e8 sp=0xc0004b07e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 68 gp=0xc0004b81c0 m=nil [GC worker (idle)]:
runtime.gopark(0x55be1806f880?, 0x1?, 0x82?, 0xcf?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b0f38 sp=0xc0004b0f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b0fc8 sp=0xc0004b0f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b0fe0 sp=0xc0004b0fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b0fe8 sp=0xc0004b0fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 69 gp=0xc0004b8380 m=nil [GC worker (idle)]:
runtime.gopark(0x31ce004663bdff?, 0x1?, 0x79?, 0xd8?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b1738 sp=0xc0004b1718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b17c8 sp=0xc0004b1738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b17e0 sp=0xc0004b17c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b17e8 sp=0xc0004b17e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 70 gp=0xc0004b8540 m=nil [GC worker (idle)]:
runtime.gopark(0x55be1806f880?, 0x1?, 0x55?, 0xdf?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b1f38 sp=0xc0004b1f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b1fc8 sp=0xc0004b1f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b1fe0 sp=0xc0004b1fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b1fe8 sp=0xc0004b1fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 71 gp=0xc0004b8700 m=nil [GC worker (idle)]:
runtime.gopark(0x31ce00466439ab?, 0x1?, 0x42?, 0x4f?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b2738 sp=0xc0004b2718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b27c8 sp=0xc0004b2738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b27e0 sp=0xc0004b27c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b27e8 sp=0xc0004b27e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 72 gp=0xc0004b88c0 m=nil [GC worker (idle)]:
runtime.gopark(0x31ce0046777d0d?, 0x1?, 0x6a?, 0xa4?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b2f38 sp=0xc0004b2f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b2fc8 sp=0xc0004b2f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b2fe0 sp=0xc0004b2fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b2fe8 sp=0xc0004b2fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 73 gp=0xc0004b8a80 m=nil [GC worker (idle)]:
runtime.gopark(0x31ce0046638ce5?, 0x1?, 0x13?, 0xb1?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b3738 sp=0xc0004b3718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b37c8 sp=0xc0004b3738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b37e0 sp=0xc0004b37c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b37e8 sp=0xc0004b37e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 74 gp=0xc0004b8c40 m=nil [GC worker (idle)]:
runtime.gopark(0x31ce0046643b16?, 0x1?, 0x78?, 0xe1?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004b3f38 sp=0xc0004b3f18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004b3fc8 sp=0xc0004b3f38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004b3fe0 sp=0xc0004b3fc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b3fe8 sp=0xc0004b3fe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 75 gp=0xc0004b8e00 m=nil [GC worker (idle)]:
runtime.gopark(0x31ce00466413c1?, 0x1?, 0x97?, 0x1f?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004be738 sp=0xc0004be718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004be7c8 sp=0xc0004be738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004be7e0 sp=0xc0004be7c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004be7e8 sp=0xc0004be7e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 76 gp=0xc0004b8fc0 m=nil [GC worker (idle)]:
runtime.gopark(0x55be1806f880?, 0x3?, 0xe0?, 0x1?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004bef38 sp=0xc0004bef18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004befc8 sp=0xc0004bef38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004befe0 sp=0xc0004befc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004befe8 sp=0xc0004befe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 77 gp=0xc0004b9180 m=nil [GC worker (idle)]:
runtime.gopark(0x55be1806f880?, 0x1?, 0x8d?, 0x10?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004bf738 sp=0xc0004bf718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004bf7c8 sp=0xc0004bf738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004bf7e0 sp=0xc0004bf7c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004bf7e8 sp=0xc0004bf7e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 78 gp=0xc0004b9340 m=nil [GC worker (idle)]:
runtime.gopark(0x55be1806f880?, 0x1?, 0x5a?, 0x86?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004bff38 sp=0xc0004bff18 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004bffc8 sp=0xc0004bff38 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004bffe0 sp=0xc0004bffc8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004bffe8 sp=0xc0004bffe0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 79 gp=0xc0004b9500 m=nil [GC worker (idle)]:
runtime.gopark(0x55be1806f880?, 0x1?, 0xff?, 0x91?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0004c0738 sp=0xc0004c0718 pc=0x55be15d78f4e
runtime.gcBgMarkWorker(0xc00011d570)
	runtime/mgc.go:1423 +0xe9 fp=0xc0004c07c8 sp=0xc0004c0738 pc=0x55be15d26b09
runtime.gcBgMarkStartWorkers.gowrap1()
	runtime/mgc.go:1339 +0x25 fp=0xc0004c07e0 sp=0xc0004c07c8 pc=0x55be15d269e5
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c07e8 sp=0xc0004c07e0 pc=0x55be15d80ec1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	runtime/mgc.go:1339 +0x105

goroutine 80 gp=0xc000602fc0 m=nil [sync.WaitGroup.Wait]:
runtime.gopark(0x0?, 0x0?, 0x60?, 0x0?, 0x0?)
	runtime/proc.go:435 +0xce fp=0xc0000f7a90 sp=0xc0000f7a70 pc=0x55be15d78f4e
runtime.goparkunlock(...)
	runtime/proc.go:441
runtime.semacquire1(0xc0002a7198, 0x0, 0x1, 0x0, 0x18)
	runtime/sema.go:188 +0x229 fp=0xc0000f7af8 sp=0xc0000f7a90 pc=0x55be15d58d49
sync.runtime_SemacquireWaitGroup(0x0?)
	runtime/sema.go:110 +0x25 fp=0xc0000f7b30 sp=0xc0000f7af8 pc=0x55be15d7a885
sync.(*WaitGroup).Wait(0xc0002a7190?)
	sync/waitgroup.go:118 +0x48 fp=0xc0000f7b58 sp=0xc0000f7b30 pc=0x55be15d8c928
github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002a70e0, {0x55be17596a80, 0xc0001e4b40})
	github.com/ollama/ollama/runner/ollamarunner/runner.go:442 +0x45 fp=0xc0000f7fb8 sp=0xc0000f7b58 pc=0x55be16379f85
github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1424 +0x28 fp=0xc0000f7fe0 sp=0xc0000f7fb8 pc=0x55be16383808
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f7fe8 sp=0xc0000f7fe0 pc=0x55be15d80ec1
created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
	github.com/ollama/ollama/runner/ollamarunner/runner.go:1424 +0x4c9

goroutine 98 gp=0xc000183a40 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?)
	runtime/proc.go:435 +0xce fp=0xc000198dd8 sp=0xc000198db8 pc=0x55be15d78f4e
runtime.netpollblock(0x55be15d9c7f8?, 0x15d12506?, 0xbe?)
	runtime/netpoll.go:575 +0xf7 fp=0xc000198e10 sp=0xc000198dd8 pc=0x55be15d3e0f7
internal/poll.runtime_pollWait(0x7f614c8995d8, 0x72)
	runtime/netpoll.go:351 +0x85 fp=0xc000198e30 sp=0xc000198e10 pc=0x55be15d78165
internal/poll.(*pollDesc).wait(0xc0001ef280?, 0xc0003577e1?, 0x0)
	internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000198e58 sp=0xc000198e30 pc=0x55be15e00487
internal/poll.(*pollDesc).waitRead(...)
	internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0001ef280, {0xc0003577e1, 0x1, 0x1})
	internal/poll/fd_unix.go:165 +0x27a fp=0xc000198ef0 sp=0xc000198e58 pc=0x55be15e0177a
net.(*netFD).Read(0xc0001ef280, {0xc0003577e1?, 0x0?, 0x0?})
	net/fd_posix.go:55 +0x25 fp=0xc000198f38 sp=0xc000198ef0 pc=0x55be15e76cc5
net.(*conn).Read(0xc0000e8ad8, {0xc0003577e1?, 0x0?, 0x0?})
	net/net.go:194 +0x45 fp=0xc000198f80 sp=0xc000198f38 pc=0x55be15e85085
net/http.(*connReader).backgroundRead(0xc0003577d0)
	net/http/server.go:690 +0x37 fp=0xc000198fc8 sp=0xc000198f80 pc=0x55be16071bd7
net/http.(*connReader).startBackgroundRead.gowrap2()
	net/http/server.go:686 +0x25 fp=0xc000198fe0 sp=0xc000198fc8 pc=0x55be16071b05
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc000198fe8 sp=0xc000198fe0 pc=0x55be15d80ec1
created by net/http.(*connReader).startBackgroundRead in goroutine 81
	net/http/server.go:686 +0xb6

rax    0x0
rbx    0x7f60d7fff640
rcx    0x7f614c6969fc
rdx    0x6
rdi    0x1f64f7
rsi    0x1f6502
rbp    0x1f6502
rsp    0x7f60d7ffde60
r8     0x7f60d7ffdf30
r9     0x7f5f8b98a1a0
r10    0x8
r11    0x246
r12    0x6
r13    0x16
r14    0x7f6029f5b790
r15    0x29a20000
rip    0x7f614c6969fc
rflags 0x246
cs     0x33
fs     0x0
gs     0x0
time=2026-02-17T20:49:38.452+08:00 level=ERROR source=server.go:1205 msg="do load request" error="Post \"http://127.0.0.1:45055/load\": EOF"
time=2026-02-17T20:49:38.453+08:00 level=ERROR source=server.go:1205 msg="do load request" error="Post \"http://127.0.0.1:45055/load\": dial tcp 127.0.0.1:45055: connect: connection refused"
time=2026-02-17T20:49:38.453+08:00 level=INFO source=sched.go:493 msg="Load failed" model=/home/simon/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad2c662b566b146eab0081e error="model failed to load, this may be due to resource limitations or an internal error, check ollama server logs for details"
time=2026-02-17T20:49:38.453+08:00 level=DEBUG source=server.go:1830 msg="stopping llama server" pid=2057463
time=2026-02-17T20:49:38.453+08:00 level=DEBUG source=server.go:1836 msg="waiting for llama server to exit" pid=2057463
time=2026-02-17T20:49:38.882+08:00 level=ERROR source=server.go:304 msg="llama runner terminated" error="exit status 2"
time=2026-02-17T20:49:38.882+08:00 level=DEBUG source=server.go:1840 msg="llama server stopped" pid=2057463
[GIN] 2026/02/17 - 20:49:38 | 500 | 13.822209763s |       127.0.0.1 | POST     "/api/generate"

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

0.16.2

Originally created by @xixixihaha on GitHub (Feb 17, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/14296 ### What is the issue? glm-ocr failed to load with output : Error: 500 Internal Server Error: model failed to load, this may be due to resource limitations or an internal error, check ollama server logs for details It looks like resource issue. But I have 4 x RTX 4090 with nothing running. I've tried the 2 models. The results are the same. ### Relevant log output ```shell [GIN] 2026/02/17 - 20:49:24 | 200 | 124.068µs | 127.0.0.1 | HEAD "/" time=2026-02-17T20:49:24.871+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.alignment default=32 [GIN] 2026/02/17 - 20:49:24 | 200 | 148.660154ms | 127.0.0.1 | POST "/api/show" time=2026-02-17T20:49:25.054+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.alignment default=32 [GIN] 2026/02/17 - 20:49:25 | 200 | 181.139648ms | 127.0.0.1 | POST "/api/show" time=2026-02-17T20:49:25.259+08:00 level=DEBUG source=runner.go:264 msg="refreshing free memory" time=2026-02-17T20:49:25.259+08:00 level=DEBUG source=runner.go:328 msg="unable to refresh all GPUs with existing runners, performing bootstrap discovery" time=2026-02-17T20:49:25.259+08:00 level=INFO source=server.go:431 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 46455" time=2026-02-17T20:49:25.259+08:00 level=DEBUG source=server.go:432 msg=subprocess OLLAMA_DEBUG=1 LD_LIBRARY_PATH=/usr/local/lib/ollama:/usr/local/lib/ollama/cuda_v12:/usr/local/cuda-12.1/lib64 PATH=/home/simon/.local/bin:/usr/local/cuda-12.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin OLLAMA_LIBRARY_PATH=/usr/local/lib/ollama:/usr/local/lib/ollama/cuda_v12 time=2026-02-17T20:49:28.262+08:00 level=INFO source=runner.go:464 msg="failure during GPU discovery" OLLAMA_LIBRARY_PATH="[/usr/local/lib/ollama /usr/local/lib/ollama/cuda_v12]" extra_envs=map[] error="failed to finish discovery before timeout" time=2026-02-17T20:49:28.262+08:00 level=DEBUG source=runner.go:437 msg="bootstrap discovery took" duration=3.003130101s OLLAMA_LIBRARY_PATH="[/usr/local/lib/ollama /usr/local/lib/ollama/cuda_v12]" extra_envs=map[] time=2026-02-17T20:49:28.262+08:00 level=WARN source=runner.go:356 msg="unable to refresh free memory, using old values" time=2026-02-17T20:49:28.262+08:00 level=DEBUG source=runner.go:40 msg="overall device VRAM discovery took" duration=3.003303608s time=2026-02-17T20:49:28.266+08:00 level=DEBUG source=sched.go:198 msg="updating default concurrency" OLLAMA_MAX_LOADED_MODELS=12 gpu_count=4 time=2026-02-17T20:49:28.286+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.alignment default=32 time=2026-02-17T20:49:28.289+08:00 level=DEBUG source=sched.go:234 msg="loading first model" model=/home/simon/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad2c662b566b146eab0081e time=2026-02-17T20:49:28.393+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.alignment default=32 time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.pooling_type default=0 time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=tokenizer.ggml.add_bos_token default=false time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=tokenizer.ggml.bos_token_id default=0 time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.rope.dimension_count default=128 time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.vision.num_channels default=3 time=2026-02-17T20:49:28.396+08:00 level=WARN source=server.go:169 msg="requested context size too large for model" num_ctx=262144 n_ctx_train=131072 time=2026-02-17T20:49:28.396+08:00 level=INFO source=server.go:247 msg="enabling flash attention" time=2026-02-17T20:49:28.396+08:00 level=INFO source=server.go:431 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --model /home/simon/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad2c662b566b146eab0081e --port 45055" time=2026-02-17T20:49:28.396+08:00 level=DEBUG source=server.go:432 msg=subprocess OLLAMA_DEBUG=1 LD_LIBRARY_PATH=/usr/local/lib/ollama:/usr/local/lib/ollama/cuda_v12:/usr/local/cuda-12.1/lib64 PATH=/home/simon/.local/bin:/usr/local/cuda-12.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin OLLAMA_LIBRARY_PATH=/usr/local/lib/ollama:/usr/local/lib/ollama/cuda_v12 time=2026-02-17T20:49:28.397+08:00 level=INFO source=sched.go:466 msg="system memory" total="125.8 GiB" free="123.2 GiB" free_swap="0 B" time=2026-02-17T20:49:28.397+08:00 level=INFO source=sched.go:473 msg="gpu memory" id=GPU-f4a53214-27bb-0ca2-a287-c6df067cf72c library=CUDA available="23.2 GiB" free="23.6 GiB" minimum="457.0 MiB" overhead="0 B" time=2026-02-17T20:49:28.397+08:00 level=INFO source=sched.go:473 msg="gpu memory" id=GPU-465ea44d-a2fb-2009-d808-049b7f2602d8 library=CUDA available="22.7 GiB" free="23.1 GiB" minimum="457.0 MiB" overhead="0 B" time=2026-02-17T20:49:28.397+08:00 level=INFO source=sched.go:473 msg="gpu memory" id=GPU-0203078d-eac1-814b-3c0c-293b42e64919 library=CUDA available="22.7 GiB" free="23.1 GiB" minimum="457.0 MiB" overhead="0 B" time=2026-02-17T20:49:28.397+08:00 level=INFO source=sched.go:473 msg="gpu memory" id=GPU-53b86c4f-c16d-6359-b9eb-bf881428c7a1 library=CUDA available="22.7 GiB" free="23.1 GiB" minimum="457.0 MiB" overhead="0 B" time=2026-02-17T20:49:28.397+08:00 level=INFO source=server.go:757 msg="loading model" "model layers"=17 requested=-1 time=2026-02-17T20:49:28.418+08:00 level=INFO source=runner.go:1411 msg="starting ollama engine" time=2026-02-17T20:49:28.418+08:00 level=INFO source=runner.go:1446 msg="Server listening on 127.0.0.1:45055" time=2026-02-17T20:49:28.419+08:00 level=INFO source=runner.go:1284 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:Enabled KvSize:131072 KvCacheType: NumThreads:28 GPULayers:17[ID:GPU-f4a53214-27bb-0ca2-a287-c6df067cf72c Layers:17(0..16)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" time=2026-02-17T20:49:28.449+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.alignment default=32 time=2026-02-17T20:49:28.451+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.name default="" time=2026-02-17T20:49:28.451+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=general.description default="" time=2026-02-17T20:49:28.451+08:00 level=INFO source=ggml.go:136 msg="" architecture=glmocr file_type=F16 name="" description="" num_tensors=527 num_key_values=47 time=2026-02-17T20:49:28.451+08:00 level=DEBUG source=ggml.go:94 msg="ggml backend load all from path" path=/usr/local/lib/ollama load_backend: loaded CPU backend from /usr/local/lib/ollama/libggml-cpu-haswell.so time=2026-02-17T20:49:28.459+08:00 level=DEBUG source=ggml.go:94 msg="ggml backend load all from path" path=/usr/local/lib/ollama/cuda_v12 ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no ggml_cuda_init: found 4 CUDA devices: Device 0: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes, ID: GPU-f4a53214-27bb-0ca2-a287-c6df067cf72c Device 1: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes, ID: GPU-465ea44d-a2fb-2009-d808-049b7f2602d8 Device 2: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes, ID: GPU-0203078d-eac1-814b-3c0c-293b42e64919 Device 3: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes, ID: GPU-53b86c4f-c16d-6359-b9eb-bf881428c7a1 load_backend: loaded CUDA backend from /usr/local/lib/ollama/cuda_v12/libggml-cuda.so time=2026-02-17T20:49:31.527+08:00 level=INFO source=ggml.go:104 msg=system CPU.0.SSE3=1 CPU.0.SSSE3=1 CPU.0.AVX=1 CPU.0.AVX2=1 CPU.0.F16C=1 CPU.0.FMA=1 CPU.0.BMI2=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=500,520,600,610,700,750,800,860,890,900,1200 CUDA.0.USE_GRAPHS=1 CUDA.0.PEER_MAX_BATCH_SIZE=128 CUDA.1.ARCHS=500,520,600,610,700,750,800,860,890,900,1200 CUDA.1.USE_GRAPHS=1 CUDA.1.PEER_MAX_BATCH_SIZE=128 CUDA.2.ARCHS=500,520,600,610,700,750,800,860,890,900,1200 CUDA.2.USE_GRAPHS=1 CUDA.2.PEER_MAX_BATCH_SIZE=128 CUDA.3.ARCHS=500,520,600,610,700,750,800,860,890,900,1200 CUDA.3.USE_GRAPHS=1 CUDA.3.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc) time=2026-02-17T20:49:31.534+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.pooling_type default=0 time=2026-02-17T20:49:31.534+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=tokenizer.ggml.add_bos_token default=false time=2026-02-17T20:49:31.534+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=tokenizer.ggml.bos_token_id default=0 time=2026-02-17T20:49:31.534+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.rope.dimension_count default=128 time=2026-02-17T20:49:31.534+08:00 level=DEBUG source=ggml.go:300 msg="key with type not found" key=glmocr.vision.num_channels default=3 time=2026-02-17T20:49:34.373+08:00 level=DEBUG source=ggml.go:852 msg="compute graph" nodes=940 splits=1 //ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:396: GGML_ASSERT(ggml_nbytes(src0) <= INT_MAX) failed /usr/local/lib/ollama/libggml-base.so.0(+0x1bae8)[0x7f6104076ae8] /usr/local/lib/ollama/libggml-base.so.0(ggml_print_backtrace+0x1e6)[0x7f6104076eb6] /usr/local/lib/ollama/libggml-base.so.0(ggml_abort+0x11d)[0x7f610407703d] /usr/local/lib/ollama/cuda_v12/libggml-cuda.so(_Z13ggml_cuda_cpyR25ggml_backend_cuda_contextPK11ggml_tensorPS1_+0x1d05)[0x7f606b4f9905] /usr/local/lib/ollama/cuda_v12/libggml-cuda.so(+0x14b4a6)[0x7f606b54b4a6] /usr/local/lib/ollama/cuda_v12/libggml-cuda.so(+0x14e4c0)[0x7f606b54e4c0] /usr/local/lib/ollama/cuda_v12/libggml-cuda.so(+0x150fe6)[0x7f606b550fe6] /usr/local/bin/ollama(+0x133b9d1)[0x55be16cee9d1] /usr/local/bin/ollama(+0x12b271b)[0x55be16c6571b] /usr/local/bin/ollama(+0x3cdb41)[0x55be15d80b41] SIGABRT: abort PC=0x7f614c6969fc m=12 sigcode=18446744073709551610 signal arrived during cgo execution goroutine 81 gp=0xc000603180 m=12 mp=0xc000580808 [syscall]: runtime.cgocall(0x55be16c65700, 0xc00004b0d8) runtime/cgocall.go:167 +0x4b fp=0xc00004b0b0 sp=0xc00004b078 pc=0x55be15d75acb github.com/ollama/ollama/ml/backend/ggml._Cfunc_ggml_backend_sched_reserve(0x7f60d8000b70, 0x7f6029f5bbe0) _cgo_gotypes.go:1012 +0x47 fp=0xc00004b0d8 sp=0xc00004b0b0 pc=0x55be1624f6a7 github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve.func2(...) github.com/ollama/ollama/ml/backend/ggml/ggml.go:850 github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve(0xc00061cd40) github.com/ollama/ollama/ml/backend/ggml/ggml.go:850 +0x125 fp=0xc00004b350 sp=0xc00004b0d8 pc=0x55be1625df25 github.com/ollama/ollama/runner/ollamarunner.(*Server).reserveWorstCaseGraph(0xc0002a70e0, 0x1) github.com/ollama/ollama/runner/ollamarunner/runner.go:1169 +0xade fp=0xc00004b680 sp=0xc00004b350 pc=0x55be1638065e github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002a70e0, {0x7ffc8d9255f7?, 0x55be1606eb3a?}, {0x0, 0x1c, {0xc00061c080, 0x1, 0x1}, 0x1}, {0x0, ...}, ...) github.com/ollama/ollama/runner/ollamarunner/runner.go:1232 +0x391 fp=0xc00004b730 sp=0xc00004b680 pc=0x55be16380e71 github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002a70e0, {0x55be175943c0, 0xc000622000}, 0xc000612000) github.com/ollama/ollama/runner/ollamarunner/runner.go:1311 +0x54b fp=0xc00004bac0 sp=0xc00004b730 pc=0x55be163818cb github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x55be175943c0?, 0xc000622000?}, 0xc000459b40?) <autogenerated>:1 +0x36 fp=0xc00004baf0 sp=0xc00004bac0 pc=0x55be16383bf6 net/http.HandlerFunc.ServeHTTP(0xc0001d2780?, {0x55be175943c0?, 0xc000622000?}, 0xc000459b60?) net/http/server.go:2294 +0x29 fp=0xc00004bb18 sp=0xc00004baf0 pc=0x55be16079809 net/http.(*ServeMux).ServeHTTP(0x55be15d1db25?, {0x55be175943c0, 0xc000622000}, 0xc000612000) net/http/server.go:2822 +0x1c4 fp=0xc00004bb68 sp=0xc00004bb18 pc=0x55be1607b704 net/http.serverHandler.ServeHTTP({0x55be175906f0?}, {0x55be175943c0?, 0xc000622000?}, 0x1?) net/http/server.go:3301 +0x8e fp=0xc00004bb98 sp=0xc00004bb68 pc=0x55be1609918e net/http.(*conn).serve(0xc000372480, {0x55be17596a48, 0xc0003576e0}) net/http/server.go:2102 +0x625 fp=0xc00004bfb8 sp=0xc00004bb98 pc=0x55be16077d05 net/http.(*Server).Serve.gowrap3() net/http/server.go:3454 +0x28 fp=0xc00004bfe0 sp=0xc00004bfb8 pc=0x55be1607d5c8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x55be15d80ec1 created by net/http.(*Server).Serve in goroutine 1 net/http/server.go:3454 +0x485 goroutine 1 gp=0xc000002700 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000b05778 sp=0xc000b05758 pc=0x55be15d78f4e runtime.netpollblock(0xc0004d17c8?, 0x15d12506?, 0xbe?) runtime/netpoll.go:575 +0xf7 fp=0xc000b057b0 sp=0xc000b05778 pc=0x55be15d3e0f7 internal/poll.runtime_pollWait(0x7f614c8996f0, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc000b057d0 sp=0xc000b057b0 pc=0x55be15d78165 internal/poll.(*pollDesc).wait(0xc0001ef200?, 0x900000036?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000b057f8 sp=0xc000b057d0 pc=0x55be15e00487 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc0001ef200) internal/poll/fd_unix.go:620 +0x295 fp=0xc000b058a0 sp=0xc000b057f8 pc=0x55be15e05855 net.(*netFD).accept(0xc0001ef200) net/fd_unix.go:172 +0x29 fp=0xc000b05958 sp=0xc000b058a0 pc=0x55be15e78c69 net.(*TCPListener).accept(0xc000307980) net/tcpsock_posix.go:159 +0x1b fp=0xc000b059a8 sp=0xc000b05958 pc=0x55be15e8eb7b net.(*TCPListener).Accept(0xc000307980) net/tcpsock.go:380 +0x30 fp=0xc000b059d8 sp=0xc000b059a8 pc=0x55be15e8da30 net/http.(*onceCloseListener).Accept(0xc000372480?) <autogenerated>:1 +0x24 fp=0xc000b059f0 sp=0xc000b059d8 pc=0x55be160a5904 net/http.(*Server).Serve(0xc000273e00, {0x55be175941e0, 0xc000307980}) net/http/server.go:3424 +0x30c fp=0xc000b05b20 sp=0xc000b059f0 pc=0x55be1607d1cc github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0000340a0, 0x4, 0x4}) github.com/ollama/ollama/runner/ollamarunner/runner.go:1447 +0x94e fp=0xc000b05cf0 sp=0xc000b05b20 pc=0x55be1638358e github.com/ollama/ollama/runner.Execute({0xc000034080?, 0x0?, 0x0?}) github.com/ollama/ollama/runner/runner.go:18 +0x10e fp=0xc000b05d30 sp=0xc000b05cf0 pc=0x55be1640ffce github.com/ollama/ollama/cmd.NewCLI.func3(0xc000273b00?, {0x55be16fcd22b?, 0x4?, 0x55be16fcd22f?}) github.com/ollama/ollama/cmd/cmd.go:2262 +0x45 fp=0xc000b05d58 sp=0xc000b05d30 pc=0x55be16bf5b65 github.com/spf13/cobra.(*Command).execute(0xc00038db08, {0xc0001e4aa0, 0x5, 0x5}) github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000b05e78 sp=0xc000b05d58 pc=0x55be15ef2bfc github.com/spf13/cobra.(*Command).ExecuteC(0xc0001b2908) github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000b05f30 sp=0xc000b05e78 pc=0x55be15ef3445 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) github.com/spf13/cobra@v1.7.0/command.go:985 main.main() github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000b05f50 sp=0xc000b05f30 pc=0x55be16bf7f8d runtime.main() runtime/proc.go:283 +0x29d fp=0xc000b05fe0 sp=0xc000b05f50 pc=0x55be15d4577d runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000b05fe8 sp=0xc000b05fe0 pc=0x55be15d80ec1 goroutine 2 gp=0xc000003180 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000e4fa8 sp=0xc0000e4f88 pc=0x55be15d78f4e runtime.goparkunlock(...) runtime/proc.go:441 runtime.forcegchelper() runtime/proc.go:348 +0xb8 fp=0xc0000e4fe0 sp=0xc0000e4fa8 pc=0x55be15d45ab8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e4fe8 sp=0xc0000e4fe0 pc=0x55be15d80ec1 created by runtime.init.7 in goroutine 1 runtime/proc.go:336 +0x1a goroutine 3 gp=0xc0000036c0 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000e5780 sp=0xc0000e5760 pc=0x55be15d78f4e runtime.goparkunlock(...) runtime/proc.go:441 runtime.bgsweep(0xc0000de080) runtime/mgcsweep.go:316 +0xdf fp=0xc0000e57c8 sp=0xc0000e5780 pc=0x55be15d3025f runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc0000e57e0 sp=0xc0000e57c8 pc=0x55be15d24645 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e57e8 sp=0xc0000e57e0 pc=0x55be15d80ec1 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000003880 m=nil [GC scavenge wait]: runtime.gopark(0xb789c5?, 0x1a756d4?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000e5f78 sp=0xc0000e5f58 pc=0x55be15d78f4e runtime.goparkunlock(...) runtime/proc.go:441 runtime.(*scavengerState).park(0x55be17f9bd60) runtime/mgcscavenge.go:425 +0x49 fp=0xc0000e5fa8 sp=0xc0000e5f78 pc=0x55be15d2dca9 runtime.bgscavenge(0xc0000de080) runtime/mgcscavenge.go:658 +0x59 fp=0xc0000e5fc8 sp=0xc0000e5fa8 pc=0x55be15d2e239 runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc0000e5fe0 sp=0xc0000e5fc8 pc=0x55be15d245e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e5fe8 sp=0xc0000e5fe0 pc=0x55be15d80ec1 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 goroutine 5 gp=0xc000128380 m=nil [finalizer wait]: runtime.gopark(0x1b8?, 0xc000002700?, 0x1?, 0x27?, 0xc0000e4688?) runtime/proc.go:435 +0xce fp=0xc0000e4630 sp=0xc0000e4610 pc=0x55be15d78f4e runtime.runfinq() runtime/mfinal.go:196 +0x107 fp=0xc0000e47e0 sp=0xc0000e4630 pc=0x55be15d23607 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e47e8 sp=0xc0000e47e0 pc=0x55be15d80ec1 created by runtime.createfing in goroutine 1 runtime/mfinal.go:166 +0x3d goroutine 6 gp=0xc000128e00 m=nil [chan receive]: runtime.gopark(0xc0002a39a0?, 0xc000cd5818?, 0x60?, 0x67?, 0x55be15e5f8a8?) runtime/proc.go:435 +0xce fp=0xc0000e6718 sp=0xc0000e66f8 pc=0x55be15d78f4e runtime.chanrecv(0xc00011c310, 0x0, 0x1) runtime/chan.go:664 +0x445 fp=0xc0000e6790 sp=0xc0000e6718 pc=0x55be15d150e5 runtime.chanrecv1(0x0?, 0x0?) runtime/chan.go:506 +0x12 fp=0xc0000e67b8 sp=0xc0000e6790 pc=0x55be15d14c72 runtime.unique_runtime_registerUniqueMapCleanup.func2(...) runtime/mgc.go:1796 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() runtime/mgc.go:1799 +0x2f fp=0xc0000e67e0 sp=0xc0000e67b8 pc=0x55be15d277ef runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e67e8 sp=0xc0000e67e0 pc=0x55be15d80ec1 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 runtime/mgc.go:1794 +0x85 goroutine 7 gp=0xc000128fc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000e6f38 sp=0xc0000e6f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0000e6fc8 sp=0xc0000e6f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000e6fe0 sp=0xc0000e6fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e6fe8 sp=0xc0000e6fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 18 gp=0xc000504000 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000e0738 sp=0xc0000e0718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0000e07c8 sp=0xc0000e0738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000e07e0 sp=0xc0000e07c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e07e8 sp=0xc0000e07e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 34 gp=0xc000182380 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019a738 sp=0xc00019a718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc00019a7c8 sp=0xc00019a738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019a7e0 sp=0xc00019a7c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019a7e8 sp=0xc00019a7e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 8 gp=0xc000129180 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000e7738 sp=0xc0000e7718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0000e77c8 sp=0xc0000e7738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000e77e0 sp=0xc0000e77c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e77e8 sp=0xc0000e77e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 35 gp=0xc000182540 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019af38 sp=0xc00019af18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc00019afc8 sp=0xc00019af38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019afe0 sp=0xc00019afc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019afe8 sp=0xc00019afe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 19 gp=0xc0005041c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000e0f38 sp=0xc0000e0f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0000e0fc8 sp=0xc0000e0f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000e0fe0 sp=0xc0000e0fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e0fe8 sp=0xc0000e0fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 9 gp=0xc000129340 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000e7f38 sp=0xc0000e7f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0000e7fc8 sp=0xc0000e7f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000e7fe0 sp=0xc0000e7fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e7fe8 sp=0xc0000e7fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 20 gp=0xc000504380 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000e1738 sp=0xc0000e1718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0000e17c8 sp=0xc0000e1738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000e17e0 sp=0xc0000e17c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000e17e8 sp=0xc0000e17e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 36 gp=0xc000182700 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019b738 sp=0xc00019b718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc00019b7c8 sp=0xc00019b738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019b7e0 sp=0xc00019b7c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019b7e8 sp=0xc00019b7e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 37 gp=0xc0001828c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019bf38 sp=0xc00019bf18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc00019bfc8 sp=0xc00019bf38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019bfe0 sp=0xc00019bfc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019bfe8 sp=0xc00019bfe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 38 gp=0xc000182a80 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019c738 sp=0xc00019c718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc00019c7c8 sp=0xc00019c738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019c7e0 sp=0xc00019c7c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019c7e8 sp=0xc00019c7e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 39 gp=0xc000182c40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019cf38 sp=0xc00019cf18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc00019cfc8 sp=0xc00019cf38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019cfe0 sp=0xc00019cfc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019cfe8 sp=0xc00019cfe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 40 gp=0xc000182e00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019d738 sp=0xc00019d718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc00019d7c8 sp=0xc00019d738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019d7e0 sp=0xc00019d7c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019d7e8 sp=0xc00019d7e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 41 gp=0xc000182fc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019df38 sp=0xc00019df18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc00019dfc8 sp=0xc00019df38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019dfe0 sp=0xc00019dfc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019dfe8 sp=0xc00019dfe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 42 gp=0xc000183180 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000196738 sp=0xc000196718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0001967c8 sp=0xc000196738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0001967e0 sp=0xc0001967c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001967e8 sp=0xc0001967e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 43 gp=0xc000183340 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000196f38 sp=0xc000196f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc000196fc8 sp=0xc000196f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000196fe0 sp=0xc000196fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000196fe8 sp=0xc000196fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 44 gp=0xc000183500 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000197738 sp=0xc000197718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0001977c8 sp=0xc000197738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0001977e0 sp=0xc0001977c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001977e8 sp=0xc0001977e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 45 gp=0xc0001836c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000197f38 sp=0xc000197f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc000197fc8 sp=0xc000197f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000197fe0 sp=0xc000197fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000197fe8 sp=0xc000197fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 46 gp=0xc000183880 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000198738 sp=0xc000198718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0001987c8 sp=0xc000198738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0001987e0 sp=0xc0001987c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001987e8 sp=0xc0001987e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 10 gp=0xc000129500 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004aa738 sp=0xc0004aa718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004aa7c8 sp=0xc0004aa738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004aa7e0 sp=0xc0004aa7c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aa7e8 sp=0xc0004aa7e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 11 gp=0xc0001296c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004aaf38 sp=0xc0004aaf18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004aafc8 sp=0xc0004aaf38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004aafe0 sp=0xc0004aafc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aafe8 sp=0xc0004aafe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 12 gp=0xc000129880 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004ab738 sp=0xc0004ab718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004ab7c8 sp=0xc0004ab738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004ab7e0 sp=0xc0004ab7c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ab7e8 sp=0xc0004ab7e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 13 gp=0xc000129a40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004abf38 sp=0xc0004abf18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004abfc8 sp=0xc0004abf38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004abfe0 sp=0xc0004abfc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004abfe8 sp=0xc0004abfe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 14 gp=0xc000129c00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004ac738 sp=0xc0004ac718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004ac7c8 sp=0xc0004ac738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004ac7e0 sp=0xc0004ac7c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ac7e8 sp=0xc0004ac7e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 15 gp=0xc000129dc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004acf38 sp=0xc0004acf18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004acfc8 sp=0xc0004acf38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004acfe0 sp=0xc0004acfc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004acfe8 sp=0xc0004acfe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 16 gp=0xc0004ae000 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004ad738 sp=0xc0004ad718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004ad7c8 sp=0xc0004ad738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004ad7e0 sp=0xc0004ad7c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ad7e8 sp=0xc0004ad7e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 50 gp=0xc0004ae1c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004adf38 sp=0xc0004adf18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004adfc8 sp=0xc0004adf38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004adfe0 sp=0xc0004adfc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004adfe8 sp=0xc0004adfe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 51 gp=0xc0004ae380 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004a6738 sp=0xc0004a6718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a67c8 sp=0xc0004a6738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a67e0 sp=0xc0004a67c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a67e8 sp=0xc0004a67e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 52 gp=0xc0004ae540 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004a6f38 sp=0xc0004a6f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a6fc8 sp=0xc0004a6f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a6fe0 sp=0xc0004a6fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a6fe8 sp=0xc0004a6fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 53 gp=0xc0004ae700 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004a7738 sp=0xc0004a7718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a77c8 sp=0xc0004a7738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a77e0 sp=0xc0004a77c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a77e8 sp=0xc0004a77e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 54 gp=0xc0004ae8c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004a7f38 sp=0xc0004a7f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a7fc8 sp=0xc0004a7f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a7fe0 sp=0xc0004a7fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a7fe8 sp=0xc0004a7fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 55 gp=0xc0004aea80 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004a8738 sp=0xc0004a8718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a87c8 sp=0xc0004a8738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a87e0 sp=0xc0004a87c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a87e8 sp=0xc0004a87e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 56 gp=0xc0004aec40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004a8f38 sp=0xc0004a8f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a8fc8 sp=0xc0004a8f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a8fe0 sp=0xc0004a8fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a8fe8 sp=0xc0004a8fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 57 gp=0xc0004aee00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004a9738 sp=0xc0004a9718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a97c8 sp=0xc0004a9738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a97e0 sp=0xc0004a97c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a97e8 sp=0xc0004a97e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 58 gp=0xc0004aefc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004a9f38 sp=0xc0004a9f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a9fc8 sp=0xc0004a9f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a9fe0 sp=0xc0004a9fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a9fe8 sp=0xc0004a9fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 59 gp=0xc0004af180 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b4738 sp=0xc0004b4718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b47c8 sp=0xc0004b4738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b47e0 sp=0xc0004b47c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b47e8 sp=0xc0004b47e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 60 gp=0xc0004af340 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b4f38 sp=0xc0004b4f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b4fc8 sp=0xc0004b4f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b4fe0 sp=0xc0004b4fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b4fe8 sp=0xc0004b4fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 61 gp=0xc0004af500 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b5738 sp=0xc0004b5718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b57c8 sp=0xc0004b5738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b57e0 sp=0xc0004b57c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b57e8 sp=0xc0004b57e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 62 gp=0xc0004af6c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b5f38 sp=0xc0004b5f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b5fc8 sp=0xc0004b5f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b5fe0 sp=0xc0004b5fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b5fe8 sp=0xc0004b5fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 63 gp=0xc0004af880 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b6738 sp=0xc0004b6718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b67c8 sp=0xc0004b6738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b67e0 sp=0xc0004b67c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b67e8 sp=0xc0004b67e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 64 gp=0xc0004afa40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b6f38 sp=0xc0004b6f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b6fc8 sp=0xc0004b6f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b6fe0 sp=0xc0004b6fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b6fe8 sp=0xc0004b6fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 65 gp=0xc0004afc00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b7738 sp=0xc0004b7718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b77c8 sp=0xc0004b7738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b77e0 sp=0xc0004b77c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b77e8 sp=0xc0004b77e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 66 gp=0xc0004afdc0 m=nil [GC worker (idle)]: runtime.gopark(0x55be1806f880?, 0x1?, 0x48?, 0x82?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b7f38 sp=0xc0004b7f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b7fc8 sp=0xc0004b7f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b7fe0 sp=0xc0004b7fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b7fe8 sp=0xc0004b7fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 67 gp=0xc0004b8000 m=nil [GC worker (idle)]: runtime.gopark(0x55be1806f880?, 0x1?, 0x2f?, 0x78?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b0738 sp=0xc0004b0718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b07c8 sp=0xc0004b0738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b07e0 sp=0xc0004b07c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b07e8 sp=0xc0004b07e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 68 gp=0xc0004b81c0 m=nil [GC worker (idle)]: runtime.gopark(0x55be1806f880?, 0x1?, 0x82?, 0xcf?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b0f38 sp=0xc0004b0f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b0fc8 sp=0xc0004b0f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b0fe0 sp=0xc0004b0fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b0fe8 sp=0xc0004b0fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 69 gp=0xc0004b8380 m=nil [GC worker (idle)]: runtime.gopark(0x31ce004663bdff?, 0x1?, 0x79?, 0xd8?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b1738 sp=0xc0004b1718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b17c8 sp=0xc0004b1738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b17e0 sp=0xc0004b17c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b17e8 sp=0xc0004b17e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 70 gp=0xc0004b8540 m=nil [GC worker (idle)]: runtime.gopark(0x55be1806f880?, 0x1?, 0x55?, 0xdf?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b1f38 sp=0xc0004b1f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b1fc8 sp=0xc0004b1f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b1fe0 sp=0xc0004b1fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b1fe8 sp=0xc0004b1fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 71 gp=0xc0004b8700 m=nil [GC worker (idle)]: runtime.gopark(0x31ce00466439ab?, 0x1?, 0x42?, 0x4f?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b2738 sp=0xc0004b2718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b27c8 sp=0xc0004b2738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b27e0 sp=0xc0004b27c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b27e8 sp=0xc0004b27e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 72 gp=0xc0004b88c0 m=nil [GC worker (idle)]: runtime.gopark(0x31ce0046777d0d?, 0x1?, 0x6a?, 0xa4?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b2f38 sp=0xc0004b2f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b2fc8 sp=0xc0004b2f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b2fe0 sp=0xc0004b2fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b2fe8 sp=0xc0004b2fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 73 gp=0xc0004b8a80 m=nil [GC worker (idle)]: runtime.gopark(0x31ce0046638ce5?, 0x1?, 0x13?, 0xb1?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b3738 sp=0xc0004b3718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b37c8 sp=0xc0004b3738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b37e0 sp=0xc0004b37c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b37e8 sp=0xc0004b37e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 74 gp=0xc0004b8c40 m=nil [GC worker (idle)]: runtime.gopark(0x31ce0046643b16?, 0x1?, 0x78?, 0xe1?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004b3f38 sp=0xc0004b3f18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004b3fc8 sp=0xc0004b3f38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004b3fe0 sp=0xc0004b3fc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b3fe8 sp=0xc0004b3fe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 75 gp=0xc0004b8e00 m=nil [GC worker (idle)]: runtime.gopark(0x31ce00466413c1?, 0x1?, 0x97?, 0x1f?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004be738 sp=0xc0004be718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004be7c8 sp=0xc0004be738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004be7e0 sp=0xc0004be7c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004be7e8 sp=0xc0004be7e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 76 gp=0xc0004b8fc0 m=nil [GC worker (idle)]: runtime.gopark(0x55be1806f880?, 0x3?, 0xe0?, 0x1?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004bef38 sp=0xc0004bef18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004befc8 sp=0xc0004bef38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004befe0 sp=0xc0004befc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004befe8 sp=0xc0004befe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 77 gp=0xc0004b9180 m=nil [GC worker (idle)]: runtime.gopark(0x55be1806f880?, 0x1?, 0x8d?, 0x10?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004bf738 sp=0xc0004bf718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004bf7c8 sp=0xc0004bf738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004bf7e0 sp=0xc0004bf7c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004bf7e8 sp=0xc0004bf7e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 78 gp=0xc0004b9340 m=nil [GC worker (idle)]: runtime.gopark(0x55be1806f880?, 0x1?, 0x5a?, 0x86?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004bff38 sp=0xc0004bff18 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004bffc8 sp=0xc0004bff38 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004bffe0 sp=0xc0004bffc8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004bffe8 sp=0xc0004bffe0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 79 gp=0xc0004b9500 m=nil [GC worker (idle)]: runtime.gopark(0x55be1806f880?, 0x1?, 0xff?, 0x91?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004c0738 sp=0xc0004c0718 pc=0x55be15d78f4e runtime.gcBgMarkWorker(0xc00011d570) runtime/mgc.go:1423 +0xe9 fp=0xc0004c07c8 sp=0xc0004c0738 pc=0x55be15d26b09 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004c07e0 sp=0xc0004c07c8 pc=0x55be15d269e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c07e8 sp=0xc0004c07e0 pc=0x55be15d80ec1 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 80 gp=0xc000602fc0 m=nil [sync.WaitGroup.Wait]: runtime.gopark(0x0?, 0x0?, 0x60?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000f7a90 sp=0xc0000f7a70 pc=0x55be15d78f4e runtime.goparkunlock(...) runtime/proc.go:441 runtime.semacquire1(0xc0002a7198, 0x0, 0x1, 0x0, 0x18) runtime/sema.go:188 +0x229 fp=0xc0000f7af8 sp=0xc0000f7a90 pc=0x55be15d58d49 sync.runtime_SemacquireWaitGroup(0x0?) runtime/sema.go:110 +0x25 fp=0xc0000f7b30 sp=0xc0000f7af8 pc=0x55be15d7a885 sync.(*WaitGroup).Wait(0xc0002a7190?) sync/waitgroup.go:118 +0x48 fp=0xc0000f7b58 sp=0xc0000f7b30 pc=0x55be15d8c928 github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002a70e0, {0x55be17596a80, 0xc0001e4b40}) github.com/ollama/ollama/runner/ollamarunner/runner.go:442 +0x45 fp=0xc0000f7fb8 sp=0xc0000f7b58 pc=0x55be16379f85 github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() github.com/ollama/ollama/runner/ollamarunner/runner.go:1424 +0x28 fp=0xc0000f7fe0 sp=0xc0000f7fb8 pc=0x55be16383808 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f7fe8 sp=0xc0000f7fe0 pc=0x55be15d80ec1 created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 github.com/ollama/ollama/runner/ollamarunner/runner.go:1424 +0x4c9 goroutine 98 gp=0xc000183a40 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?) runtime/proc.go:435 +0xce fp=0xc000198dd8 sp=0xc000198db8 pc=0x55be15d78f4e runtime.netpollblock(0x55be15d9c7f8?, 0x15d12506?, 0xbe?) runtime/netpoll.go:575 +0xf7 fp=0xc000198e10 sp=0xc000198dd8 pc=0x55be15d3e0f7 internal/poll.runtime_pollWait(0x7f614c8995d8, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc000198e30 sp=0xc000198e10 pc=0x55be15d78165 internal/poll.(*pollDesc).wait(0xc0001ef280?, 0xc0003577e1?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000198e58 sp=0xc000198e30 pc=0x55be15e00487 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0001ef280, {0xc0003577e1, 0x1, 0x1}) internal/poll/fd_unix.go:165 +0x27a fp=0xc000198ef0 sp=0xc000198e58 pc=0x55be15e0177a net.(*netFD).Read(0xc0001ef280, {0xc0003577e1?, 0x0?, 0x0?}) net/fd_posix.go:55 +0x25 fp=0xc000198f38 sp=0xc000198ef0 pc=0x55be15e76cc5 net.(*conn).Read(0xc0000e8ad8, {0xc0003577e1?, 0x0?, 0x0?}) net/net.go:194 +0x45 fp=0xc000198f80 sp=0xc000198f38 pc=0x55be15e85085 net/http.(*connReader).backgroundRead(0xc0003577d0) net/http/server.go:690 +0x37 fp=0xc000198fc8 sp=0xc000198f80 pc=0x55be16071bd7 net/http.(*connReader).startBackgroundRead.gowrap2() net/http/server.go:686 +0x25 fp=0xc000198fe0 sp=0xc000198fc8 pc=0x55be16071b05 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000198fe8 sp=0xc000198fe0 pc=0x55be15d80ec1 created by net/http.(*connReader).startBackgroundRead in goroutine 81 net/http/server.go:686 +0xb6 rax 0x0 rbx 0x7f60d7fff640 rcx 0x7f614c6969fc rdx 0x6 rdi 0x1f64f7 rsi 0x1f6502 rbp 0x1f6502 rsp 0x7f60d7ffde60 r8 0x7f60d7ffdf30 r9 0x7f5f8b98a1a0 r10 0x8 r11 0x246 r12 0x6 r13 0x16 r14 0x7f6029f5b790 r15 0x29a20000 rip 0x7f614c6969fc rflags 0x246 cs 0x33 fs 0x0 gs 0x0 time=2026-02-17T20:49:38.452+08:00 level=ERROR source=server.go:1205 msg="do load request" error="Post \"http://127.0.0.1:45055/load\": EOF" time=2026-02-17T20:49:38.453+08:00 level=ERROR source=server.go:1205 msg="do load request" error="Post \"http://127.0.0.1:45055/load\": dial tcp 127.0.0.1:45055: connect: connection refused" time=2026-02-17T20:49:38.453+08:00 level=INFO source=sched.go:493 msg="Load failed" model=/home/simon/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad2c662b566b146eab0081e error="model failed to load, this may be due to resource limitations or an internal error, check ollama server logs for details" time=2026-02-17T20:49:38.453+08:00 level=DEBUG source=server.go:1830 msg="stopping llama server" pid=2057463 time=2026-02-17T20:49:38.453+08:00 level=DEBUG source=server.go:1836 msg="waiting for llama server to exit" pid=2057463 time=2026-02-17T20:49:38.882+08:00 level=ERROR source=server.go:304 msg="llama runner terminated" error="exit status 2" time=2026-02-17T20:49:38.882+08:00 level=DEBUG source=server.go:1840 msg="llama server stopped" pid=2057463 [GIN] 2026/02/17 - 20:49:38 | 500 | 13.822209763s | 127.0.0.1 | POST "/api/generate" ``` ### OS Linux ### GPU Nvidia ### CPU Intel ### Ollama version 0.16.2
GiteaMirror added the bug label 2026-05-05 01:21:00 -05:00
Author
Owner

@rick-github commented on GitHub (Feb 17, 2026):

https://github.com/ollama/ollama/issues/14124#issuecomment-3862672905

<!-- gh-comment-id:3915089051 --> @rick-github commented on GitHub (Feb 17, 2026): https://github.com/ollama/ollama/issues/14124#issuecomment-3862672905
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#71364