[GH-ISSUE #9014] Prerelease v0.5.8 #5861

Closed
opened 2026-04-12 17:12:03 -05:00 by GiteaMirror · 18 comments
Owner

Originally created by @Jordi577 on GitHub (Feb 11, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9014

What is the issue?

After updating to v0.5.8 I receive the error

level=ERROR source=sched.go:455 msg="error loading llama server" error="llama runner process has terminated: exit status 2"

Relevant log output

2025/02/11 14:32:28 routes.go:1186: INFO server config env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:C:\\Users\\Jordi Buscaglia\\.ollama\\models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://*] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES:]"
time=2025-02-11T14:32:28.677+01:00 level=INFO source=images.go:432 msg="total blobs: 6"
time=2025-02-11T14:32:28.677+01:00 level=INFO source=images.go:439 msg="total unused blobs removed: 0"
time=2025-02-11T14:32:28.678+01:00 level=INFO source=routes.go:1237 msg="Listening on 127.0.0.1:11434 (version 0.5.8)"
time=2025-02-11T14:32:28.678+01:00 level=INFO source=gpu.go:217 msg="looking for compatible GPUs"
time=2025-02-11T14:32:28.678+01:00 level=INFO source=gpu_windows.go:167 msg=packages count=1
time=2025-02-11T14:32:28.678+01:00 level=INFO source=gpu_windows.go:214 msg="" package=0 cores=16 efficiency=0 threads=32
time=2025-02-11T14:32:28.792+01:00 level=INFO source=types.go:130 msg="inference compute" id=GPU-10eedb08-1467-4455-65b8-80e2f804f8e4 library=cuda variant=v12 compute=8.9 driver=12.8 name="NVIDIA GeForce RTX 4090" total="24.0 GiB" available="22.5 GiB"
[GIN] 2025/02/11 - 14:32:45 | 200 |            0s |       127.0.0.1 | GET      "/api/version"
[GIN] 2025/02/11 - 14:32:49 | 200 |            0s |       127.0.0.1 | HEAD     "/"
[GIN] 2025/02/11 - 14:32:49 | 200 |      1.0333ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2025/02/11 - 14:32:55 | 200 |            0s |       127.0.0.1 | HEAD     "/"
[GIN] 2025/02/11 - 14:32:55 | 200 |       16.06ms |       127.0.0.1 | POST     "/api/show"
time=2025-02-11T14:32:55.401+01:00 level=INFO source=sched.go:714 msg="new model will fit in available VRAM in single GPU, loading" model="C:\\Users\\Jordi Buscaglia\\.ollama\\models\\blobs\\sha256-dde5aa3fc5ffc17176b5e8bdc82f587b24b2678c6c66101bf7da77af9f7ccdff" gpu=GPU-10eedb08-1467-4455-65b8-80e2f804f8e4 parallel=4 available=21594501120 required="3.7 GiB"
time=2025-02-11T14:32:55.411+01:00 level=INFO source=server.go:100 msg="system memory" total="31.7 GiB" free="17.3 GiB" free_swap="50.1 GiB"
time=2025-02-11T14:32:55.411+01:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=29 layers.offload=29 layers.split="" memory.available="[20.1 GiB]" memory.gpu_overhead="0 B" memory.required.full="3.7 GiB" memory.required.partial="3.7 GiB" memory.required.kv="896.0 MiB" memory.required.allocations="[3.7 GiB]" memory.weights.total="2.4 GiB" memory.weights.repeating="2.1 GiB" memory.weights.nonrepeating="308.2 MiB" memory.graph.full="424.0 MiB" memory.graph.partial="570.7 MiB"
time=2025-02-11T14:32:55.417+01:00 level=INFO source=server.go:381 msg="starting llama server" cmd="C:\\Users\\Jordi Buscaglia\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --model C:\\Users\\Jordi Buscaglia\\.ollama\\models\\blobs\\sha256-dde5aa3fc5ffc17176b5e8bdc82f587b24b2678c6c66101bf7da77af9f7ccdff --ctx-size 8192 --batch-size 512 --n-gpu-layers 29 --threads 16 --no-mmap --parallel 4 --port 55362"
time=2025-02-11T14:32:55.422+01:00 level=INFO source=sched.go:449 msg="loaded runners" count=1
time=2025-02-11T14:32:55.422+01:00 level=INFO source=server.go:558 msg="waiting for llama runner to start responding"
time=2025-02-11T14:32:55.422+01:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server error"
time=2025-02-11T14:32:55.447+01:00 level=INFO source=runner.go:936 msg="starting go runner"
time=2025-02-11T14:32:55.447+01:00 level=INFO source=runner.go:937 msg=system info="CPU : LLAMAFILE = 1 | CPU : LLAMAFILE = 1 | cgo(clang)" threads=16
time=2025-02-11T14:32:55.448+01:00 level=INFO source=runner.go:995 msg="Server listening on 127.0.0.1:55362"
ggml_cuda_init: GGML_CUDA_FORCE_MMQ:    no
ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
ggml_cuda_init: found 1 CUDA devices:
  Device 0: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes
load_backend: loaded CUDA backend from C:\Users\Jordi Buscaglia\AppData\Local\Programs\Ollama\lib\ollama\cuda_v12\ggml-cuda.dll
time=2025-02-11T14:32:55.673+01:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server loading model"
Exception 0x20474343 0x2c2fa1c6950 0x0 0x7ffbf3fa837a
PC=0x7ffbf3fa837a
signal arrived during external code execution

runtime.cgocall(0x7ff6bdb7d490, 0xc000047a58)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/cgocall.go:167 +0x3e fp=0xc000047a30 sp=0xc0000479c8 pc=0x7ff6bce69c3e
github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x2c2fa9d0f30)
	_cgo_gotypes.go:112 +0x49 fp=0xc000047a58 sp=0xc000047a30 pc=0x7ff6bd2334a9
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc0000354a0, 0x4c})
	C:/a/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:87 +0xf5 fp=0xc000047af0 sp=0xc000047a58 pc=0x7ff6bd2331d5
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1()
	C:/a/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:88 +0x317 fp=0xc000047cc0 sp=0xc000047af0 pc=0x7ff6bd233097
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/sync/oncefunc.go:27 +0x62 fp=0xc000047d08 sp=0xc000047cc0 pc=0x7ff6bd232ca2
sync.(*Once).doSlow(0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/sync/once.go:76 +0xb4 fp=0xc000047d68 sp=0xc000047d08 pc=0x7ff6bce88294
sync.(*Once).Do(0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/sync/once.go:67 +0x19 fp=0xc000047d88 sp=0xc000047d68 pc=0x7ff6bce881b9
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/sync/oncefunc.go:32 +0x2d fp=0xc000047db8 sp=0xc000047d88 pc=0x7ff6bd232c0d
github.com/ollama/ollama/llama.BackendInit()
	C:/a/ollama/ollama/llama/llama.go:57 +0x16 fp=0xc000047dc8 sp=0xc000047db8 pc=0x7ff6bd236e16
github.com/ollama/ollama/llama/runner.(*Server).loadModel(0xc0001bf560, {0x1d, 0x0, 0x0, 0x0, {0x0, 0x0, 0x0}, 0xc00040fde0, 0x0}, ...)
	C:/a/ollama/ollama/llama/runner/runner.go:847 +0x6a fp=0xc000047f10 sp=0xc000047dc8 pc=0x7ff6bd245baa
github.com/ollama/ollama/llama/runner.Execute.gowrap1()
	C:/a/ollama/ollama/llama/runner/runner.go:970 +0xda fp=0xc000047fe0 sp=0xc000047f10 pc=0x7ff6bd24755a
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x7ff6bce78921
created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1
	C:/a/ollama/ollama/llama/runner/runner.go:970 +0xd0d

goroutine 1 gp=0xc0000a4000 m=nil [IO wait]:
runtime.gopark(0x7ff6bce7a0e0?, 0x7ff6be8baf40?, 0x20?, 0x80?, 0xc0003880cc?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00012f4a0 sp=0xc00012f480 pc=0x7ff6bce703ee
runtime.netpollblock(0x264?, 0xbce08386?, 0xf6?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/netpoll.go:575 +0xf7 fp=0xc00012f4d8 sp=0xc00012f4a0 pc=0x7ff6bce34fb7
internal/poll.runtime_pollWait(0x2c2f7be0e40, 0x72)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/netpoll.go:351 +0x85 fp=0xc00012f4f8 sp=0xc00012f4d8 pc=0x7ff6bce6f665
internal/poll.(*pollDesc).wait(0x7ff6bcf038d5?, 0x7ff6bce6ae9d?, 0x0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00012f520 sp=0xc00012f4f8 pc=0x7ff6bcf04f07
internal/poll.execIO(0xc000388020, 0xc00012f5c8)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_windows.go:177 +0x105 fp=0xc00012f598 sp=0xc00012f520 pc=0x7ff6bcf06345
internal/poll.(*FD).acceptOne(0xc000388008, 0x3e8, {0xc0003bc0f0?, 0xc00012f658?, 0x7ff6bce2a71b?}, 0xc0003cdf80?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_windows.go:946 +0x65 fp=0xc00012f5f8 sp=0xc00012f598 pc=0x7ff6bcf0a985
internal/poll.(*FD).Accept(0xc000388008, 0xc00012f7a8)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_windows.go:980 +0x1b6 fp=0xc00012f6b0 sp=0xc00012f5f8 pc=0x7ff6bcf0acb6
net.(*netFD).accept(0xc000388008)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/fd_windows.go:182 +0x4b fp=0xc00012f7c8 sp=0xc00012f6b0 pc=0x7ff6bcf723cb
net.(*TCPListener).accept(0xc00038c000)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/tcpsock_posix.go:159 +0x1e fp=0xc00012f818 sp=0xc00012f7c8 pc=0x7ff6bcf8853e
net.(*TCPListener).Accept(0xc00038c000)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/tcpsock.go:372 +0x30 fp=0xc00012f848 sp=0xc00012f818 pc=0x7ff6bcf872f0
net/http.(*onceCloseListener).Accept(0xc0003cc000?)
	<autogenerated>:1 +0x24 fp=0xc00012f860 sp=0xc00012f848 pc=0x7ff6bd1d2e44
net/http.(*Server).Serve(0xc0003a42d0, {0x7ff6be0604c0, 0xc00038c000})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/http/server.go:3330 +0x30c fp=0xc00012f990 sp=0xc00012f860 pc=0x7ff6bd1aadcc
github.com/ollama/ollama/llama/runner.Execute({0xc0000e2010?, 0x0?, 0x0?})
	C:/a/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc00012fd30 sp=0xc00012f990 pc=0x7ff6bd247129
github.com/ollama/ollama/cmd.NewCLI.func2(0xc00004f500?, {0x7ff6bdea12ab?, 0x4?, 0x7ff6bdea12af?})
	C:/a/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc00012fd58 sp=0xc00012fd30 pc=0x7ff6bda24e65
github.com/spf13/cobra.(*Command).execute(0xc00030fb08, {0xc0004c2f00, 0xf, 0xf})
	C:/Users/runneradmin/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc00012fe78 sp=0xc00012fd58 pc=0x7ff6bcfec122
github.com/spf13/cobra.(*Command).ExecuteC(0xc00000f508)
	C:/Users/runneradmin/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc00012ff30 sp=0xc00012fe78 pc=0x7ff6bcfec965
github.com/spf13/cobra.(*Command).Execute(...)
	C:/Users/runneradmin/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
	C:/Users/runneradmin/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
	C:/a/ollama/ollama/main.go:12 +0x4d fp=0xc00012ff50 sp=0xc00012ff30 pc=0x7ff6bda251ed
runtime.main()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:272 +0x27d fp=0xc00012ffe0 sp=0xc00012ff50 pc=0x7ff6bce3dfbd
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00012ffe8 sp=0xc00012ffe0 pc=0x7ff6bce78921

goroutine 2 gp=0xc0000a4700 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000a7fa8 sp=0xc0000a7f88 pc=0x7ff6bce703ee
runtime.goparkunlock(...)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:430
runtime.forcegchelper()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:337 +0xb8 fp=0xc0000a7fe0 sp=0xc0000a7fa8 pc=0x7ff6bce3e2d8
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000a7fe8 sp=0xc0000a7fe0 pc=0x7ff6bce78921
created by runtime.init.7 in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:325 +0x1a

goroutine 3 gp=0xc0000a4a80 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000a9f80 sp=0xc0000a9f60 pc=0x7ff6bce703ee
runtime.goparkunlock(...)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:430
runtime.bgsweep(0xc0000b6000)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgcsweep.go:317 +0xdf fp=0xc0000a9fc8 sp=0xc0000a9f80 pc=0x7ff6bce26fbf
runtime.gcenable.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:204 +0x25 fp=0xc0000a9fe0 sp=0xc0000a9fc8 pc=0x7ff6bce1b5e5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000a9fe8 sp=0xc0000a9fe0 pc=0x7ff6bce78921
created by runtime.gcenable in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc0000a4c40 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x7ff6be04f580?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000bdf78 sp=0xc0000bdf58 pc=0x7ff6bce703ee
runtime.goparkunlock(...)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:430
runtime.(*scavengerState).park(0x7ff6be8df680)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc0000bdfa8 sp=0xc0000bdf78 pc=0x7ff6bce24989
runtime.bgscavenge(0xc0000b6000)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc0000bdfc8 sp=0xc0000bdfa8 pc=0x7ff6bce24f19
runtime.gcenable.gowrap2()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:205 +0x25 fp=0xc0000bdfe0 sp=0xc0000bdfc8 pc=0x7ff6bce1b585
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000bdfe8 sp=0xc0000bdfe0 pc=0x7ff6bce78921
created by runtime.gcenable in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:205 +0xa5

goroutine 5 gp=0xc0000a5180 m=nil [finalizer wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000bfe20 sp=0xc0000bfe00 pc=0x7ff6bce703ee
runtime.runfinq()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mfinal.go:193 +0x107 fp=0xc0000bffe0 sp=0xc0000bfe20 pc=0x7ff6bce1a6a7
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000bffe8 sp=0xc0000bffe0 pc=0x7ff6bce78921
created by runtime.createfing in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mfinal.go:163 +0x3d

goroutine 6 gp=0xc000218a80 m=nil [chan receive]:
runtime.gopark(0xc0000abf60?, 0x7ff6bcf5be85?, 0x40?, 0x88?, 0x7ff6be076de0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000abf18 sp=0xc0000abef8 pc=0x7ff6bce703ee
runtime.chanrecv(0xc0000384d0, 0x0, 0x1)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/chan.go:639 +0x41e fp=0xc0000abf90 sp=0xc0000abf18 pc=0x7ff6bce0acbe
runtime.chanrecv1(0x7ff6bce3e120?, 0xc0000abf76?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/chan.go:489 +0x12 fp=0xc0000abfb8 sp=0xc0000abf90 pc=0x7ff6bce0a872
runtime.unique_runtime_registerUniqueMapCleanup.func1(...)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1781
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1784 +0x2f fp=0xc0000abfe0 sp=0xc0000abfb8 pc=0x7ff6bce1e6cf
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000abfe8 sp=0xc0000abfe0 pc=0x7ff6bce78921
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1779 +0x96

goroutine 7 gp=0xc000218e00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000b9f38 sp=0xc0000b9f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc0000b9fc8 sp=0xc0000b9f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc0000b9fe0 sp=0xc0000b9fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000b9fe8 sp=0xc0000b9fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 18 gp=0xc0001061c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000113f38 sp=0xc000113f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000113fc8 sp=0xc000113f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000113fe0 sp=0xc000113fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000113fe8 sp=0xc000113fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 34 gp=0xc000484000 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00010ff38 sp=0xc00010ff18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00010ffc8 sp=0xc00010ff38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00010ffe0 sp=0xc00010ffc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00010ffe8 sp=0xc00010ffe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 8 gp=0xc000218fc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000bbf38 sp=0xc0000bbf18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc0000bbfc8 sp=0xc0000bbf38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc0000bbfe0 sp=0xc0000bbfc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000bbfe8 sp=0xc0000bbfe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 19 gp=0xc000106380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000115f38 sp=0xc000115f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000115fc8 sp=0xc000115f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000115fe0 sp=0xc000115fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000115fe8 sp=0xc000115fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 35 gp=0xc0004841c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000111f38 sp=0xc000111f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000111fc8 sp=0xc000111f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000111fe0 sp=0xc000111fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000111fe8 sp=0xc000111fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 9 gp=0xc000219180 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000473f38 sp=0xc000473f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000473fc8 sp=0xc000473f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000473fe0 sp=0xc000473fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000473fe8 sp=0xc000473fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 20 gp=0xc000106540 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00046ff38 sp=0xc00046ff18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00046ffc8 sp=0xc00046ff38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00046ffe0 sp=0xc00046ffc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00046ffe8 sp=0xc00046ffe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 36 gp=0xc000484380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00048bf38 sp=0xc00048bf18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00048bfc8 sp=0xc00048bf38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00048bfe0 sp=0xc00048bfc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00048bfe8 sp=0xc00048bfe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 10 gp=0xc000219340 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000475f38 sp=0xc000475f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000475fc8 sp=0xc000475f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000475fe0 sp=0xc000475fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000475fe8 sp=0xc000475fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 21 gp=0xc000106700 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000471f38 sp=0xc000471f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000471fc8 sp=0xc000471f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000471fe0 sp=0xc000471fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000471fe8 sp=0xc000471fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 37 gp=0xc000484540 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00048df38 sp=0xc00048df18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00048dfc8 sp=0xc00048df38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00048dfe0 sp=0xc00048dfc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00048dfe8 sp=0xc00048dfe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 11 gp=0xc000219500 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000487f38 sp=0xc000487f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000487fc8 sp=0xc000487f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000487fe0 sp=0xc000487fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000487fe8 sp=0xc000487fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 22 gp=0xc0001068c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00011df38 sp=0xc00011df18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00011dfc8 sp=0xc00011df38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00011dfe0 sp=0xc00011dfc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011dfe8 sp=0xc00011dfe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 38 gp=0xc000484700 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000119f38 sp=0xc000119f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000119fc8 sp=0xc000119f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000119fe0 sp=0xc000119fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000119fe8 sp=0xc000119fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 12 gp=0xc0002196c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000489f38 sp=0xc000489f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000489fc8 sp=0xc000489f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000489fe0 sp=0xc000489fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000489fe8 sp=0xc000489fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 23 gp=0xc000106a80 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00011ff38 sp=0xc00011ff18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00011ffc8 sp=0xc00011ff38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00011ffe0 sp=0xc00011ffc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011ffe8 sp=0xc00011ffe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 13 gp=0xc000219880 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00047bf38 sp=0xc00047bf18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00047bfc8 sp=0xc00047bf38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00047bfe0 sp=0xc00047bfc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00047bfe8 sp=0xc00047bfe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 39 gp=0xc0004848c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00011bf38 sp=0xc00011bf18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00011bfc8 sp=0xc00011bf38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00011bfe0 sp=0xc00011bfc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011bfe8 sp=0xc00011bfe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 24 gp=0xc000106c40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000477f38 sp=0xc000477f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000477fc8 sp=0xc000477f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000477fe0 sp=0xc000477fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000477fe8 sp=0xc000477fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 14 gp=0xc000219a40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00047df38 sp=0xc00047df18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00047dfc8 sp=0xc00047df38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00047dfe0 sp=0xc00047dfc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00047dfe8 sp=0xc00047dfe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 40 gp=0xc000484c40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000499f38 sp=0xc000499f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000499fc8 sp=0xc000499f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000499fe0 sp=0xc000499fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000499fe8 sp=0xc000499fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 41 gp=0xc000484e00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00049bf38 sp=0xc00049bf18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00049bfc8 sp=0xc00049bf38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00049bfe0 sp=0xc00049bfc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00049bfe8 sp=0xc00049bfe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 42 gp=0xc000484fc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000495f38 sp=0xc000495f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000495fc8 sp=0xc000495f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000495fe0 sp=0xc000495fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000495fe8 sp=0xc000495fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 43 gp=0xc000485180 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000497f38 sp=0xc000497f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000497fc8 sp=0xc000497f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000497fe0 sp=0xc000497fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000497fe8 sp=0xc000497fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 44 gp=0xc000485340 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0004a1f38 sp=0xc0004a1f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc0004a1fc8 sp=0xc0004a1f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc0004a1fe0 sp=0xc0004a1fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a1fe8 sp=0xc0004a1fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 50 gp=0xc000504000 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00049df38 sp=0xc00049df18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00049dfc8 sp=0xc00049df38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00049dfe0 sp=0xc00049dfc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00049dfe8 sp=0xc00049dfe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 25 gp=0xc000106e00 m=nil [GC worker (idle)]:
runtime.gopark(0x38030355a44?, 0x1?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000479f38 sp=0xc000479f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000479fc8 sp=0xc000479f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000479fe0 sp=0xc000479fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000479fe8 sp=0xc000479fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 45 gp=0xc000485500 m=nil [GC worker (idle)]:
runtime.gopark(0x7ff6be92e160?, 0x1?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0004a3f38 sp=0xc0004a3f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc0004a3fc8 sp=0xc0004a3f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc0004a3fe0 sp=0xc0004a3fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a3fe8 sp=0xc0004a3fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 51 gp=0xc0005041c0 m=nil [GC worker (idle)]:
runtime.gopark(0x7ff6be92e160?, 0x1?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00049ff38 sp=0xc00049ff18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00049ffc8 sp=0xc00049ff38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00049ffe0 sp=0xc00049ffc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00049ffe8 sp=0xc00049ffe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 26 gp=0xc000106fc0 m=nil [GC worker (idle)]:
runtime.gopark(0x7ff6be92e160?, 0x1?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000125f38 sp=0xc000125f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000125fc8 sp=0xc000125f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000125fe0 sp=0xc000125fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000125fe8 sp=0xc000125fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 46 gp=0xc0004856c0 m=nil [GC worker (idle)]:
runtime.gopark(0x7ff6be92e160?, 0x1?, 0x0?, 0x0?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000121f38 sp=0xc000121f18 pc=0x7ff6bce703ee
runtime.gcBgMarkWorker(0xc0000398f0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000121fc8 sp=0xc000121f38 pc=0x7ff6bce1d9c9
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000121fe0 sp=0xc000121fc8 pc=0x7ff6bce1d8a5
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000121fe8 sp=0xc000121fe0 pc=0x7ff6bce78921
created by runtime.gcBgMarkStartWorkers in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105

goroutine 16 gp=0xc000485880 m=nil [semacquire]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x1e?, 0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000123e18 sp=0xc000123df8 pc=0x7ff6bce703ee
runtime.goparkunlock(...)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:430
runtime.semacquire1(0xc0001bf568, 0x0, 0x1, 0x0, 0x12)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/sema.go:178 +0x232 fp=0xc000123e80 sp=0xc000123e18 pc=0x7ff6bce500b2
sync.runtime_Semacquire(0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/sema.go:71 +0x25 fp=0xc000123eb8 sp=0xc000123e80 pc=0x7ff6bce718c5
sync.(*WaitGroup).Wait(0x0?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/sync/waitgroup.go:118 +0x48 fp=0xc000123ee0 sp=0xc000123eb8 pc=0x7ff6bce896e8
github.com/ollama/ollama/llama/runner.(*Server).run(0xc0001bf560, {0x7ff6be0627e0, 0xc00018fc20})
	C:/a/ollama/ollama/llama/runner/runner.go:315 +0x47 fp=0xc000123fb8 sp=0xc000123ee0 pc=0x7ff6bd2423c7
github.com/ollama/ollama/llama/runner.Execute.gowrap2()
	C:/a/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc000123fe0 sp=0xc000123fb8 pc=0x7ff6bd247448
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000123fe8 sp=0xc000123fe0 pc=0x7ff6bce78921
created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1
	C:/a/ollama/ollama/llama/runner/runner.go:975 +0xde5

goroutine 52 gp=0xc000504700 m=nil [IO wait]:
runtime.gopark(0x0?, 0xc0003882a0?, 0x48?, 0x83?, 0xc00038834c?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000431890 sp=0xc000431870 pc=0x7ff6bce703ee
runtime.netpollblock(0x26c?, 0xbce08386?, 0xf6?)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/netpoll.go:575 +0xf7 fp=0xc0004318c8 sp=0xc000431890 pc=0x7ff6bce34fb7
internal/poll.runtime_pollWait(0x2c2f7be0d28, 0x72)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/netpoll.go:351 +0x85 fp=0xc0004318e8 sp=0xc0004318c8 pc=0x7ff6bce6f665
internal/poll.(*pollDesc).wait(0x2c2d2801f48?, 0xc000108780?, 0x0)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000431910 sp=0xc0004318e8 pc=0x7ff6bcf04f07
internal/poll.execIO(0xc0003882a0, 0x7ff6bdf241a8)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_windows.go:177 +0x105 fp=0xc000431988 sp=0xc000431910 pc=0x7ff6bcf06345
internal/poll.(*FD).Read(0xc000388288, {0xc00037a000, 0x1000, 0x1000})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_windows.go:438 +0x2a7 fp=0xc000431a30 sp=0xc000431988 pc=0x7ff6bcf07047
net.(*netFD).Read(0xc000388288, {0xc00037a000?, 0xc000431aa0?, 0x7ff6bcf053c5?})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/fd_posix.go:55 +0x25 fp=0xc000431a78 sp=0xc000431a30 pc=0x7ff6bcf704e5
net.(*conn).Read(0xc0000ae488, {0xc00037a000?, 0x0?, 0xc00030ac08?})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/net.go:189 +0x45 fp=0xc000431ac0 sp=0xc000431a78 pc=0x7ff6bcf7fac5
net.(*TCPConn).Read(0xc00030ac00?, {0xc00037a000?, 0xc000388288?, 0xc000431af8?})
	<autogenerated>:1 +0x25 fp=0xc000431af0 sp=0xc000431ac0 pc=0x7ff6bcf914e5
net/http.(*connReader).Read(0xc00030ac00, {0xc00037a000, 0x1000, 0x1000})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/http/server.go:798 +0x14b fp=0xc000431b40 sp=0xc000431af0 pc=0x7ff6bd1a0b8b
bufio.(*Reader).fill(0xc000108720)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/bufio/bufio.go:110 +0x103 fp=0xc000431b78 sp=0xc000431b40 pc=0x7ff6bcf96123
bufio.(*Reader).Peek(0xc000108720, 0x4)
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/bufio/bufio.go:148 +0x53 fp=0xc000431b98 sp=0xc000431b78 pc=0x7ff6bcf96253
net/http.(*conn).serve(0xc0003cc000, {0x7ff6be0627a8, 0xc00038a1e0})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/http/server.go:2127 +0x738 fp=0xc000431fb8 sp=0xc000431b98 pc=0x7ff6bd1a5ed8
net/http.(*Server).Serve.gowrap3()
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/http/server.go:3360 +0x28 fp=0xc000431fe0 sp=0xc000431fb8 pc=0x7ff6bd1ab1c8
runtime.goexit({})
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000431fe8 sp=0xc000431fe0 pc=0x7ff6bce78921
created by net/http.(*Server).Serve in goroutine 1
	C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/http/server.go:3360 +0x485
rax     0xf5b9a00000
rbx     0xf5b99ff360
rcx     0xf5b99fe590
rdx     0x7ff6bce00000
rdi     0x20474343
rsi     0x0
rbp     0x1
rsp     0xf5b99ff240
r8      0x7ffbf6563457
r9      0x7ff6bdc92d20
r10     0x7ffbf65a3edf
r11     0xf5b99ff3e0
r12     0xd
r13     0x7ff6be9bdbf0
r14     0x434c4e47432b2b00
r15     0xf5b99ff500
rip     0x7ffbf3fa837a
rflags  0x206
cs      0x33
fs      0x53
gs      0x2b
time=2025-02-11T14:32:55.923+01:00 level=ERROR source=sched.go:455 msg="error loading llama server" error="llama runner process has terminated: exit status 2"
[GIN] 2025/02/11 - 14:32:55 | 500 |    565.7351ms |       127.0.0.1 | POST     "/api/generate"

OS

Windows

GPU

Nvidia

CPU

AMD

Ollama version

v0.5.8

Originally created by @Jordi577 on GitHub (Feb 11, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9014 ### What is the issue? After updating to v0.5.8 I receive the error **level=ERROR source=sched.go:455 msg="error loading llama server" error="llama runner process has terminated: exit status 2"** ### Relevant log output ```shell 2025/02/11 14:32:28 routes.go:1186: INFO server config env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:C:\\Users\\Jordi Buscaglia\\.ollama\\models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://*] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES:]" time=2025-02-11T14:32:28.677+01:00 level=INFO source=images.go:432 msg="total blobs: 6" time=2025-02-11T14:32:28.677+01:00 level=INFO source=images.go:439 msg="total unused blobs removed: 0" time=2025-02-11T14:32:28.678+01:00 level=INFO source=routes.go:1237 msg="Listening on 127.0.0.1:11434 (version 0.5.8)" time=2025-02-11T14:32:28.678+01:00 level=INFO source=gpu.go:217 msg="looking for compatible GPUs" time=2025-02-11T14:32:28.678+01:00 level=INFO source=gpu_windows.go:167 msg=packages count=1 time=2025-02-11T14:32:28.678+01:00 level=INFO source=gpu_windows.go:214 msg="" package=0 cores=16 efficiency=0 threads=32 time=2025-02-11T14:32:28.792+01:00 level=INFO source=types.go:130 msg="inference compute" id=GPU-10eedb08-1467-4455-65b8-80e2f804f8e4 library=cuda variant=v12 compute=8.9 driver=12.8 name="NVIDIA GeForce RTX 4090" total="24.0 GiB" available="22.5 GiB" [GIN] 2025/02/11 - 14:32:45 | 200 | 0s | 127.0.0.1 | GET "/api/version" [GIN] 2025/02/11 - 14:32:49 | 200 | 0s | 127.0.0.1 | HEAD "/" [GIN] 2025/02/11 - 14:32:49 | 200 | 1.0333ms | 127.0.0.1 | GET "/api/tags" [GIN] 2025/02/11 - 14:32:55 | 200 | 0s | 127.0.0.1 | HEAD "/" [GIN] 2025/02/11 - 14:32:55 | 200 | 16.06ms | 127.0.0.1 | POST "/api/show" time=2025-02-11T14:32:55.401+01:00 level=INFO source=sched.go:714 msg="new model will fit in available VRAM in single GPU, loading" model="C:\\Users\\Jordi Buscaglia\\.ollama\\models\\blobs\\sha256-dde5aa3fc5ffc17176b5e8bdc82f587b24b2678c6c66101bf7da77af9f7ccdff" gpu=GPU-10eedb08-1467-4455-65b8-80e2f804f8e4 parallel=4 available=21594501120 required="3.7 GiB" time=2025-02-11T14:32:55.411+01:00 level=INFO source=server.go:100 msg="system memory" total="31.7 GiB" free="17.3 GiB" free_swap="50.1 GiB" time=2025-02-11T14:32:55.411+01:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=29 layers.offload=29 layers.split="" memory.available="[20.1 GiB]" memory.gpu_overhead="0 B" memory.required.full="3.7 GiB" memory.required.partial="3.7 GiB" memory.required.kv="896.0 MiB" memory.required.allocations="[3.7 GiB]" memory.weights.total="2.4 GiB" memory.weights.repeating="2.1 GiB" memory.weights.nonrepeating="308.2 MiB" memory.graph.full="424.0 MiB" memory.graph.partial="570.7 MiB" time=2025-02-11T14:32:55.417+01:00 level=INFO source=server.go:381 msg="starting llama server" cmd="C:\\Users\\Jordi Buscaglia\\AppData\\Local\\Programs\\Ollama\\ollama.exe runner --model C:\\Users\\Jordi Buscaglia\\.ollama\\models\\blobs\\sha256-dde5aa3fc5ffc17176b5e8bdc82f587b24b2678c6c66101bf7da77af9f7ccdff --ctx-size 8192 --batch-size 512 --n-gpu-layers 29 --threads 16 --no-mmap --parallel 4 --port 55362" time=2025-02-11T14:32:55.422+01:00 level=INFO source=sched.go:449 msg="loaded runners" count=1 time=2025-02-11T14:32:55.422+01:00 level=INFO source=server.go:558 msg="waiting for llama runner to start responding" time=2025-02-11T14:32:55.422+01:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server error" time=2025-02-11T14:32:55.447+01:00 level=INFO source=runner.go:936 msg="starting go runner" time=2025-02-11T14:32:55.447+01:00 level=INFO source=runner.go:937 msg=system info="CPU : LLAMAFILE = 1 | CPU : LLAMAFILE = 1 | cgo(clang)" threads=16 time=2025-02-11T14:32:55.448+01:00 level=INFO source=runner.go:995 msg="Server listening on 127.0.0.1:55362" ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no ggml_cuda_init: found 1 CUDA devices: Device 0: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes load_backend: loaded CUDA backend from C:\Users\Jordi Buscaglia\AppData\Local\Programs\Ollama\lib\ollama\cuda_v12\ggml-cuda.dll time=2025-02-11T14:32:55.673+01:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server loading model" Exception 0x20474343 0x2c2fa1c6950 0x0 0x7ffbf3fa837a PC=0x7ffbf3fa837a signal arrived during external code execution runtime.cgocall(0x7ff6bdb7d490, 0xc000047a58) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/cgocall.go:167 +0x3e fp=0xc000047a30 sp=0xc0000479c8 pc=0x7ff6bce69c3e github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x2c2fa9d0f30) _cgo_gotypes.go:112 +0x49 fp=0xc000047a58 sp=0xc000047a30 pc=0x7ff6bd2334a9 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc0000354a0, 0x4c}) C:/a/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:87 +0xf5 fp=0xc000047af0 sp=0xc000047a58 pc=0x7ff6bd2331d5 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1() C:/a/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:88 +0x317 fp=0xc000047cc0 sp=0xc000047af0 pc=0x7ff6bd233097 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2() C:/hostedtoolcache/windows/go/1.23.4/x64/src/sync/oncefunc.go:27 +0x62 fp=0xc000047d08 sp=0xc000047cc0 pc=0x7ff6bd232ca2 sync.(*Once).doSlow(0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/sync/once.go:76 +0xb4 fp=0xc000047d68 sp=0xc000047d08 pc=0x7ff6bce88294 sync.(*Once).Do(0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/sync/once.go:67 +0x19 fp=0xc000047d88 sp=0xc000047d68 pc=0x7ff6bce881b9 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3() C:/hostedtoolcache/windows/go/1.23.4/x64/src/sync/oncefunc.go:32 +0x2d fp=0xc000047db8 sp=0xc000047d88 pc=0x7ff6bd232c0d github.com/ollama/ollama/llama.BackendInit() C:/a/ollama/ollama/llama/llama.go:57 +0x16 fp=0xc000047dc8 sp=0xc000047db8 pc=0x7ff6bd236e16 github.com/ollama/ollama/llama/runner.(*Server).loadModel(0xc0001bf560, {0x1d, 0x0, 0x0, 0x0, {0x0, 0x0, 0x0}, 0xc00040fde0, 0x0}, ...) C:/a/ollama/ollama/llama/runner/runner.go:847 +0x6a fp=0xc000047f10 sp=0xc000047dc8 pc=0x7ff6bd245baa github.com/ollama/ollama/llama/runner.Execute.gowrap1() C:/a/ollama/ollama/llama/runner/runner.go:970 +0xda fp=0xc000047fe0 sp=0xc000047f10 pc=0x7ff6bd24755a runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x7ff6bce78921 created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1 C:/a/ollama/ollama/llama/runner/runner.go:970 +0xd0d goroutine 1 gp=0xc0000a4000 m=nil [IO wait]: runtime.gopark(0x7ff6bce7a0e0?, 0x7ff6be8baf40?, 0x20?, 0x80?, 0xc0003880cc?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00012f4a0 sp=0xc00012f480 pc=0x7ff6bce703ee runtime.netpollblock(0x264?, 0xbce08386?, 0xf6?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/netpoll.go:575 +0xf7 fp=0xc00012f4d8 sp=0xc00012f4a0 pc=0x7ff6bce34fb7 internal/poll.runtime_pollWait(0x2c2f7be0e40, 0x72) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/netpoll.go:351 +0x85 fp=0xc00012f4f8 sp=0xc00012f4d8 pc=0x7ff6bce6f665 internal/poll.(*pollDesc).wait(0x7ff6bcf038d5?, 0x7ff6bce6ae9d?, 0x0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00012f520 sp=0xc00012f4f8 pc=0x7ff6bcf04f07 internal/poll.execIO(0xc000388020, 0xc00012f5c8) C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_windows.go:177 +0x105 fp=0xc00012f598 sp=0xc00012f520 pc=0x7ff6bcf06345 internal/poll.(*FD).acceptOne(0xc000388008, 0x3e8, {0xc0003bc0f0?, 0xc00012f658?, 0x7ff6bce2a71b?}, 0xc0003cdf80?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_windows.go:946 +0x65 fp=0xc00012f5f8 sp=0xc00012f598 pc=0x7ff6bcf0a985 internal/poll.(*FD).Accept(0xc000388008, 0xc00012f7a8) C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_windows.go:980 +0x1b6 fp=0xc00012f6b0 sp=0xc00012f5f8 pc=0x7ff6bcf0acb6 net.(*netFD).accept(0xc000388008) C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/fd_windows.go:182 +0x4b fp=0xc00012f7c8 sp=0xc00012f6b0 pc=0x7ff6bcf723cb net.(*TCPListener).accept(0xc00038c000) C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/tcpsock_posix.go:159 +0x1e fp=0xc00012f818 sp=0xc00012f7c8 pc=0x7ff6bcf8853e net.(*TCPListener).Accept(0xc00038c000) C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/tcpsock.go:372 +0x30 fp=0xc00012f848 sp=0xc00012f818 pc=0x7ff6bcf872f0 net/http.(*onceCloseListener).Accept(0xc0003cc000?) <autogenerated>:1 +0x24 fp=0xc00012f860 sp=0xc00012f848 pc=0x7ff6bd1d2e44 net/http.(*Server).Serve(0xc0003a42d0, {0x7ff6be0604c0, 0xc00038c000}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/http/server.go:3330 +0x30c fp=0xc00012f990 sp=0xc00012f860 pc=0x7ff6bd1aadcc github.com/ollama/ollama/llama/runner.Execute({0xc0000e2010?, 0x0?, 0x0?}) C:/a/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc00012fd30 sp=0xc00012f990 pc=0x7ff6bd247129 github.com/ollama/ollama/cmd.NewCLI.func2(0xc00004f500?, {0x7ff6bdea12ab?, 0x4?, 0x7ff6bdea12af?}) C:/a/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc00012fd58 sp=0xc00012fd30 pc=0x7ff6bda24e65 github.com/spf13/cobra.(*Command).execute(0xc00030fb08, {0xc0004c2f00, 0xf, 0xf}) C:/Users/runneradmin/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc00012fe78 sp=0xc00012fd58 pc=0x7ff6bcfec122 github.com/spf13/cobra.(*Command).ExecuteC(0xc00000f508) C:/Users/runneradmin/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc00012ff30 sp=0xc00012fe78 pc=0x7ff6bcfec965 github.com/spf13/cobra.(*Command).Execute(...) C:/Users/runneradmin/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) C:/Users/runneradmin/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985 main.main() C:/a/ollama/ollama/main.go:12 +0x4d fp=0xc00012ff50 sp=0xc00012ff30 pc=0x7ff6bda251ed runtime.main() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:272 +0x27d fp=0xc00012ffe0 sp=0xc00012ff50 pc=0x7ff6bce3dfbd runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00012ffe8 sp=0xc00012ffe0 pc=0x7ff6bce78921 goroutine 2 gp=0xc0000a4700 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000a7fa8 sp=0xc0000a7f88 pc=0x7ff6bce703ee runtime.goparkunlock(...) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:430 runtime.forcegchelper() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:337 +0xb8 fp=0xc0000a7fe0 sp=0xc0000a7fa8 pc=0x7ff6bce3e2d8 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000a7fe8 sp=0xc0000a7fe0 pc=0x7ff6bce78921 created by runtime.init.7 in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:325 +0x1a goroutine 3 gp=0xc0000a4a80 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000a9f80 sp=0xc0000a9f60 pc=0x7ff6bce703ee runtime.goparkunlock(...) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:430 runtime.bgsweep(0xc0000b6000) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgcsweep.go:317 +0xdf fp=0xc0000a9fc8 sp=0xc0000a9f80 pc=0x7ff6bce26fbf runtime.gcenable.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:204 +0x25 fp=0xc0000a9fe0 sp=0xc0000a9fc8 pc=0x7ff6bce1b5e5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000a9fe8 sp=0xc0000a9fe0 pc=0x7ff6bce78921 created by runtime.gcenable in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc0000a4c40 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x7ff6be04f580?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000bdf78 sp=0xc0000bdf58 pc=0x7ff6bce703ee runtime.goparkunlock(...) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:430 runtime.(*scavengerState).park(0x7ff6be8df680) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc0000bdfa8 sp=0xc0000bdf78 pc=0x7ff6bce24989 runtime.bgscavenge(0xc0000b6000) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc0000bdfc8 sp=0xc0000bdfa8 pc=0x7ff6bce24f19 runtime.gcenable.gowrap2() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:205 +0x25 fp=0xc0000bdfe0 sp=0xc0000bdfc8 pc=0x7ff6bce1b585 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000bdfe8 sp=0xc0000bdfe0 pc=0x7ff6bce78921 created by runtime.gcenable in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:205 +0xa5 goroutine 5 gp=0xc0000a5180 m=nil [finalizer wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000bfe20 sp=0xc0000bfe00 pc=0x7ff6bce703ee runtime.runfinq() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mfinal.go:193 +0x107 fp=0xc0000bffe0 sp=0xc0000bfe20 pc=0x7ff6bce1a6a7 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000bffe8 sp=0xc0000bffe0 pc=0x7ff6bce78921 created by runtime.createfing in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mfinal.go:163 +0x3d goroutine 6 gp=0xc000218a80 m=nil [chan receive]: runtime.gopark(0xc0000abf60?, 0x7ff6bcf5be85?, 0x40?, 0x88?, 0x7ff6be076de0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000abf18 sp=0xc0000abef8 pc=0x7ff6bce703ee runtime.chanrecv(0xc0000384d0, 0x0, 0x1) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/chan.go:639 +0x41e fp=0xc0000abf90 sp=0xc0000abf18 pc=0x7ff6bce0acbe runtime.chanrecv1(0x7ff6bce3e120?, 0xc0000abf76?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/chan.go:489 +0x12 fp=0xc0000abfb8 sp=0xc0000abf90 pc=0x7ff6bce0a872 runtime.unique_runtime_registerUniqueMapCleanup.func1(...) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1781 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1784 +0x2f fp=0xc0000abfe0 sp=0xc0000abfb8 pc=0x7ff6bce1e6cf runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000abfe8 sp=0xc0000abfe0 pc=0x7ff6bce78921 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1779 +0x96 goroutine 7 gp=0xc000218e00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000b9f38 sp=0xc0000b9f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc0000b9fc8 sp=0xc0000b9f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc0000b9fe0 sp=0xc0000b9fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000b9fe8 sp=0xc0000b9fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 18 gp=0xc0001061c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000113f38 sp=0xc000113f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000113fc8 sp=0xc000113f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000113fe0 sp=0xc000113fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000113fe8 sp=0xc000113fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 34 gp=0xc000484000 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00010ff38 sp=0xc00010ff18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00010ffc8 sp=0xc00010ff38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00010ffe0 sp=0xc00010ffc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00010ffe8 sp=0xc00010ffe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 8 gp=0xc000218fc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0000bbf38 sp=0xc0000bbf18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc0000bbfc8 sp=0xc0000bbf38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc0000bbfe0 sp=0xc0000bbfc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000bbfe8 sp=0xc0000bbfe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 19 gp=0xc000106380 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000115f38 sp=0xc000115f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000115fc8 sp=0xc000115f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000115fe0 sp=0xc000115fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000115fe8 sp=0xc000115fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 35 gp=0xc0004841c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000111f38 sp=0xc000111f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000111fc8 sp=0xc000111f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000111fe0 sp=0xc000111fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000111fe8 sp=0xc000111fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 9 gp=0xc000219180 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000473f38 sp=0xc000473f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000473fc8 sp=0xc000473f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000473fe0 sp=0xc000473fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000473fe8 sp=0xc000473fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 20 gp=0xc000106540 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00046ff38 sp=0xc00046ff18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00046ffc8 sp=0xc00046ff38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00046ffe0 sp=0xc00046ffc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00046ffe8 sp=0xc00046ffe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 36 gp=0xc000484380 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00048bf38 sp=0xc00048bf18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00048bfc8 sp=0xc00048bf38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00048bfe0 sp=0xc00048bfc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00048bfe8 sp=0xc00048bfe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 10 gp=0xc000219340 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000475f38 sp=0xc000475f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000475fc8 sp=0xc000475f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000475fe0 sp=0xc000475fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000475fe8 sp=0xc000475fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 21 gp=0xc000106700 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000471f38 sp=0xc000471f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000471fc8 sp=0xc000471f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000471fe0 sp=0xc000471fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000471fe8 sp=0xc000471fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 37 gp=0xc000484540 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00048df38 sp=0xc00048df18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00048dfc8 sp=0xc00048df38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00048dfe0 sp=0xc00048dfc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00048dfe8 sp=0xc00048dfe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 11 gp=0xc000219500 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000487f38 sp=0xc000487f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000487fc8 sp=0xc000487f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000487fe0 sp=0xc000487fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000487fe8 sp=0xc000487fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 22 gp=0xc0001068c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00011df38 sp=0xc00011df18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00011dfc8 sp=0xc00011df38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00011dfe0 sp=0xc00011dfc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011dfe8 sp=0xc00011dfe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 38 gp=0xc000484700 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000119f38 sp=0xc000119f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000119fc8 sp=0xc000119f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000119fe0 sp=0xc000119fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000119fe8 sp=0xc000119fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 12 gp=0xc0002196c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000489f38 sp=0xc000489f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000489fc8 sp=0xc000489f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000489fe0 sp=0xc000489fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000489fe8 sp=0xc000489fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 23 gp=0xc000106a80 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00011ff38 sp=0xc00011ff18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00011ffc8 sp=0xc00011ff38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00011ffe0 sp=0xc00011ffc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011ffe8 sp=0xc00011ffe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 13 gp=0xc000219880 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00047bf38 sp=0xc00047bf18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00047bfc8 sp=0xc00047bf38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00047bfe0 sp=0xc00047bfc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00047bfe8 sp=0xc00047bfe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 39 gp=0xc0004848c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00011bf38 sp=0xc00011bf18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00011bfc8 sp=0xc00011bf38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00011bfe0 sp=0xc00011bfc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011bfe8 sp=0xc00011bfe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 24 gp=0xc000106c40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000477f38 sp=0xc000477f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000477fc8 sp=0xc000477f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000477fe0 sp=0xc000477fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000477fe8 sp=0xc000477fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 14 gp=0xc000219a40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00047df38 sp=0xc00047df18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00047dfc8 sp=0xc00047df38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00047dfe0 sp=0xc00047dfc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00047dfe8 sp=0xc00047dfe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 40 gp=0xc000484c40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000499f38 sp=0xc000499f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000499fc8 sp=0xc000499f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000499fe0 sp=0xc000499fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000499fe8 sp=0xc000499fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 41 gp=0xc000484e00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00049bf38 sp=0xc00049bf18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00049bfc8 sp=0xc00049bf38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00049bfe0 sp=0xc00049bfc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00049bfe8 sp=0xc00049bfe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 42 gp=0xc000484fc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000495f38 sp=0xc000495f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000495fc8 sp=0xc000495f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000495fe0 sp=0xc000495fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000495fe8 sp=0xc000495fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 43 gp=0xc000485180 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000497f38 sp=0xc000497f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000497fc8 sp=0xc000497f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000497fe0 sp=0xc000497fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000497fe8 sp=0xc000497fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 44 gp=0xc000485340 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0004a1f38 sp=0xc0004a1f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc0004a1fc8 sp=0xc0004a1f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc0004a1fe0 sp=0xc0004a1fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a1fe8 sp=0xc0004a1fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 50 gp=0xc000504000 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00049df38 sp=0xc00049df18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00049dfc8 sp=0xc00049df38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00049dfe0 sp=0xc00049dfc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00049dfe8 sp=0xc00049dfe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 25 gp=0xc000106e00 m=nil [GC worker (idle)]: runtime.gopark(0x38030355a44?, 0x1?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000479f38 sp=0xc000479f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000479fc8 sp=0xc000479f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000479fe0 sp=0xc000479fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000479fe8 sp=0xc000479fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 45 gp=0xc000485500 m=nil [GC worker (idle)]: runtime.gopark(0x7ff6be92e160?, 0x1?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc0004a3f38 sp=0xc0004a3f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc0004a3fc8 sp=0xc0004a3f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc0004a3fe0 sp=0xc0004a3fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a3fe8 sp=0xc0004a3fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 51 gp=0xc0005041c0 m=nil [GC worker (idle)]: runtime.gopark(0x7ff6be92e160?, 0x1?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc00049ff38 sp=0xc00049ff18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc00049ffc8 sp=0xc00049ff38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc00049ffe0 sp=0xc00049ffc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00049ffe8 sp=0xc00049ffe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 26 gp=0xc000106fc0 m=nil [GC worker (idle)]: runtime.gopark(0x7ff6be92e160?, 0x1?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000125f38 sp=0xc000125f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000125fc8 sp=0xc000125f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000125fe0 sp=0xc000125fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000125fe8 sp=0xc000125fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 46 gp=0xc0004856c0 m=nil [GC worker (idle)]: runtime.gopark(0x7ff6be92e160?, 0x1?, 0x0?, 0x0?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000121f38 sp=0xc000121f18 pc=0x7ff6bce703ee runtime.gcBgMarkWorker(0xc0000398f0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1412 +0xe9 fp=0xc000121fc8 sp=0xc000121f38 pc=0x7ff6bce1d9c9 runtime.gcBgMarkStartWorkers.gowrap1() C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x25 fp=0xc000121fe0 sp=0xc000121fc8 pc=0x7ff6bce1d8a5 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000121fe8 sp=0xc000121fe0 pc=0x7ff6bce78921 created by runtime.gcBgMarkStartWorkers in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/mgc.go:1328 +0x105 goroutine 16 gp=0xc000485880 m=nil [semacquire]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x1e?, 0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000123e18 sp=0xc000123df8 pc=0x7ff6bce703ee runtime.goparkunlock(...) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:430 runtime.semacquire1(0xc0001bf568, 0x0, 0x1, 0x0, 0x12) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/sema.go:178 +0x232 fp=0xc000123e80 sp=0xc000123e18 pc=0x7ff6bce500b2 sync.runtime_Semacquire(0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/sema.go:71 +0x25 fp=0xc000123eb8 sp=0xc000123e80 pc=0x7ff6bce718c5 sync.(*WaitGroup).Wait(0x0?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/sync/waitgroup.go:118 +0x48 fp=0xc000123ee0 sp=0xc000123eb8 pc=0x7ff6bce896e8 github.com/ollama/ollama/llama/runner.(*Server).run(0xc0001bf560, {0x7ff6be0627e0, 0xc00018fc20}) C:/a/ollama/ollama/llama/runner/runner.go:315 +0x47 fp=0xc000123fb8 sp=0xc000123ee0 pc=0x7ff6bd2423c7 github.com/ollama/ollama/llama/runner.Execute.gowrap2() C:/a/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc000123fe0 sp=0xc000123fb8 pc=0x7ff6bd247448 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000123fe8 sp=0xc000123fe0 pc=0x7ff6bce78921 created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1 C:/a/ollama/ollama/llama/runner/runner.go:975 +0xde5 goroutine 52 gp=0xc000504700 m=nil [IO wait]: runtime.gopark(0x0?, 0xc0003882a0?, 0x48?, 0x83?, 0xc00038834c?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/proc.go:424 +0xce fp=0xc000431890 sp=0xc000431870 pc=0x7ff6bce703ee runtime.netpollblock(0x26c?, 0xbce08386?, 0xf6?) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/netpoll.go:575 +0xf7 fp=0xc0004318c8 sp=0xc000431890 pc=0x7ff6bce34fb7 internal/poll.runtime_pollWait(0x2c2f7be0d28, 0x72) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/netpoll.go:351 +0x85 fp=0xc0004318e8 sp=0xc0004318c8 pc=0x7ff6bce6f665 internal/poll.(*pollDesc).wait(0x2c2d2801f48?, 0xc000108780?, 0x0) C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000431910 sp=0xc0004318e8 pc=0x7ff6bcf04f07 internal/poll.execIO(0xc0003882a0, 0x7ff6bdf241a8) C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_windows.go:177 +0x105 fp=0xc000431988 sp=0xc000431910 pc=0x7ff6bcf06345 internal/poll.(*FD).Read(0xc000388288, {0xc00037a000, 0x1000, 0x1000}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/internal/poll/fd_windows.go:438 +0x2a7 fp=0xc000431a30 sp=0xc000431988 pc=0x7ff6bcf07047 net.(*netFD).Read(0xc000388288, {0xc00037a000?, 0xc000431aa0?, 0x7ff6bcf053c5?}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/fd_posix.go:55 +0x25 fp=0xc000431a78 sp=0xc000431a30 pc=0x7ff6bcf704e5 net.(*conn).Read(0xc0000ae488, {0xc00037a000?, 0x0?, 0xc00030ac08?}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/net.go:189 +0x45 fp=0xc000431ac0 sp=0xc000431a78 pc=0x7ff6bcf7fac5 net.(*TCPConn).Read(0xc00030ac00?, {0xc00037a000?, 0xc000388288?, 0xc000431af8?}) <autogenerated>:1 +0x25 fp=0xc000431af0 sp=0xc000431ac0 pc=0x7ff6bcf914e5 net/http.(*connReader).Read(0xc00030ac00, {0xc00037a000, 0x1000, 0x1000}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/http/server.go:798 +0x14b fp=0xc000431b40 sp=0xc000431af0 pc=0x7ff6bd1a0b8b bufio.(*Reader).fill(0xc000108720) C:/hostedtoolcache/windows/go/1.23.4/x64/src/bufio/bufio.go:110 +0x103 fp=0xc000431b78 sp=0xc000431b40 pc=0x7ff6bcf96123 bufio.(*Reader).Peek(0xc000108720, 0x4) C:/hostedtoolcache/windows/go/1.23.4/x64/src/bufio/bufio.go:148 +0x53 fp=0xc000431b98 sp=0xc000431b78 pc=0x7ff6bcf96253 net/http.(*conn).serve(0xc0003cc000, {0x7ff6be0627a8, 0xc00038a1e0}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/http/server.go:2127 +0x738 fp=0xc000431fb8 sp=0xc000431b98 pc=0x7ff6bd1a5ed8 net/http.(*Server).Serve.gowrap3() C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/http/server.go:3360 +0x28 fp=0xc000431fe0 sp=0xc000431fb8 pc=0x7ff6bd1ab1c8 runtime.goexit({}) C:/hostedtoolcache/windows/go/1.23.4/x64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000431fe8 sp=0xc000431fe0 pc=0x7ff6bce78921 created by net/http.(*Server).Serve in goroutine 1 C:/hostedtoolcache/windows/go/1.23.4/x64/src/net/http/server.go:3360 +0x485 rax 0xf5b9a00000 rbx 0xf5b99ff360 rcx 0xf5b99fe590 rdx 0x7ff6bce00000 rdi 0x20474343 rsi 0x0 rbp 0x1 rsp 0xf5b99ff240 r8 0x7ffbf6563457 r9 0x7ff6bdc92d20 r10 0x7ffbf65a3edf r11 0xf5b99ff3e0 r12 0xd r13 0x7ff6be9bdbf0 r14 0x434c4e47432b2b00 r15 0xf5b99ff500 rip 0x7ffbf3fa837a rflags 0x206 cs 0x33 fs 0x53 gs 0x2b time=2025-02-11T14:32:55.923+01:00 level=ERROR source=sched.go:455 msg="error loading llama server" error="llama runner process has terminated: exit status 2" [GIN] 2025/02/11 - 14:32:55 | 500 | 565.7351ms | 127.0.0.1 | POST "/api/generate" ``` ### OS Windows ### GPU Nvidia ### CPU AMD ### Ollama version v0.5.8
GiteaMirror added the bug label 2026-04-12 17:12:03 -05:00
Author
Owner

@rick-github commented on GitHub (Feb 11, 2025):

What CPU (model, not brand) do you have? https://github.com/ollama/ollama/pull/8976 fixed issues for some CPUs that don't support iq4nlt, perhaps it's a similar issue with your CPU.

<!-- gh-comment-id:2650885936 --> @rick-github commented on GitHub (Feb 11, 2025): What CPU (model, not brand) do you have? https://github.com/ollama/ollama/pull/8976 fixed issues for some CPUs that don't support `iq4nlt`, perhaps it's a similar issue with your CPU.
Author
Owner

@Jordi577 commented on GitHub (Feb 11, 2025):

What CPU (model, not brand) do you have? #8976 fixed issues for some CPUs that don't support iq4nlt, perhaps it's a similar issue with your CPU.

AMD Ryzen 9 7950X

<!-- gh-comment-id:2650892713 --> @Jordi577 commented on GitHub (Feb 11, 2025): > What CPU (model, not brand) do you have? [#8976](https://github.com/ollama/ollama/pull/8976) fixed issues for some CPUs that don't support `iq4nlt`, perhaps it's a similar issue with your CPU. AMD Ryzen 9 7950X
Author
Owner

@rick-github commented on GitHub (Feb 11, 2025):

OK, not an old CPU and seems have the required CPU extensions.

<!-- gh-comment-id:2650930961 --> @rick-github commented on GitHub (Feb 11, 2025): OK, not an old [CPU](https://www.amd.com/en/products/processors/desktops/ryzen/7000-series/amd-ryzen-9-7950x.html) and seems have the required CPU extensions.
Author
Owner

@jmorganca commented on GitHub (Feb 11, 2025):

Thanks for the issue. Possible to run ollama serve with OLLAMA_DEBUG=1 set ? This will help track down the crash

<!-- gh-comment-id:2651509779 --> @jmorganca commented on GitHub (Feb 11, 2025): Thanks for the issue. Possible to run ollama serve with OLLAMA_DEBUG=1 set ? This will help track down the crash
Author
Owner

@jmorganca commented on GitHub (Feb 11, 2025):

Also, may I ask which NVIDIA driver version you have installed?

<!-- gh-comment-id:2651555175 --> @jmorganca commented on GitHub (Feb 11, 2025): Also, may I ask which NVIDIA driver version you have installed?
Author
Owner

@dhiltgen commented on GitHub (Feb 11, 2025):

In addition to the server logs, @Jordi577 have you made any changes to your BIOS configuration from default settings for the CPU or GPU?

<!-- gh-comment-id:2651569195 --> @dhiltgen commented on GitHub (Feb 11, 2025): In addition to the server logs, @Jordi577 have you made any changes to your BIOS configuration from default settings for the CPU or GPU?
Author
Owner

@Jordi577 commented on GitHub (Feb 11, 2025):

@dhiltgen, I've disabled the integrated GPU (iGPU) on my 7950x and enabled AVX512 in the BIOS settings. Additionally, I've activated Eco 125W mode and enabled Expo for my RAM.

@jmorganca, the current version is 572.16.

Not sure where to look at after setting OLLAMA_DEBUG=1, but here are the logs

app.log
server.log

<!-- gh-comment-id:2651593685 --> @Jordi577 commented on GitHub (Feb 11, 2025): @dhiltgen, I've disabled the integrated GPU (iGPU) on my 7950x and enabled AVX512 in the BIOS settings. Additionally, I've activated Eco 125W mode and enabled Expo for my RAM. @jmorganca, the current version is 572.16. Not sure where to look at after setting OLLAMA_DEBUG=1, but here are the logs [app.log](https://github.com/user-attachments/files/18756451/app.log) [server.log](https://github.com/user-attachments/files/18756450/server.log)
Author
Owner

@dhiltgen commented on GitHub (Feb 11, 2025):

AVX512 is a collection of CPU features, so this might be where things are going bad. Until we can figure out the root cause, you can try disabling AVX512, or if there are other related CPU features, enable all of them. (in particular, AVX512VBMI and AVX512VNNI)

<!-- gh-comment-id:2651598310 --> @dhiltgen commented on GitHub (Feb 11, 2025): AVX512 is a collection of CPU features, so this might be where things are going bad. Until we can figure out the root cause, you can try disabling AVX512, or if there are other related CPU features, enable all of them. (in particular, AVX512VBMI and AVX512VNNI)
Author
Owner

@dhiltgen commented on GitHub (Feb 11, 2025):

We haven't managed to reproduce the crash on a system with a Ryzen 9 7900X CPU. Our BIOS doesn't seem to have configurable settings for AVX512 though, and the "ggml-cpu-icelake" backend loads correctly.

One other possible scenario is stale binaries from a prior RC. @Jordi577 how did you install the build, and did you have a prior RC installed before that? If so, can you try removing all traces of the old RC and install 0.5.8 again and see if that works?

<!-- gh-comment-id:2651959287 --> @dhiltgen commented on GitHub (Feb 11, 2025): We haven't managed to reproduce the crash on a system with a Ryzen 9 7900X CPU. Our BIOS doesn't seem to have configurable settings for AVX512 though, and the "ggml-cpu-icelake" backend loads correctly. One other possible scenario is stale binaries from a prior RC. @Jordi577 how did you install the build, and did you have a prior RC installed before that? If so, can you try removing all traces of the old RC and install 0.5.8 again and see if that works?
Author
Owner

@Jordi577 commented on GitHub (Feb 11, 2025):

Hi, I had previously installed version 0.5.7. I downloaded the .exe file and selected "Close Running Instances." After encountering the error, I uninstalled all instances of Ollama and performed a clean installation of version 0.5.8 with system reboot, but the error persists. Could it be that some traces of the previous installation remain? Would you mind guiding me on how to completely remove them?

<!-- gh-comment-id:2651976972 --> @Jordi577 commented on GitHub (Feb 11, 2025): Hi, I had previously installed version 0.5.7. I downloaded the .exe file and selected "Close Running Instances." After encountering the error, I uninstalled all instances of Ollama and performed a clean installation of version 0.5.8 with system reboot, but the error persists. Could it be that some traces of the previous installation remain? Would you mind guiding me on how to completely remove them?
Author
Owner

@dhiltgen commented on GitHub (Feb 11, 2025):

If you used the Installer executable without overriding any paths, the binaries should all be located in ~\AppData\Local\Programs\Ollama\

From what you describe, you should have a clean setup, but just to rule out leaking binaries, uninstall Ollama, verify that folder no longer exists (if it does, remove it) then re-install 0.5.8.

Assuming that does not fix the problem, removing (or renaming) ~\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-icelake.dll will confirm our current assumption that the crash is somehow related to rogue AVX512 instructions when attempting to load that library.

<!-- gh-comment-id:2651986451 --> @dhiltgen commented on GitHub (Feb 11, 2025): If you used the Installer executable without overriding any paths, the binaries should all be located in `~\AppData\Local\Programs\Ollama\` From what you describe, you should have a clean setup, but just to rule out leaking binaries, uninstall Ollama, verify that folder no longer exists (if it does, remove it) then re-install 0.5.8. Assuming that does not fix the problem, removing (or renaming) `~\AppData\Local\Programs\Ollama\lib\ollama\ggml-cpu-icelake.dll` will confirm our current assumption that the crash is somehow related to rogue AVX512 instructions when attempting to load that library.
Author
Owner

@Jordi577 commented on GitHub (Feb 11, 2025):

Hi, I've made sure that the binaries are removed, however it did not work. Deleting the .dll yields no result either.

server.log
app.log

<!-- gh-comment-id:2652027585 --> @Jordi577 commented on GitHub (Feb 11, 2025): Hi, I've made sure that the binaries are removed, however it did not work. Deleting the .dll yields no result either. [server.log](https://github.com/user-attachments/files/18758397/server.log) [app.log](https://github.com/user-attachments/files/18758398/app.log)
Author
Owner

@dhiltgen commented on GitHub (Feb 11, 2025):

Interesting. So our theory about AVX512 might be incorrect.

It looks like it's trying to load dynamic libraries from C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps

Can you check that directory and see what's there? Is it possible there's another inference tool installed on your system that uses llama.cpp/GGML components? If there's anything in there that looks like ggml-*.dll that may be the root cause.

<!-- gh-comment-id:2652044302 --> @dhiltgen commented on GitHub (Feb 11, 2025): Interesting. So our theory about AVX512 might be incorrect. It looks like it's trying to load dynamic libraries from `C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps` Can you check that directory and see what's there? Is it possible there's another inference tool installed on your system that uses llama.cpp/GGML components? If there's anything in there that looks like `ggml-*.dll` that may be the root cause.
Author
Owner

@Jordi577 commented on GitHub (Feb 11, 2025):

Nope, no ggml-*.dll is there.

<!-- gh-comment-id:2652064927 --> @Jordi577 commented on GitHub (Feb 11, 2025): Nope, no ggml-*.dll is there.
Author
Owner

@dhiltgen commented on GitHub (Feb 11, 2025):

Our current code searches your PATH, so it's possible there might be some other problem that causing an unhandled exception we need to harden for. Another experiment to try is reduce down the PATH to the ollama server and see if it starts working properly. Based on the logs, I think this should be the minimal necessary to run:

$env:PATH="C:\Users\Jordi Buscaglia\AppData\Local\Programs\Ollama;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\bin;C:\Windows\system32;C:\Windows"
$env:OLLAMA_DEBUG="1"
ollama serve
<!-- gh-comment-id:2652107364 --> @dhiltgen commented on GitHub (Feb 11, 2025): Our current code searches your PATH, so it's possible there might be some other problem that causing an unhandled exception we need to harden for. Another experiment to try is reduce down the PATH to the ollama server and see if it starts working properly. Based on the logs, I think this should be the minimal necessary to run: ```powershell $env:PATH="C:\Users\Jordi Buscaglia\AppData\Local\Programs\Ollama;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\bin;C:\Windows\system32;C:\Windows" $env:OLLAMA_DEBUG="1" ollama serve ```
Author
Owner

@jmorganca commented on GitHub (Feb 12, 2025):

Hi @Jordi577 does this issue still occur in the 0.5.9 prerelease? https://github.com/ollama/ollama/releases/tag/v0.5.9-rc0

<!-- gh-comment-id:2652510388 --> @jmorganca commented on GitHub (Feb 12, 2025): Hi @Jordi577 does this issue still occur in the 0.5.9 prerelease? https://github.com/ollama/ollama/releases/tag/v0.5.9-rc0
Author
Owner

@Jordi577 commented on GitHub (Feb 12, 2025):

@jmorganca Good morning, it's fixed.

<!-- gh-comment-id:2652861088 --> @Jordi577 commented on GitHub (Feb 12, 2025): @jmorganca Good morning, it's fixed.
Author
Owner

@creasyWinds commented on GitHub (Feb 12, 2025):

haha me too,it's fine now with 0.5.9

<!-- gh-comment-id:2653750570 --> @creasyWinds commented on GitHub (Feb 12, 2025): haha me too,it's fine now with 0.5.9
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#5861