[GH-ISSUE #12588] Ollama v0.12.5 returns error when running Gemma3 model #8353

Closed
opened 2026-04-12 20:57:12 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @gcapnias on GitHub (Oct 12, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12588

What is the issue?

I updated Ollama to the latest version, v0.12.5 in WSL2 (Windows 11), and attempted to run Gemma3 270m, but encountered the following error:

(base) gcapnias@phoebe:~$ ollama run gemma3:270m-it-bf16
pulling manifest
pulling d36e9cbc7c33: 100% ▕█████████████████████████████████████████████████████████████████████ ▏ 542 MB/542 MB  2.6 MB/s      0s
pulling 4b19ac7dd2fb: 100% ▕██████████████████████████████████████████████████████████████████████▏  476 B
pulling 3e2c24001f9e: 100% ▕██████████████████████████████████████████████████████████████████████▏ 8.4 KB
pulling 339e884a40f6: 100% ▕██████████████████████████████████████████████████████████████████████▏   61 B
pulling 2eb6900723a9: 100% ▕██████████████████████████████████████████████████████████████████████▏  490 B
verifying sha256 digest
writing manifest
success
Error: 500 Internal Server Error: do load request: Post "http://127.0.0.1:39025/load": EOF

My GPU:
(base) gcapnias@phoebe:~$ nvidia-smi

Sun Oct 12 19:39:01 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.82.02              Driver Version: 581.15         CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  Quadro T2000 with Max-Q ...    On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P8              4W /   40W |       1MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|  No running processes found                                                             |
+-----------------------------------------------------------------------------------------+

Shouldn't this model run on my setup?

I tried to run models I have downloaded previously and running fine on ollama, and I get the same error:

(base) gcapnias@phoebe:~$ ollama run llama3.2:latest
Error: 500 Internal Server Error: llama runner process has terminated: exit status 2
(base) gcapnias@phoebe:~$ ollama run phi3.5:latest
Error: 500 Internal Server Error: llama runner process has terminated: exit status 2
(base) gcapnias@phoebe:~$ ollama run phi4-mini:latest
Error: 500 Internal Server Error: llama runner process has terminated: exit status 2
(base) gcapnias@phoebe:~$ ollama run phi4-mini-reasoning:latest
Error: 500 Internal Server Error: llama runner process has terminated: exit status 2

Relevant log output

Oct 12 19:34:22 phoebe ollama[2236]: time=2025-10-12T19:34:22.686+03:00 level=INFO source=download.go:177 msg="downloading 4b19ac7dd2fb in 1 476 B part(s)"
Oct 12 19:34:24 phoebe ollama[2236]: time=2025-10-12T19:34:24.064+03:00 level=INFO source=download.go:177 msg="downloading 3e2c24001f9e in 1 8.4 KB part(s)"
Oct 12 19:34:25 phoebe ollama[2236]: time=2025-10-12T19:34:25.426+03:00 level=INFO source=download.go:177 msg="downloading 339e884a40f6 in 1 61 B part(s)"
Oct 12 19:34:26 phoebe ollama[2236]: time=2025-10-12T19:34:26.855+03:00 level=INFO source=download.go:177 msg="downloading 2eb6900723a9 in 1 490 B part(s)"
Oct 12 19:34:30 phoebe ollama[2236]: [GIN] 2025/10/12 - 19:34:30 | 200 |          4m8s |       127.0.0.1 | POST     "/api/pull"
Oct 12 19:34:30 phoebe ollama[2236]: [GIN] 2025/10/12 - 19:34:30 | 200 |   60.028856ms |       127.0.0.1 | POST     "/api/show"
Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.426+03:00 level=INFO source=server.go:400 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --model /usr/share/ollama/.ollama/models/blobs/sha256-d36e9cbc7c33197c23bca0cae15ee2ac44be5d4a466d84c270b891e06fb3b7b5 --port 39025"
Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.427+03:00 level=INFO source=server.go:675 msg="loading model" "model layers"=19 requested=-1
Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.428+03:00 level=INFO source=server.go:681 msg="system memory" total="31.2 GiB" free="30.2 GiB" free_swap="8.0 GiB"
Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.428+03:00 level=INFO source=server.go:689 msg="gpu memory" id=GPU-5a4e50f3-3b69-ca81-753e-713eb1b49f8c library=CUDA available="2.8 GiB" free="3.2 GiB" minimum="457.0 MiB" overhead="0 B"
Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.439+03:00 level=INFO source=runner.go:1316 msg="starting ollama engine"
Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.452+03:00 level=INFO source=runner.go:1352 msg="Server listening on 127.0.0.1:39025"
Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.462+03:00 level=INFO source=runner.go:1189 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:6 GPULayers:19[ID:GPU-5a4e50f3-3b69-ca81-753e-713eb1b49f8c Layers:19(0..18)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.498+03:00 level=INFO source=ggml.go:133 msg="" architecture=gemma3 file_type=BF16 name="" description="" num_tensors=236 num_key_values=37
Oct 12 19:34:31 phoebe ollama[2236]: load_backend: loaded CPU backend from /usr/local/lib/ollama/libggml-cpu-haswell.so
Oct 12 19:34:31 phoebe ollama[2236]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ:    no
Oct 12 19:34:31 phoebe ollama[2236]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
Oct 12 19:34:31 phoebe ollama[2236]: ggml_cuda_init: found 1 CUDA devices:
Oct 12 19:34:31 phoebe ollama[2236]:   Device 0: Quadro T2000 with Max-Q Design, compute capability 7.5, VMM: yes, ID: GPU-5a4e50f3-3b69-ca81-753e-713eb1b49f8c
Oct 12 19:34:31 phoebe ollama[2236]: load_backend: loaded CUDA backend from /usr/local/lib/ollama/cuda_v13/libggml-cuda.so
Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.787+03:00 level=INFO source=ggml.go:104 msg=system CPU.0.SSE3=1 CPU.0.SSSE3=1 CPU.0.AVX=1 CPU.0.AVX2=1 CPU.0.F16C=1 CPU.0.FMA=1 CPU.0.BMI2=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=750,800,860,870,890,900,1000,1100,1200,1210 CUDA.0.USE_GRAPHS=1 CUDA.0.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc)
Oct 12 19:34:32 phoebe ollama[2236]: SIGILL: illegal instruction
Oct 12 19:34:32 phoebe ollama[2236]: PC=0x7fe13ac7ea78 m=11 sigcode=2
Oct 12 19:34:32 phoebe ollama[2236]: signal arrived during cgo execution
Oct 12 19:34:32 phoebe ollama[2236]: instruction bytes: 0x44 0x1f 0x10 0x0 0xf4 0x8 0x0 0x0 0x6f 0x92 0x93 0x1 0xc 0x0 0x0 0x0
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 54 gp=0xc000102e00 m=11 mp=0xc000101008 [syscall]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.cgocall(0x5568ce8c50e0, 0xc000049108)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/cgocall.go:167 +0x4b fp=0xc0000490e0 sp=0xc0000490a8 pc=0x5568cdbcde8b
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/ml/backend/ggml._Cfunc_ggml_backend_sched_reserve(0x7fe1b4799280, 0x7fe15c3cd000)
Oct 12 19:34:32 phoebe ollama[2236]:         _cgo_gotypes.go:996 +0x47 fp=0xc000049108 sp=0xc0000490e0 pc=0x5568ce00af67
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve.func1(...)
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/ml/backend/ggml/ggml.go:828
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve(0xc000cccf00)
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/ml/backend/ggml/ggml.go:828 +0xab fp=0xc000049370 sp=0xc000049108 pc=0x5568ce01840b
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.(*Server).reserveWorstCaseGraph(0xc0002aab40)
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1085 +0xd1e fp=0xc0000496a0 sp=0xc000049370 pc=0x5568ce0df9fe
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002aab40, {0x7ffe5133c8f8?, 0x5568cdec4eda?}, {0x0, 0x6, {0xc0005a54c0, 0x1, 0x1}, 0x0}, {0x0, ...}, ...)
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1142 +0x2ac fp=0xc000049730 sp=0xc0000496a0 pc=0x5568ce0dfeac
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002aab40, {0x5568cf0b8228, 0xc00024ddc0}, 0xc0004d8640)
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1216 +0x54d fp=0xc000049ac0 sp=0xc000049730 pc=0x5568ce0e08ad
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x5568cf0b8228?, 0xc00024ddc0?}, 0xc00015fb40?)
Oct 12 19:34:32 phoebe ollama[2236]:         <autogenerated>:1 +0x36 fp=0xc000049af0 sp=0xc000049ac0 pc=0x5568ce0e2c96
Oct 12 19:34:32 phoebe ollama[2236]: net/http.HandlerFunc.ServeHTTP(0xc000036a80?, {0x5568cf0b8228?, 0xc00024ddc0?}, 0xc00015fb60?)
Oct 12 19:34:32 phoebe ollama[2236]:         net/http/server.go:2294 +0x29 fp=0xc000049b18 sp=0xc000049af0 pc=0x5568cdecfba9
Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*ServeMux).ServeHTTP(0x5568cdb75825?, {0x5568cf0b8228, 0xc00024ddc0}, 0xc0004d8640)
Oct 12 19:34:32 phoebe ollama[2236]:         net/http/server.go:2822 +0x1c4 fp=0xc000049b68 sp=0xc000049b18 pc=0x5568cded1aa4
Oct 12 19:34:32 phoebe ollama[2236]: net/http.serverHandler.ServeHTTP({0x5568cf0b4830?}, {0x5568cf0b8228?, 0xc00024ddc0?}, 0x1?)
Oct 12 19:34:32 phoebe ollama[2236]:         net/http/server.go:3301 +0x8e fp=0xc000049b98 sp=0xc000049b68 pc=0x5568cdeef52e
Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*conn).serve(0xc00012c3f0, {0x5568cf0ba588, 0xc0002f8060})
Oct 12 19:34:32 phoebe ollama[2236]:         net/http/server.go:2102 +0x625 fp=0xc000049fb8 sp=0xc000049b98 pc=0x5568cdece0a5
Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*Server).Serve.gowrap3()
Oct 12 19:34:32 phoebe ollama[2236]:         net/http/server.go:3454 +0x28 fp=0xc000049fe0 sp=0xc000049fb8 pc=0x5568cded3968
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc000049fe8 sp=0xc000049fe0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by net/http.(*Server).Serve in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         net/http/server.go:3454 +0x485
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 1 gp=0xc000002380 m=nil [IO wait]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc0000bf788 sp=0xc0000bf768 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.netpollblock(0xc0000b17d8?, 0xcdb6a106?, 0x68?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/netpoll.go:575 +0xf7 fp=0xc0000bf7c0 sp=0xc0000bf788 pc=0x5568cdb95df7
Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.runtime_pollWait(0x7fe1c1833de0, 0x72)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/netpoll.go:351 +0x85 fp=0xc0000bf7e0 sp=0xc0000bf7c0 pc=0x5568cdbd0525
Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*pollDesc).wait(0xc00060b300?, 0x900000036?, 0x0)
Oct 12 19:34:32 phoebe ollama[2236]:         internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0000bf808 sp=0xc0000bf7e0 pc=0x5568cdc57967
Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*pollDesc).waitRead(...)
Oct 12 19:34:32 phoebe ollama[2236]:         internal/poll/fd_poll_runtime.go:89
Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*FD).Accept(0xc00060b300)
Oct 12 19:34:32 phoebe ollama[2236]:         internal/poll/fd_unix.go:620 +0x295 fp=0xc0000bf8b0 sp=0xc0000bf808 pc=0x5568cdc5cd35
Oct 12 19:34:32 phoebe ollama[2236]: net.(*netFD).accept(0xc00060b300)
Oct 12 19:34:32 phoebe ollama[2236]:         net/fd_unix.go:172 +0x29 fp=0xc0000bf968 sp=0xc0000bf8b0 pc=0x5568cdccfce9
Oct 12 19:34:32 phoebe ollama[2236]: net.(*TCPListener).accept(0xc0005a52c0)
Oct 12 19:34:32 phoebe ollama[2236]:         net/tcpsock_posix.go:159 +0x1b fp=0xc0000bf9b8 sp=0xc0000bf968 pc=0x5568cdce569b
Oct 12 19:34:32 phoebe ollama[2236]: net.(*TCPListener).Accept(0xc0005a52c0)
Oct 12 19:34:32 phoebe ollama[2236]:         net/tcpsock.go:380 +0x30 fp=0xc0000bf9e8 sp=0xc0000bf9b8 pc=0x5568cdce4550
Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*onceCloseListener).Accept(0xc00012c3f0?)
Oct 12 19:34:32 phoebe ollama[2236]:         <autogenerated>:1 +0x24 fp=0xc0000bfa00 sp=0xc0000bf9e8 pc=0x5568cdefbca4
Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*Server).Serve(0xc000115200, {0x5568cf0b8048, 0xc0005a52c0})
Oct 12 19:34:32 phoebe ollama[2236]:         net/http/server.go:3424 +0x30c fp=0xc0000bfb30 sp=0xc0000bfa00 pc=0x5568cded356c
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0001b2030, 0x4, 0x4})
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1353 +0x98e fp=0xc0000bfd08 sp=0xc0000bfb30 pc=0x5568ce0e262e
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner.Execute({0xc0001b2010?, 0x0?, 0x0?})
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc0000bfd30 sp=0xc0000bfd08 pc=0x5568ce0e2f29
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/cmd.NewCLI.func2(0xc000114f00?, {0x5568cebc90a5?, 0x4?, 0x5568cebc90a9?})
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/cmd/cmd.go:1769 +0x45 fp=0xc0000bfd58 sp=0xc0000bfd30 pc=0x5568ce856ee5
Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra.(*Command).execute(0xc00012f508, {0xc0004079f0, 0x5, 0x5})
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc0000bfe78 sp=0xc0000bfd58 pc=0x5568cdd4933c
Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra.(*Command).ExecuteC(0xc000281b08)
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc0000bff30 sp=0xc0000bfe78 pc=0x5568cdd49b85
Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra.(*Command).Execute(...)
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/spf13/cobra@v1.7.0/command.go:992
Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra.(*Command).ExecuteContext(...)
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/spf13/cobra@v1.7.0/command.go:985
Oct 12 19:34:32 phoebe ollama[2236]: main.main()
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/main.go:12 +0x4d fp=0xc0000bff50 sp=0xc0000bff30 pc=0x5568ce8579ad
Oct 12 19:34:32 phoebe ollama[2236]: runtime.main()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:283 +0x29d fp=0xc0000bffe0 sp=0xc0000bff50 pc=0x5568cdb9d47d
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc0000bffe8 sp=0xc0000bffe0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000072fa8 sp=0xc000072f88 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goparkunlock(...)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:441
Oct 12 19:34:32 phoebe ollama[2236]: runtime.forcegchelper()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:348 +0xb8 fp=0xc000072fe0 sp=0xc000072fa8 pc=0x5568cdb9d7b8
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc000072fe8 sp=0xc000072fe0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.init.7 in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:336 +0x1a
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000073780 sp=0xc000073760 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goparkunlock(...)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:441
Oct 12 19:34:32 phoebe ollama[2236]: runtime.bgsweep(0xc00007e000)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgcsweep.go:316 +0xdf fp=0xc0000737c8 sp=0xc000073780 pc=0x5568cdb87f5f
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcenable.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:204 +0x25 fp=0xc0000737e0 sp=0xc0000737c8 pc=0x5568cdb7c345
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc0000737e8 sp=0xc0000737e0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcenable in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:204 +0x66
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x10000?, 0x5568ced8f740?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000073f78 sp=0xc000073f58 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goparkunlock(...)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:441
Oct 12 19:34:32 phoebe ollama[2236]: runtime.(*scavengerState).park(0x5568cf968de0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgcscavenge.go:425 +0x49 fp=0xc000073fa8 sp=0xc000073f78 pc=0x5568cdb859a9
Oct 12 19:34:32 phoebe ollama[2236]: runtime.bgscavenge(0xc00007e000)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgcscavenge.go:658 +0x59 fp=0xc000073fc8 sp=0xc000073fa8 pc=0x5568cdb85f39
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcenable.gowrap2()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:205 +0x25 fp=0xc000073fe0 sp=0xc000073fc8 pc=0x5568cdb7c2e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc000073fe8 sp=0xc000073fe0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcenable in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:205 +0xa5
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 18 gp=0xc000182700 m=nil [finalizer wait]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000072688?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000072630 sp=0xc000072610 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.runfinq()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mfinal.go:196 +0x107 fp=0xc0000727e0 sp=0xc000072630 pc=0x5568cdb7b307
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.createfing in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mfinal.go:166 +0x3d
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 19 gp=0xc000183180 m=nil [chan receive]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0xc0001fbae0?, 0xc001a10018?, 0x60?, 0xe7?, 0x5568cdcb6928?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc00006e718 sp=0xc00006e6f8 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.chanrecv(0xc000192310, 0x0, 0x1)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/chan.go:664 +0x445 fp=0xc00006e790 sp=0xc00006e718 pc=0x5568cdb6cce5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.chanrecv1(0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/chan.go:506 +0x12 fp=0xc00006e7b8 sp=0xc00006e790 pc=0x5568cdb6c872
Oct 12 19:34:32 phoebe ollama[2236]: runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1796
Oct 12 19:34:32 phoebe ollama[2236]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1799 +0x2f fp=0xc00006e7e0 sp=0xc00006e7b8 pc=0x5568cdb7f4ef
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc00006e7e8 sp=0xc00006e7e0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1794 +0x85
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 20 gp=0xc000183500 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc00006ef38 sp=0xc00006ef18 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc00006efc8 sp=0xc00006ef38 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc00006efe0 sp=0xc00006efc8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc00006efe8 sp=0xc00006efe0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 34 gp=0xc000584000 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc00058a738 sp=0xc00058a718 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc00058a7c8 sp=0xc00058a738 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc00058a7e0 sp=0xc00058a7c8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc00058a7e8 sp=0xc00058a7e0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000074738 sp=0xc000074718 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc0000747c8 sp=0xc000074738 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc0000747e0 sp=0xc0000747c8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc0000747e8 sp=0xc0000747e0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 21 gp=0xc0001836c0 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc00006f738 sp=0xc00006f718 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc00006f7c8 sp=0xc00006f738 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc00006f7e0 sp=0xc00006f7c8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc00006f7e8 sp=0xc00006f7e0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 6 gp=0xc000003c00 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000074f38 sp=0xc000074f18 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc000074fc8 sp=0xc000074f38 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc000074fe0 sp=0xc000074fc8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc000074fe8 sp=0xc000074fe0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 50 gp=0xc000102380 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000586738 sp=0xc000586718 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc0005867c8 sp=0xc000586738 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc0005867e0 sp=0xc0005867c8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc0005867e8 sp=0xc0005867e0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 7 gp=0xc000003dc0 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x1262386a1782?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000075738 sp=0xc000075718 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc0000757c8 sp=0xc000075738 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc0000757e0 sp=0xc0000757c8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc0000757e8 sp=0xc0000757e0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 22 gp=0xc000183880 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x1262386a4ab9?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc00006ff38 sp=0xc00006ff18 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc00006ffc8 sp=0xc00006ff38 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc00006ffe0 sp=0xc00006ffc8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc00006ffe8 sp=0xc00006ffe0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 23 gp=0xc000183a40 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x5568cfa18b40?, 0x1?, 0x3c?, 0x92?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000070738 sp=0xc000070718 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc0000707c8 sp=0xc000070738 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc0000707e0 sp=0xc0000707c8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 51 gp=0xc000102540 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x126224a06d20?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000586f38 sp=0xc000586f18 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc000586fc8 sp=0xc000586f38 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc000586fe0 sp=0xc000586fc8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc000586fe8 sp=0xc000586fe0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 52 gp=0xc000102700 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x12623884037d?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000587738 sp=0xc000587718 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc0005877c8 sp=0xc000587738 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc0005877e0 sp=0xc0005877c8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc0005877e8 sp=0xc0005877e0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 24 gp=0xc000183c00 m=nil [GC worker (idle)]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x126238751501?, 0x0?, 0x0?, 0x0?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000070f38 sp=0xc000070f18 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1423 +0xe9 fp=0xc000070fc8 sp=0xc000070f38 pc=0x5568cdb7e809
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x25 fp=0xc000070fe0 sp=0xc000070fc8 pc=0x5568cdb7e6e5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/mgc.go:1339 +0x105
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 53 gp=0xc000102c40 m=nil [sync.WaitGroup.Wait]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x5568ced97220?, 0x1?, 0x60?, 0x60?, 0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc000088a58 sp=0xc000088a38 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goparkunlock(...)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:441
Oct 12 19:34:32 phoebe ollama[2236]: runtime.semacquire1(0xc0002aabf8, 0x0, 0x1, 0x0, 0x18)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/sema.go:188 +0x229 fp=0xc000088ac0 sp=0xc000088a58 pc=0x5568cdbb0a49
Oct 12 19:34:32 phoebe ollama[2236]: sync.runtime_SemacquireWaitGroup(0x0?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/sema.go:110 +0x25 fp=0xc000088af8 sp=0xc000088ac0 pc=0x5568cdbd2d25
Oct 12 19:34:32 phoebe ollama[2236]: sync.(*WaitGroup).Wait(0xc000088b00?)
Oct 12 19:34:32 phoebe ollama[2236]:         sync/waitgroup.go:118 +0x48 fp=0xc000088b20 sp=0xc000088af8 pc=0x5568cdbe4388
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002aab40, {0x5568cf0ba5c0, 0xc000407a90})
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:405 +0x45 fp=0xc000088fb8 sp=0xc000088b20 pc=0x5568ce0d93a5
Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1330 +0x28 fp=0xc000088fe0 sp=0xc000088fb8 pc=0x5568ce0e28a8
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc000088fe8 sp=0xc000088fe0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
Oct 12 19:34:32 phoebe ollama[2236]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1330 +0x505
Oct 12 19:34:32 phoebe ollama[2236]: goroutine 56 gp=0xc000103180 m=nil [IO wait]:
Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/proc.go:435 +0xce fp=0xc00058b5d8 sp=0xc00058b5b8 pc=0x5568cdbd130e
Oct 12 19:34:32 phoebe ollama[2236]: runtime.netpollblock(0x5568cdbf4678?, 0xcdb6a106?, 0x68?)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/netpoll.go:575 +0xf7 fp=0xc00058b610 sp=0xc00058b5d8 pc=0x5568cdb95df7
Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.runtime_pollWait(0x7fe1c1833cc8, 0x72)
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/netpoll.go:351 +0x85 fp=0xc00058b630 sp=0xc00058b610 pc=0x5568cdbd0525
Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*pollDesc).wait(0xc00060b380?, 0xc0002f8161?, 0x0)
Oct 12 19:34:32 phoebe ollama[2236]:         internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00058b658 sp=0xc00058b630 pc=0x5568cdc57967
Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*pollDesc).waitRead(...)
Oct 12 19:34:32 phoebe ollama[2236]:         internal/poll/fd_poll_runtime.go:89
Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*FD).Read(0xc00060b380, {0xc0002f8161, 0x1, 0x1})
Oct 12 19:34:32 phoebe ollama[2236]:         internal/poll/fd_unix.go:165 +0x27a fp=0xc00058b6f0 sp=0xc00058b658 pc=0x5568cdc58c5a
Oct 12 19:34:32 phoebe ollama[2236]: net.(*netFD).Read(0xc00060b380, {0xc0002f8161?, 0x0?, 0x0?})
Oct 12 19:34:32 phoebe ollama[2236]:         net/fd_posix.go:55 +0x25 fp=0xc00058b738 sp=0xc00058b6f0 pc=0x5568cdccdd45
Oct 12 19:34:32 phoebe ollama[2236]: net.(*conn).Read(0xc00019e760, {0xc0002f8161?, 0x0?, 0x0?})
Oct 12 19:34:32 phoebe ollama[2236]:         net/net.go:194 +0x45 fp=0xc00058b780 sp=0xc00058b738 pc=0x5568cdcdc105
Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*connReader).backgroundRead(0xc0002f8150)
Oct 12 19:34:32 phoebe ollama[2236]:         net/http/server.go:690 +0x37 fp=0xc00058b7c8 sp=0xc00058b780 pc=0x5568cdec7f77
Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*connReader).startBackgroundRead.gowrap2()
Oct 12 19:34:32 phoebe ollama[2236]:         net/http/server.go:686 +0x25 fp=0xc00058b7e0 sp=0xc00058b7c8 pc=0x5568cdec7ea5
Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({})
Oct 12 19:34:32 phoebe ollama[2236]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc00058b7e8 sp=0xc00058b7e0 pc=0x5568cdbd8a41
Oct 12 19:34:32 phoebe ollama[2236]: created by net/http.(*connReader).startBackgroundRead in goroutine 54
Oct 12 19:34:32 phoebe ollama[2236]:         net/http/server.go:686 +0xb6
Oct 12 19:34:32 phoebe ollama[2236]: rax    0x0
Oct 12 19:34:32 phoebe ollama[2236]: rbx    0x7fe144d96e78
Oct 12 19:34:32 phoebe ollama[2236]: rcx    0x2
Oct 12 19:34:32 phoebe ollama[2236]: rdx    0x0
Oct 12 19:34:32 phoebe ollama[2236]: rdi    0x7fe144de9258
Oct 12 19:34:32 phoebe ollama[2236]: rsi    0x7fe144e865d8
Oct 12 19:34:32 phoebe ollama[2236]: rbp    0x7fe15d7fabf0
Oct 12 19:34:32 phoebe ollama[2236]: rsp    0x7fe15d7fa540
Oct 12 19:34:32 phoebe ollama[2236]: r8     0xffffffffffffff70
Oct 12 19:34:32 phoebe ollama[2236]: r9     0x7fe144de9258
Oct 12 19:34:32 phoebe ollama[2236]: r10    0x2
Oct 12 19:34:32 phoebe ollama[2236]: r11    0x7fe145687b98
Oct 12 19:34:32 phoebe ollama[2236]: r12    0x7fe145697b70
Oct 12 19:34:32 phoebe ollama[2236]: r13    0x0
Oct 12 19:34:32 phoebe ollama[2236]: r14    0x7fe144e865d8
Oct 12 19:34:32 phoebe ollama[2236]: r15    0x7
Oct 12 19:34:32 phoebe ollama[2236]: rip    0x7fe13ac7ea78
Oct 12 19:34:32 phoebe ollama[2236]: rflags 0x10246
Oct 12 19:34:32 phoebe ollama[2236]: cs     0x33
Oct 12 19:34:32 phoebe ollama[2236]: fs     0x0
Oct 12 19:34:32 phoebe ollama[2236]: gs     0x0
Oct 12 19:34:32 phoebe ollama[2236]: time=2025-10-12T19:34:32.298+03:00 level=INFO source=sched.go:449 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-d36e9cbc7c33197c23bca0cae15ee2ac44be5d4a466d84c270b891e06fb3b7b5 error="do load request: Post \"http://127.0.0.1:39025/load\": EOF"
Oct 12 19:34:32 phoebe ollama[2236]: [GIN] 2025/10/12 - 19:34:32 | 500 |  1.598840496s |       127.0.0.1 | POST     "/api/generate"

OS

Windows

GPU

Nvidia

CPU

Intel

Ollama version

v0.12.5

Originally created by @gcapnias on GitHub (Oct 12, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12588 ### What is the issue? I updated Ollama to the latest version, v0.12.5 in WSL2 (Windows 11), and attempted to run Gemma3 270m, but encountered the following error: ``` (base) gcapnias@phoebe:~$ ollama run gemma3:270m-it-bf16 pulling manifest pulling d36e9cbc7c33: 100% ▕█████████████████████████████████████████████████████████████████████ ▏ 542 MB/542 MB 2.6 MB/s 0s pulling 4b19ac7dd2fb: 100% ▕██████████████████████████████████████████████████████████████████████▏ 476 B pulling 3e2c24001f9e: 100% ▕██████████████████████████████████████████████████████████████████████▏ 8.4 KB pulling 339e884a40f6: 100% ▕██████████████████████████████████████████████████████████████████████▏ 61 B pulling 2eb6900723a9: 100% ▕██████████████████████████████████████████████████████████████████████▏ 490 B verifying sha256 digest writing manifest success Error: 500 Internal Server Error: do load request: Post "http://127.0.0.1:39025/load": EOF ``` My GPU: (base) gcapnias@phoebe:~$ nvidia-smi ``` Sun Oct 12 19:39:01 2025 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 580.82.02 Driver Version: 581.15 CUDA Version: 13.0 | +-----------------------------------------+------------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+========================+======================| | 0 Quadro T2000 with Max-Q ... On | 00000000:01:00.0 Off | N/A | | N/A 58C P8 4W / 40W | 1MiB / 4096MiB | 0% Default | | | | N/A | +-----------------------------------------+------------------------+----------------------+ +-----------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=========================================================================================| | No running processes found | +-----------------------------------------------------------------------------------------+ ``` Shouldn't this model run on my setup? I tried to run models I have downloaded previously and running fine on ollama, and I get the same error: ``` (base) gcapnias@phoebe:~$ ollama run llama3.2:latest Error: 500 Internal Server Error: llama runner process has terminated: exit status 2 (base) gcapnias@phoebe:~$ ollama run phi3.5:latest Error: 500 Internal Server Error: llama runner process has terminated: exit status 2 (base) gcapnias@phoebe:~$ ollama run phi4-mini:latest Error: 500 Internal Server Error: llama runner process has terminated: exit status 2 (base) gcapnias@phoebe:~$ ollama run phi4-mini-reasoning:latest Error: 500 Internal Server Error: llama runner process has terminated: exit status 2 ``` ### Relevant log output ```shell Oct 12 19:34:22 phoebe ollama[2236]: time=2025-10-12T19:34:22.686+03:00 level=INFO source=download.go:177 msg="downloading 4b19ac7dd2fb in 1 476 B part(s)" Oct 12 19:34:24 phoebe ollama[2236]: time=2025-10-12T19:34:24.064+03:00 level=INFO source=download.go:177 msg="downloading 3e2c24001f9e in 1 8.4 KB part(s)" Oct 12 19:34:25 phoebe ollama[2236]: time=2025-10-12T19:34:25.426+03:00 level=INFO source=download.go:177 msg="downloading 339e884a40f6 in 1 61 B part(s)" Oct 12 19:34:26 phoebe ollama[2236]: time=2025-10-12T19:34:26.855+03:00 level=INFO source=download.go:177 msg="downloading 2eb6900723a9 in 1 490 B part(s)" Oct 12 19:34:30 phoebe ollama[2236]: [GIN] 2025/10/12 - 19:34:30 | 200 | 4m8s | 127.0.0.1 | POST "/api/pull" Oct 12 19:34:30 phoebe ollama[2236]: [GIN] 2025/10/12 - 19:34:30 | 200 | 60.028856ms | 127.0.0.1 | POST "/api/show" Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.426+03:00 level=INFO source=server.go:400 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --model /usr/share/ollama/.ollama/models/blobs/sha256-d36e9cbc7c33197c23bca0cae15ee2ac44be5d4a466d84c270b891e06fb3b7b5 --port 39025" Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.427+03:00 level=INFO source=server.go:675 msg="loading model" "model layers"=19 requested=-1 Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.428+03:00 level=INFO source=server.go:681 msg="system memory" total="31.2 GiB" free="30.2 GiB" free_swap="8.0 GiB" Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.428+03:00 level=INFO source=server.go:689 msg="gpu memory" id=GPU-5a4e50f3-3b69-ca81-753e-713eb1b49f8c library=CUDA available="2.8 GiB" free="3.2 GiB" minimum="457.0 MiB" overhead="0 B" Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.439+03:00 level=INFO source=runner.go:1316 msg="starting ollama engine" Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.452+03:00 level=INFO source=runner.go:1352 msg="Server listening on 127.0.0.1:39025" Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.462+03:00 level=INFO source=runner.go:1189 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:6 GPULayers:19[ID:GPU-5a4e50f3-3b69-ca81-753e-713eb1b49f8c Layers:19(0..18)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.498+03:00 level=INFO source=ggml.go:133 msg="" architecture=gemma3 file_type=BF16 name="" description="" num_tensors=236 num_key_values=37 Oct 12 19:34:31 phoebe ollama[2236]: load_backend: loaded CPU backend from /usr/local/lib/ollama/libggml-cpu-haswell.so Oct 12 19:34:31 phoebe ollama[2236]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no Oct 12 19:34:31 phoebe ollama[2236]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no Oct 12 19:34:31 phoebe ollama[2236]: ggml_cuda_init: found 1 CUDA devices: Oct 12 19:34:31 phoebe ollama[2236]: Device 0: Quadro T2000 with Max-Q Design, compute capability 7.5, VMM: yes, ID: GPU-5a4e50f3-3b69-ca81-753e-713eb1b49f8c Oct 12 19:34:31 phoebe ollama[2236]: load_backend: loaded CUDA backend from /usr/local/lib/ollama/cuda_v13/libggml-cuda.so Oct 12 19:34:31 phoebe ollama[2236]: time=2025-10-12T19:34:31.787+03:00 level=INFO source=ggml.go:104 msg=system CPU.0.SSE3=1 CPU.0.SSSE3=1 CPU.0.AVX=1 CPU.0.AVX2=1 CPU.0.F16C=1 CPU.0.FMA=1 CPU.0.BMI2=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=750,800,860,870,890,900,1000,1100,1200,1210 CUDA.0.USE_GRAPHS=1 CUDA.0.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc) Oct 12 19:34:32 phoebe ollama[2236]: SIGILL: illegal instruction Oct 12 19:34:32 phoebe ollama[2236]: PC=0x7fe13ac7ea78 m=11 sigcode=2 Oct 12 19:34:32 phoebe ollama[2236]: signal arrived during cgo execution Oct 12 19:34:32 phoebe ollama[2236]: instruction bytes: 0x44 0x1f 0x10 0x0 0xf4 0x8 0x0 0x0 0x6f 0x92 0x93 0x1 0xc 0x0 0x0 0x0 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 54 gp=0xc000102e00 m=11 mp=0xc000101008 [syscall]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.cgocall(0x5568ce8c50e0, 0xc000049108) Oct 12 19:34:32 phoebe ollama[2236]: runtime/cgocall.go:167 +0x4b fp=0xc0000490e0 sp=0xc0000490a8 pc=0x5568cdbcde8b Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/ml/backend/ggml._Cfunc_ggml_backend_sched_reserve(0x7fe1b4799280, 0x7fe15c3cd000) Oct 12 19:34:32 phoebe ollama[2236]: _cgo_gotypes.go:996 +0x47 fp=0xc000049108 sp=0xc0000490e0 pc=0x5568ce00af67 Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve.func1(...) Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/ml/backend/ggml/ggml.go:828 Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve(0xc000cccf00) Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/ml/backend/ggml/ggml.go:828 +0xab fp=0xc000049370 sp=0xc000049108 pc=0x5568ce01840b Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.(*Server).reserveWorstCaseGraph(0xc0002aab40) Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1085 +0xd1e fp=0xc0000496a0 sp=0xc000049370 pc=0x5568ce0df9fe Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002aab40, {0x7ffe5133c8f8?, 0x5568cdec4eda?}, {0x0, 0x6, {0xc0005a54c0, 0x1, 0x1}, 0x0}, {0x0, ...}, ...) Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1142 +0x2ac fp=0xc000049730 sp=0xc0000496a0 pc=0x5568ce0dfeac Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002aab40, {0x5568cf0b8228, 0xc00024ddc0}, 0xc0004d8640) Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1216 +0x54d fp=0xc000049ac0 sp=0xc000049730 pc=0x5568ce0e08ad Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x5568cf0b8228?, 0xc00024ddc0?}, 0xc00015fb40?) Oct 12 19:34:32 phoebe ollama[2236]: <autogenerated>:1 +0x36 fp=0xc000049af0 sp=0xc000049ac0 pc=0x5568ce0e2c96 Oct 12 19:34:32 phoebe ollama[2236]: net/http.HandlerFunc.ServeHTTP(0xc000036a80?, {0x5568cf0b8228?, 0xc00024ddc0?}, 0xc00015fb60?) Oct 12 19:34:32 phoebe ollama[2236]: net/http/server.go:2294 +0x29 fp=0xc000049b18 sp=0xc000049af0 pc=0x5568cdecfba9 Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*ServeMux).ServeHTTP(0x5568cdb75825?, {0x5568cf0b8228, 0xc00024ddc0}, 0xc0004d8640) Oct 12 19:34:32 phoebe ollama[2236]: net/http/server.go:2822 +0x1c4 fp=0xc000049b68 sp=0xc000049b18 pc=0x5568cded1aa4 Oct 12 19:34:32 phoebe ollama[2236]: net/http.serverHandler.ServeHTTP({0x5568cf0b4830?}, {0x5568cf0b8228?, 0xc00024ddc0?}, 0x1?) Oct 12 19:34:32 phoebe ollama[2236]: net/http/server.go:3301 +0x8e fp=0xc000049b98 sp=0xc000049b68 pc=0x5568cdeef52e Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*conn).serve(0xc00012c3f0, {0x5568cf0ba588, 0xc0002f8060}) Oct 12 19:34:32 phoebe ollama[2236]: net/http/server.go:2102 +0x625 fp=0xc000049fb8 sp=0xc000049b98 pc=0x5568cdece0a5 Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*Server).Serve.gowrap3() Oct 12 19:34:32 phoebe ollama[2236]: net/http/server.go:3454 +0x28 fp=0xc000049fe0 sp=0xc000049fb8 pc=0x5568cded3968 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000049fe8 sp=0xc000049fe0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by net/http.(*Server).Serve in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: net/http/server.go:3454 +0x485 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 1 gp=0xc000002380 m=nil [IO wait]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc0000bf788 sp=0xc0000bf768 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.netpollblock(0xc0000b17d8?, 0xcdb6a106?, 0x68?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/netpoll.go:575 +0xf7 fp=0xc0000bf7c0 sp=0xc0000bf788 pc=0x5568cdb95df7 Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.runtime_pollWait(0x7fe1c1833de0, 0x72) Oct 12 19:34:32 phoebe ollama[2236]: runtime/netpoll.go:351 +0x85 fp=0xc0000bf7e0 sp=0xc0000bf7c0 pc=0x5568cdbd0525 Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*pollDesc).wait(0xc00060b300?, 0x900000036?, 0x0) Oct 12 19:34:32 phoebe ollama[2236]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0000bf808 sp=0xc0000bf7e0 pc=0x5568cdc57967 Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*pollDesc).waitRead(...) Oct 12 19:34:32 phoebe ollama[2236]: internal/poll/fd_poll_runtime.go:89 Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*FD).Accept(0xc00060b300) Oct 12 19:34:32 phoebe ollama[2236]: internal/poll/fd_unix.go:620 +0x295 fp=0xc0000bf8b0 sp=0xc0000bf808 pc=0x5568cdc5cd35 Oct 12 19:34:32 phoebe ollama[2236]: net.(*netFD).accept(0xc00060b300) Oct 12 19:34:32 phoebe ollama[2236]: net/fd_unix.go:172 +0x29 fp=0xc0000bf968 sp=0xc0000bf8b0 pc=0x5568cdccfce9 Oct 12 19:34:32 phoebe ollama[2236]: net.(*TCPListener).accept(0xc0005a52c0) Oct 12 19:34:32 phoebe ollama[2236]: net/tcpsock_posix.go:159 +0x1b fp=0xc0000bf9b8 sp=0xc0000bf968 pc=0x5568cdce569b Oct 12 19:34:32 phoebe ollama[2236]: net.(*TCPListener).Accept(0xc0005a52c0) Oct 12 19:34:32 phoebe ollama[2236]: net/tcpsock.go:380 +0x30 fp=0xc0000bf9e8 sp=0xc0000bf9b8 pc=0x5568cdce4550 Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*onceCloseListener).Accept(0xc00012c3f0?) Oct 12 19:34:32 phoebe ollama[2236]: <autogenerated>:1 +0x24 fp=0xc0000bfa00 sp=0xc0000bf9e8 pc=0x5568cdefbca4 Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*Server).Serve(0xc000115200, {0x5568cf0b8048, 0xc0005a52c0}) Oct 12 19:34:32 phoebe ollama[2236]: net/http/server.go:3424 +0x30c fp=0xc0000bfb30 sp=0xc0000bfa00 pc=0x5568cded356c Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0001b2030, 0x4, 0x4}) Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1353 +0x98e fp=0xc0000bfd08 sp=0xc0000bfb30 pc=0x5568ce0e262e Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner.Execute({0xc0001b2010?, 0x0?, 0x0?}) Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc0000bfd30 sp=0xc0000bfd08 pc=0x5568ce0e2f29 Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/cmd.NewCLI.func2(0xc000114f00?, {0x5568cebc90a5?, 0x4?, 0x5568cebc90a9?}) Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/cmd/cmd.go:1769 +0x45 fp=0xc0000bfd58 sp=0xc0000bfd30 pc=0x5568ce856ee5 Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra.(*Command).execute(0xc00012f508, {0xc0004079f0, 0x5, 0x5}) Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc0000bfe78 sp=0xc0000bfd58 pc=0x5568cdd4933c Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra.(*Command).ExecuteC(0xc000281b08) Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc0000bff30 sp=0xc0000bfe78 pc=0x5568cdd49b85 Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra.(*Command).Execute(...) Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra@v1.7.0/command.go:992 Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra.(*Command).ExecuteContext(...) Oct 12 19:34:32 phoebe ollama[2236]: github.com/spf13/cobra@v1.7.0/command.go:985 Oct 12 19:34:32 phoebe ollama[2236]: main.main() Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/main.go:12 +0x4d fp=0xc0000bff50 sp=0xc0000bff30 pc=0x5568ce8579ad Oct 12 19:34:32 phoebe ollama[2236]: runtime.main() Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:283 +0x29d fp=0xc0000bffe0 sp=0xc0000bff50 pc=0x5568cdb9d47d Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000bffe8 sp=0xc0000bffe0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000072fa8 sp=0xc000072f88 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.goparkunlock(...) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:441 Oct 12 19:34:32 phoebe ollama[2236]: runtime.forcegchelper() Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:348 +0xb8 fp=0xc000072fe0 sp=0xc000072fa8 pc=0x5568cdb9d7b8 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000072fe8 sp=0xc000072fe0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.init.7 in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:336 +0x1a Oct 12 19:34:32 phoebe ollama[2236]: goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000073780 sp=0xc000073760 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.goparkunlock(...) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:441 Oct 12 19:34:32 phoebe ollama[2236]: runtime.bgsweep(0xc00007e000) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgcsweep.go:316 +0xdf fp=0xc0000737c8 sp=0xc000073780 pc=0x5568cdb87f5f Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcenable.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:204 +0x25 fp=0xc0000737e0 sp=0xc0000737c8 pc=0x5568cdb7c345 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000737e8 sp=0xc0000737e0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcenable in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:204 +0x66 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x10000?, 0x5568ced8f740?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000073f78 sp=0xc000073f58 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.goparkunlock(...) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:441 Oct 12 19:34:32 phoebe ollama[2236]: runtime.(*scavengerState).park(0x5568cf968de0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgcscavenge.go:425 +0x49 fp=0xc000073fa8 sp=0xc000073f78 pc=0x5568cdb859a9 Oct 12 19:34:32 phoebe ollama[2236]: runtime.bgscavenge(0xc00007e000) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgcscavenge.go:658 +0x59 fp=0xc000073fc8 sp=0xc000073fa8 pc=0x5568cdb85f39 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcenable.gowrap2() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:205 +0x25 fp=0xc000073fe0 sp=0xc000073fc8 pc=0x5568cdb7c2e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000073fe8 sp=0xc000073fe0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcenable in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:205 +0xa5 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 18 gp=0xc000182700 m=nil [finalizer wait]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000072688?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000072630 sp=0xc000072610 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.runfinq() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mfinal.go:196 +0x107 fp=0xc0000727e0 sp=0xc000072630 pc=0x5568cdb7b307 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.createfing in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mfinal.go:166 +0x3d Oct 12 19:34:32 phoebe ollama[2236]: goroutine 19 gp=0xc000183180 m=nil [chan receive]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0xc0001fbae0?, 0xc001a10018?, 0x60?, 0xe7?, 0x5568cdcb6928?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc00006e718 sp=0xc00006e6f8 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.chanrecv(0xc000192310, 0x0, 0x1) Oct 12 19:34:32 phoebe ollama[2236]: runtime/chan.go:664 +0x445 fp=0xc00006e790 sp=0xc00006e718 pc=0x5568cdb6cce5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.chanrecv1(0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/chan.go:506 +0x12 fp=0xc00006e7b8 sp=0xc00006e790 pc=0x5568cdb6c872 Oct 12 19:34:32 phoebe ollama[2236]: runtime.unique_runtime_registerUniqueMapCleanup.func2(...) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1796 Oct 12 19:34:32 phoebe ollama[2236]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1799 +0x2f fp=0xc00006e7e0 sp=0xc00006e7b8 pc=0x5568cdb7f4ef Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00006e7e8 sp=0xc00006e7e0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1794 +0x85 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 20 gp=0xc000183500 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc00006ef38 sp=0xc00006ef18 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc00006efc8 sp=0xc00006ef38 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc00006efe0 sp=0xc00006efc8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00006efe8 sp=0xc00006efe0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 34 gp=0xc000584000 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc00058a738 sp=0xc00058a718 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc00058a7c8 sp=0xc00058a738 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc00058a7e0 sp=0xc00058a7c8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00058a7e8 sp=0xc00058a7e0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000074738 sp=0xc000074718 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc0000747c8 sp=0xc000074738 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc0000747e0 sp=0xc0000747c8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000747e8 sp=0xc0000747e0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 21 gp=0xc0001836c0 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc00006f738 sp=0xc00006f718 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc00006f7c8 sp=0xc00006f738 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc00006f7e0 sp=0xc00006f7c8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00006f7e8 sp=0xc00006f7e0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 6 gp=0xc000003c00 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000074f38 sp=0xc000074f18 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc000074fc8 sp=0xc000074f38 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc000074fe0 sp=0xc000074fc8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000074fe8 sp=0xc000074fe0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 50 gp=0xc000102380 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000586738 sp=0xc000586718 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc0005867c8 sp=0xc000586738 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc0005867e0 sp=0xc0005867c8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005867e8 sp=0xc0005867e0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 7 gp=0xc000003dc0 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x1262386a1782?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000075738 sp=0xc000075718 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc0000757c8 sp=0xc000075738 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc0000757e0 sp=0xc0000757c8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000757e8 sp=0xc0000757e0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 22 gp=0xc000183880 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x1262386a4ab9?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc00006ff38 sp=0xc00006ff18 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc00006ffc8 sp=0xc00006ff38 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc00006ffe0 sp=0xc00006ffc8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00006ffe8 sp=0xc00006ffe0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 23 gp=0xc000183a40 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x5568cfa18b40?, 0x1?, 0x3c?, 0x92?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000070738 sp=0xc000070718 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc0000707c8 sp=0xc000070738 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc0000707e0 sp=0xc0000707c8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 51 gp=0xc000102540 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x126224a06d20?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000586f38 sp=0xc000586f18 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc000586fc8 sp=0xc000586f38 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc000586fe0 sp=0xc000586fc8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000586fe8 sp=0xc000586fe0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 52 gp=0xc000102700 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x12623884037d?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000587738 sp=0xc000587718 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc0005877c8 sp=0xc000587738 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc0005877e0 sp=0xc0005877c8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005877e8 sp=0xc0005877e0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 24 gp=0xc000183c00 m=nil [GC worker (idle)]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x126238751501?, 0x0?, 0x0?, 0x0?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000070f38 sp=0xc000070f18 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkWorker(0xc0001938f0) Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1423 +0xe9 fp=0xc000070fc8 sp=0xc000070f38 pc=0x5568cdb7e809 Oct 12 19:34:32 phoebe ollama[2236]: runtime.gcBgMarkStartWorkers.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x25 fp=0xc000070fe0 sp=0xc000070fc8 pc=0x5568cdb7e6e5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: runtime/mgc.go:1339 +0x105 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 53 gp=0xc000102c40 m=nil [sync.WaitGroup.Wait]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x5568ced97220?, 0x1?, 0x60?, 0x60?, 0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc000088a58 sp=0xc000088a38 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.goparkunlock(...) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:441 Oct 12 19:34:32 phoebe ollama[2236]: runtime.semacquire1(0xc0002aabf8, 0x0, 0x1, 0x0, 0x18) Oct 12 19:34:32 phoebe ollama[2236]: runtime/sema.go:188 +0x229 fp=0xc000088ac0 sp=0xc000088a58 pc=0x5568cdbb0a49 Oct 12 19:34:32 phoebe ollama[2236]: sync.runtime_SemacquireWaitGroup(0x0?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/sema.go:110 +0x25 fp=0xc000088af8 sp=0xc000088ac0 pc=0x5568cdbd2d25 Oct 12 19:34:32 phoebe ollama[2236]: sync.(*WaitGroup).Wait(0xc000088b00?) Oct 12 19:34:32 phoebe ollama[2236]: sync/waitgroup.go:118 +0x48 fp=0xc000088b20 sp=0xc000088af8 pc=0x5568cdbe4388 Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002aab40, {0x5568cf0ba5c0, 0xc000407a90}) Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner/runner.go:405 +0x45 fp=0xc000088fb8 sp=0xc000088b20 pc=0x5568ce0d93a5 Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1330 +0x28 fp=0xc000088fe0 sp=0xc000088fb8 pc=0x5568ce0e28a8 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000088fe8 sp=0xc000088fe0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 Oct 12 19:34:32 phoebe ollama[2236]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1330 +0x505 Oct 12 19:34:32 phoebe ollama[2236]: goroutine 56 gp=0xc000103180 m=nil [IO wait]: Oct 12 19:34:32 phoebe ollama[2236]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/proc.go:435 +0xce fp=0xc00058b5d8 sp=0xc00058b5b8 pc=0x5568cdbd130e Oct 12 19:34:32 phoebe ollama[2236]: runtime.netpollblock(0x5568cdbf4678?, 0xcdb6a106?, 0x68?) Oct 12 19:34:32 phoebe ollama[2236]: runtime/netpoll.go:575 +0xf7 fp=0xc00058b610 sp=0xc00058b5d8 pc=0x5568cdb95df7 Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.runtime_pollWait(0x7fe1c1833cc8, 0x72) Oct 12 19:34:32 phoebe ollama[2236]: runtime/netpoll.go:351 +0x85 fp=0xc00058b630 sp=0xc00058b610 pc=0x5568cdbd0525 Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*pollDesc).wait(0xc00060b380?, 0xc0002f8161?, 0x0) Oct 12 19:34:32 phoebe ollama[2236]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00058b658 sp=0xc00058b630 pc=0x5568cdc57967 Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*pollDesc).waitRead(...) Oct 12 19:34:32 phoebe ollama[2236]: internal/poll/fd_poll_runtime.go:89 Oct 12 19:34:32 phoebe ollama[2236]: internal/poll.(*FD).Read(0xc00060b380, {0xc0002f8161, 0x1, 0x1}) Oct 12 19:34:32 phoebe ollama[2236]: internal/poll/fd_unix.go:165 +0x27a fp=0xc00058b6f0 sp=0xc00058b658 pc=0x5568cdc58c5a Oct 12 19:34:32 phoebe ollama[2236]: net.(*netFD).Read(0xc00060b380, {0xc0002f8161?, 0x0?, 0x0?}) Oct 12 19:34:32 phoebe ollama[2236]: net/fd_posix.go:55 +0x25 fp=0xc00058b738 sp=0xc00058b6f0 pc=0x5568cdccdd45 Oct 12 19:34:32 phoebe ollama[2236]: net.(*conn).Read(0xc00019e760, {0xc0002f8161?, 0x0?, 0x0?}) Oct 12 19:34:32 phoebe ollama[2236]: net/net.go:194 +0x45 fp=0xc00058b780 sp=0xc00058b738 pc=0x5568cdcdc105 Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*connReader).backgroundRead(0xc0002f8150) Oct 12 19:34:32 phoebe ollama[2236]: net/http/server.go:690 +0x37 fp=0xc00058b7c8 sp=0xc00058b780 pc=0x5568cdec7f77 Oct 12 19:34:32 phoebe ollama[2236]: net/http.(*connReader).startBackgroundRead.gowrap2() Oct 12 19:34:32 phoebe ollama[2236]: net/http/server.go:686 +0x25 fp=0xc00058b7e0 sp=0xc00058b7c8 pc=0x5568cdec7ea5 Oct 12 19:34:32 phoebe ollama[2236]: runtime.goexit({}) Oct 12 19:34:32 phoebe ollama[2236]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00058b7e8 sp=0xc00058b7e0 pc=0x5568cdbd8a41 Oct 12 19:34:32 phoebe ollama[2236]: created by net/http.(*connReader).startBackgroundRead in goroutine 54 Oct 12 19:34:32 phoebe ollama[2236]: net/http/server.go:686 +0xb6 Oct 12 19:34:32 phoebe ollama[2236]: rax 0x0 Oct 12 19:34:32 phoebe ollama[2236]: rbx 0x7fe144d96e78 Oct 12 19:34:32 phoebe ollama[2236]: rcx 0x2 Oct 12 19:34:32 phoebe ollama[2236]: rdx 0x0 Oct 12 19:34:32 phoebe ollama[2236]: rdi 0x7fe144de9258 Oct 12 19:34:32 phoebe ollama[2236]: rsi 0x7fe144e865d8 Oct 12 19:34:32 phoebe ollama[2236]: rbp 0x7fe15d7fabf0 Oct 12 19:34:32 phoebe ollama[2236]: rsp 0x7fe15d7fa540 Oct 12 19:34:32 phoebe ollama[2236]: r8 0xffffffffffffff70 Oct 12 19:34:32 phoebe ollama[2236]: r9 0x7fe144de9258 Oct 12 19:34:32 phoebe ollama[2236]: r10 0x2 Oct 12 19:34:32 phoebe ollama[2236]: r11 0x7fe145687b98 Oct 12 19:34:32 phoebe ollama[2236]: r12 0x7fe145697b70 Oct 12 19:34:32 phoebe ollama[2236]: r13 0x0 Oct 12 19:34:32 phoebe ollama[2236]: r14 0x7fe144e865d8 Oct 12 19:34:32 phoebe ollama[2236]: r15 0x7 Oct 12 19:34:32 phoebe ollama[2236]: rip 0x7fe13ac7ea78 Oct 12 19:34:32 phoebe ollama[2236]: rflags 0x10246 Oct 12 19:34:32 phoebe ollama[2236]: cs 0x33 Oct 12 19:34:32 phoebe ollama[2236]: fs 0x0 Oct 12 19:34:32 phoebe ollama[2236]: gs 0x0 Oct 12 19:34:32 phoebe ollama[2236]: time=2025-10-12T19:34:32.298+03:00 level=INFO source=sched.go:449 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-d36e9cbc7c33197c23bca0cae15ee2ac44be5d4a466d84c270b891e06fb3b7b5 error="do load request: Post \"http://127.0.0.1:39025/load\": EOF" Oct 12 19:34:32 phoebe ollama[2236]: [GIN] 2025/10/12 - 19:34:32 | 500 | 1.598840496s | 127.0.0.1 | POST "/api/generate" ``` ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version v0.12.5
GiteaMirror added the nvidiabugneeds more info labels 2026-04-12 20:57:12 -05:00
Author
Owner

@rick-github commented on GitHub (Oct 12, 2025):

Oct 12 19:34:32 phoebe ollama[2236]: SIGILL: illegal instruction
Oct 12 19:34:32 phoebe ollama[2236]: PC=0x7fe13ac7ea78 m=11 sigcode=2
Oct 12 19:34:32 phoebe ollama[2236]: signal arrived during cgo execution
Oct 12 19:34:32 phoebe ollama[2236]: instruction bytes: 0x44 0x1f 0x10 0x0 0xf4 0x8 0x0 0x0 0x6f 0x92 0x93 0x1 0xc 0x0 0x0 0x0

Illegal instruction usually means a virtualised CPU that is not passing through the right instructions, but in this case instructions actually look wrong:

   0:   44 1f                   rex.R (bad)
   2:   10 00                   adc    %al,(%rax)
   4:   f4                      hlt
   5:   08 00                   or     %al,(%rax)
   7:   00 6f 92                add    %ch,-0x6e(%rdi)
   a:   93                      xchg   %eax,%ebx
   b:   01 0c 00                add    %ecx,(%rax,%rax,1)

So this might be a stack smash or an IP overwrite problem or something of that nature. Does the problem persist if you set OLLAMA_LLM_LIBRARY=cuda_v12 in the server environment?

<!-- gh-comment-id:3395230661 --> @rick-github commented on GitHub (Oct 12, 2025): ``` Oct 12 19:34:32 phoebe ollama[2236]: SIGILL: illegal instruction Oct 12 19:34:32 phoebe ollama[2236]: PC=0x7fe13ac7ea78 m=11 sigcode=2 Oct 12 19:34:32 phoebe ollama[2236]: signal arrived during cgo execution Oct 12 19:34:32 phoebe ollama[2236]: instruction bytes: 0x44 0x1f 0x10 0x0 0xf4 0x8 0x0 0x0 0x6f 0x92 0x93 0x1 0xc 0x0 0x0 0x0 ``` Illegal instruction usually means a virtualised CPU that is not passing through the right instructions, but in this case instructions actually look wrong: ``` 0: 44 1f rex.R (bad) 2: 10 00 adc %al,(%rax) 4: f4 hlt 5: 08 00 or %al,(%rax) 7: 00 6f 92 add %ch,-0x6e(%rdi) a: 93 xchg %eax,%ebx b: 01 0c 00 add %ecx,(%rax,%rax,1) ``` So this might be a stack smash or an IP overwrite problem or something of that nature. Does the problem persist if you set `OLLAMA_LLM_LIBRARY=cuda_v12` in the server environment?
Author
Owner

@gcapnias commented on GitHub (Oct 13, 2025):

So this might be a stack smash or an IP overwrite problem or something of that nature. Does the problem persist if you set OLLAMA_LLM_LIBRARY=cuda_v12 in the server environment?

How do I set this up? Where should I define OLLAMA_LLM_LIBRARY=cuda_v12 in the server environment when running Ollama in WSL2?

<!-- gh-comment-id:3396250218 --> @gcapnias commented on GitHub (Oct 13, 2025): > So this might be a stack smash or an IP overwrite problem or something of that nature. Does the problem persist if you set OLLAMA_LLM_LIBRARY=cuda_v12 in the server environment? How do I set this up? Where should I define `OLLAMA_LLM_LIBRARY=cuda_v12` in the server environment when running Ollama in WSL2?
Author
Owner

@rick-github commented on GitHub (Oct 13, 2025):

sudo systemctl edit ollama

Add the following lines:

[Service]
Environment=OLLAMA_LLM_LIBRARY=cuda_v12
<!-- gh-comment-id:3397065752 --> @rick-github commented on GitHub (Oct 13, 2025): ``` sudo systemctl edit ollama ``` Add the following lines: ``` [Service] Environment=OLLAMA_LLM_LIBRARY=cuda_v12 ```
Author
Owner

@gcapnias commented on GitHub (Oct 14, 2025):

Hi,

With the change, the service is running smoothly. I ran the model and chatted with them from command line.

Is there anything else I can assist with?

George J.

<!-- gh-comment-id:3403564484 --> @gcapnias commented on GitHub (Oct 14, 2025): Hi, With the change, the service is running smoothly. I ran the model and chatted with them from command line. Is there anything else I can assist with? George J.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#8353