[GH-ISSUE #12025] Error: 500 Internal Server Error: do load request: Post "http://127.0.0.1:40825/load": EOF #33744

Closed
opened 2026-04-22 16:42:54 -05:00 by GiteaMirror · 19 comments
Owner

Originally created by @AdkinsHan on GitHub (Aug 22, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12025

What is the issue?

ollama run qwen3:14b
Server Error: do load request: Post "http://127.0.0.1:40825/load": EOF

Relevant log output

journalctl -e -u ollama
Aug 22 06:17:30 deepseek ollama[2010227]: runtime.goexit({})
Aug 22 06:17:30 deepseek ollama[2010227]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc00058cfe8 sp=0xc00058cfe0 pc=0x5d0f447c3fa1
Aug 22 06:17:30 deepseek ollama[2010227]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
Aug 22 06:17:30 deepseek ollama[2010227]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9
Aug 22 06:17:30 deepseek ollama[2010227]: goroutine 72 gp=0xc000522700 m=nil [IO wait]:
Aug 22 06:17:30 deepseek ollama[2010227]: runtime.gopark(0x5d0f46496600?, 0xc00058d638?, 0x38?, 0xd6?, 0xb?)
Aug 22 06:17:30 deepseek ollama[2010227]:         runtime/proc.go:435 +0xce fp=0xc00058d5d8 sp=0xc00058d5b8 pc=0x5d0f447bc86e
Aug 22 06:17:30 deepseek ollama[2010227]: runtime.netpollblock(0x5d0f447dfbd8?, 0x44755666?, 0xf?)
Aug 22 06:17:30 deepseek ollama[2010227]:         runtime/netpoll.go:575 +0xf7 fp=0xc00058d610 sp=0xc00058d5d8 pc=0x5d0f44781357
Aug 22 06:17:30 deepseek ollama[2010227]: internal/poll.runtime_pollWait(0x7196f7cb7d98, 0x72)
Aug 22 06:17:30 deepseek ollama[2010227]:         runtime/netpoll.go:351 +0x85 fp=0xc00058d630 sp=0xc00058d610 pc=0x5d0f447bba85
Aug 22 06:17:30 deepseek ollama[2010227]: internal/poll.(*pollDesc).wait(0xc00024a080?, 0xc0001d2df1?, 0x0)
Aug 22 06:17:30 deepseek ollama[2010227]:         internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00058d658 sp=0xc00058d630 pc=0x5d0f44842ec7
Aug 22 06:17:30 deepseek ollama[2010227]: internal/poll.(*pollDesc).waitRead(...)
Aug 22 06:17:30 deepseek ollama[2010227]:         internal/poll/fd_poll_runtime.go:89
Aug 22 06:17:30 deepseek ollama[2010227]: internal/poll.(*FD).Read(0xc00024a080, {0xc0001d2df1, 0x1, 0x1})
Aug 22 06:17:30 deepseek ollama[2010227]:         internal/poll/fd_unix.go:165 +0x27a fp=0xc00058d6f0 sp=0xc00058d658 pc=0x5d0f448441ba
Aug 22 06:17:30 deepseek ollama[2010227]: net.(*netFD).Read(0xc00024a080, {0xc0001d2df1?, 0xc0005a5758?, 0xc00058d770?})
Aug 22 06:17:30 deepseek ollama[2010227]:         net/fd_posix.go:55 +0x25 fp=0xc00058d738 sp=0xc00058d6f0 pc=0x5d0f448b92a5
Aug 22 06:17:30 deepseek ollama[2010227]: net.(*conn).Read(0xc0000f89e0, {0xc0001d2df1?, 0x0?, 0x0?})
Aug 22 06:17:30 deepseek ollama[2010227]:         net/net.go:194 +0x45 fp=0xc00058d780 sp=0xc00058d738 pc=0x5d0f448c7665
Aug 22 06:17:30 deepseek ollama[2010227]: net/http.(*connReader).backgroundRead(0xc0001d2de0)
Aug 22 06:17:30 deepseek ollama[2010227]:         net/http/server.go:690 +0x37 fp=0xc00058d7c8 sp=0xc00058d780 pc=0x5d0f44ab34d7
Aug 22 06:17:30 deepseek ollama[2010227]: net/http.(*connReader).startBackgroundRead.gowrap2()
Aug 22 06:17:30 deepseek ollama[2010227]:         net/http/server.go:686 +0x25 fp=0xc00058d7e0 sp=0xc00058d7c8 pc=0x5d0f44ab3405
Aug 22 06:17:30 deepseek ollama[2010227]: runtime.goexit({})
Aug 22 06:17:30 deepseek ollama[2010227]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc00058d7e8 sp=0xc00058d7e0 pc=0x5d0f447c3fa1
Aug 22 06:17:30 deepseek ollama[2010227]: created by net/http.(*connReader).startBackgroundRead in goroutine 70
Aug 22 06:17:30 deepseek ollama[2010227]:         net/http/server.go:686 +0xb6
Aug 22 06:17:30 deepseek ollama[2010227]: time=2025-08-22T06:17:30.141Z level=INFO source=sched.go:441 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3>
Aug 22 06:17:30 deepseek ollama[2010227]: time=2025-08-22T06:17:30.179Z level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2"
Aug 22 06:17:30 deepseek ollama[2010227]: [GIN] 2025/08/22 - 06:17:30 | 500 |  1.315308717s |       127.0.0.1 | POST     "/api/generate"


sudo systemctl status ollama
● ollama.service - Ollama Service
     Loaded: loaded (/etc/systemd/system/ollama.service; enabled; preset: enabled)
     Active: active (running) since Fri 2025-08-22 06:17:00 UTC; 5min ago
   Main PID: 2010227 (ollama)
      Tasks: 20 (limit: 309025)
     Memory: 48.2M (peak: 211.4M)
        CPU: 1.820s
     CGroup: /system.slice/ollama.service
             └─2010227 /usr/bin/ollama serve

Aug 22 06:17:30 deepseek ollama[2010227]: net/http.(*connReader).startBackgroundRead.gowrap2()
Aug 22 06:17:30 deepseek ollama[2010227]:         net/http/server.go:686 +0x25 fp=0xc00058d7e0 sp=0xc00058d7c8 pc=0x5d0f44ab3405
Aug 22 06:17:30 deepseek ollama[2010227]: runtime.goexit({})
Aug 22 06:17:30 deepseek ollama[2010227]:         runtime/asm_amd64.s:1700 +0x1 fp=0xc00058d7e8 sp=0xc00058d7e0 pc=0x5d0f447c3fa1
Aug 22 06:17:30 deepseek ollama[2010227]: created by net/http.(*connReader).startBackgroundRead in goroutine 70
Aug 22 06:17:30 deepseek ollama[2010227]:         net/http/server.go:686 +0xb6
Aug 22 06:17:30 deepseek ollama[2010227]: time=2025-08-22T06:17:30.141Z level=INFO source=sched.go:441 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3>
Aug 22 06:17:30 deepseek ollama[2010227]: time=2025-08-22T06:17:30.179Z level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2"
Aug 22 06:17:30 deepseek ollama[2010227]: [GIN] 2025/08/22 - 06:17:30 | 500 |  1.315308717s |       127.0.0.1 | POST     "/api/generate"
Aug 22 06:20:21 deepseek ollama[2010227]: [GIN] 2025/08/22 - 06:20:21 | 200 |     144.291µs |       127.0.0.1 | GET      "/api/version"

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

ollama version is 0.11.6

Originally created by @AdkinsHan on GitHub (Aug 22, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12025 ### What is the issue? ollama run qwen3:14b Server Error: do load request: Post "http://127.0.0.1:40825/load": EOF ### Relevant log output ```shell journalctl -e -u ollama Aug 22 06:17:30 deepseek ollama[2010227]: runtime.goexit({}) Aug 22 06:17:30 deepseek ollama[2010227]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00058cfe8 sp=0xc00058cfe0 pc=0x5d0f447c3fa1 Aug 22 06:17:30 deepseek ollama[2010227]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 Aug 22 06:17:30 deepseek ollama[2010227]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9 Aug 22 06:17:30 deepseek ollama[2010227]: goroutine 72 gp=0xc000522700 m=nil [IO wait]: Aug 22 06:17:30 deepseek ollama[2010227]: runtime.gopark(0x5d0f46496600?, 0xc00058d638?, 0x38?, 0xd6?, 0xb?) Aug 22 06:17:30 deepseek ollama[2010227]: runtime/proc.go:435 +0xce fp=0xc00058d5d8 sp=0xc00058d5b8 pc=0x5d0f447bc86e Aug 22 06:17:30 deepseek ollama[2010227]: runtime.netpollblock(0x5d0f447dfbd8?, 0x44755666?, 0xf?) Aug 22 06:17:30 deepseek ollama[2010227]: runtime/netpoll.go:575 +0xf7 fp=0xc00058d610 sp=0xc00058d5d8 pc=0x5d0f44781357 Aug 22 06:17:30 deepseek ollama[2010227]: internal/poll.runtime_pollWait(0x7196f7cb7d98, 0x72) Aug 22 06:17:30 deepseek ollama[2010227]: runtime/netpoll.go:351 +0x85 fp=0xc00058d630 sp=0xc00058d610 pc=0x5d0f447bba85 Aug 22 06:17:30 deepseek ollama[2010227]: internal/poll.(*pollDesc).wait(0xc00024a080?, 0xc0001d2df1?, 0x0) Aug 22 06:17:30 deepseek ollama[2010227]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00058d658 sp=0xc00058d630 pc=0x5d0f44842ec7 Aug 22 06:17:30 deepseek ollama[2010227]: internal/poll.(*pollDesc).waitRead(...) Aug 22 06:17:30 deepseek ollama[2010227]: internal/poll/fd_poll_runtime.go:89 Aug 22 06:17:30 deepseek ollama[2010227]: internal/poll.(*FD).Read(0xc00024a080, {0xc0001d2df1, 0x1, 0x1}) Aug 22 06:17:30 deepseek ollama[2010227]: internal/poll/fd_unix.go:165 +0x27a fp=0xc00058d6f0 sp=0xc00058d658 pc=0x5d0f448441ba Aug 22 06:17:30 deepseek ollama[2010227]: net.(*netFD).Read(0xc00024a080, {0xc0001d2df1?, 0xc0005a5758?, 0xc00058d770?}) Aug 22 06:17:30 deepseek ollama[2010227]: net/fd_posix.go:55 +0x25 fp=0xc00058d738 sp=0xc00058d6f0 pc=0x5d0f448b92a5 Aug 22 06:17:30 deepseek ollama[2010227]: net.(*conn).Read(0xc0000f89e0, {0xc0001d2df1?, 0x0?, 0x0?}) Aug 22 06:17:30 deepseek ollama[2010227]: net/net.go:194 +0x45 fp=0xc00058d780 sp=0xc00058d738 pc=0x5d0f448c7665 Aug 22 06:17:30 deepseek ollama[2010227]: net/http.(*connReader).backgroundRead(0xc0001d2de0) Aug 22 06:17:30 deepseek ollama[2010227]: net/http/server.go:690 +0x37 fp=0xc00058d7c8 sp=0xc00058d780 pc=0x5d0f44ab34d7 Aug 22 06:17:30 deepseek ollama[2010227]: net/http.(*connReader).startBackgroundRead.gowrap2() Aug 22 06:17:30 deepseek ollama[2010227]: net/http/server.go:686 +0x25 fp=0xc00058d7e0 sp=0xc00058d7c8 pc=0x5d0f44ab3405 Aug 22 06:17:30 deepseek ollama[2010227]: runtime.goexit({}) Aug 22 06:17:30 deepseek ollama[2010227]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00058d7e8 sp=0xc00058d7e0 pc=0x5d0f447c3fa1 Aug 22 06:17:30 deepseek ollama[2010227]: created by net/http.(*connReader).startBackgroundRead in goroutine 70 Aug 22 06:17:30 deepseek ollama[2010227]: net/http/server.go:686 +0xb6 Aug 22 06:17:30 deepseek ollama[2010227]: time=2025-08-22T06:17:30.141Z level=INFO source=sched.go:441 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3> Aug 22 06:17:30 deepseek ollama[2010227]: time=2025-08-22T06:17:30.179Z level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2" Aug 22 06:17:30 deepseek ollama[2010227]: [GIN] 2025/08/22 - 06:17:30 | 500 | 1.315308717s | 127.0.0.1 | POST "/api/generate" sudo systemctl status ollama ● ollama.service - Ollama Service Loaded: loaded (/etc/systemd/system/ollama.service; enabled; preset: enabled) Active: active (running) since Fri 2025-08-22 06:17:00 UTC; 5min ago Main PID: 2010227 (ollama) Tasks: 20 (limit: 309025) Memory: 48.2M (peak: 211.4M) CPU: 1.820s CGroup: /system.slice/ollama.service └─2010227 /usr/bin/ollama serve Aug 22 06:17:30 deepseek ollama[2010227]: net/http.(*connReader).startBackgroundRead.gowrap2() Aug 22 06:17:30 deepseek ollama[2010227]: net/http/server.go:686 +0x25 fp=0xc00058d7e0 sp=0xc00058d7c8 pc=0x5d0f44ab3405 Aug 22 06:17:30 deepseek ollama[2010227]: runtime.goexit({}) Aug 22 06:17:30 deepseek ollama[2010227]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00058d7e8 sp=0xc00058d7e0 pc=0x5d0f447c3fa1 Aug 22 06:17:30 deepseek ollama[2010227]: created by net/http.(*connReader).startBackgroundRead in goroutine 70 Aug 22 06:17:30 deepseek ollama[2010227]: net/http/server.go:686 +0xb6 Aug 22 06:17:30 deepseek ollama[2010227]: time=2025-08-22T06:17:30.141Z level=INFO source=sched.go:441 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3> Aug 22 06:17:30 deepseek ollama[2010227]: time=2025-08-22T06:17:30.179Z level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2" Aug 22 06:17:30 deepseek ollama[2010227]: [GIN] 2025/08/22 - 06:17:30 | 500 | 1.315308717s | 127.0.0.1 | POST "/api/generate" Aug 22 06:20:21 deepseek ollama[2010227]: [GIN] 2025/08/22 - 06:20:21 | 200 | 144.291µs | 127.0.0.1 | GET "/api/version" ``` ### OS Linux ### GPU Nvidia ### CPU Intel ### Ollama version ollama version is 0.11.6
GiteaMirror added the bug label 2026-04-22 16:42:54 -05:00
Author
Owner

@JKratto commented on GitHub (Aug 22, 2025):

I have the same issue, it appears to be a problem with any model.

<!-- gh-comment-id:3213332640 --> @JKratto commented on GitHub (Aug 22, 2025): I have the same issue, it appears to be a problem with any model.
Author
Owner

@ippocode commented on GitHub (Aug 22, 2025):

Having the same issue, on Intel Mac.

<!-- gh-comment-id:3213845821 --> @ippocode commented on GitHub (Aug 22, 2025): Having the same issue, on Intel Mac.
Author
Owner

@rick-github commented on GitHub (Aug 22, 2025):

Please attach full server log.

<!-- gh-comment-id:3213935377 --> @rick-github commented on GitHub (Aug 22, 2025): Please attach full [server log](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues).
Author
Owner

@ippocode commented on GitHub (Aug 22, 2025):

Ollama version: 0.11.6
Server Log:

time=2025-08-22T15:40:09.876+05:30 level=INFO source=routes.go:1318 msg="server config" env="map[HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 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:/Users/name/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NEW_ESTIMATES:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 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://* vscode-file://*] OLLAMA_SCHED_SPREAD:false http_proxy: https_proxy: no_proxy:]"
time=2025-08-22T15:40:09.884+05:30 level=INFO source=images.go:477 msg="total blobs: 5"
time=2025-08-22T15:40:09.884+05:30 level=INFO source=images.go:484 msg="total unused blobs removed: 0"
time=2025-08-22T15:40:09.892+05:30 level=INFO source=routes.go:1371 msg="Listening on 127.0.0.1:11434 (version 0.11.6)"
time=2025-08-22T15:40:09.894+05:30 level=INFO source=types.go:130 msg="inference compute" id="" library=cpu variant="" compute="" driver=0.0 name="" total="16.0 GiB" available="5.7 GiB"
time=2025-08-22T15:40:09.894+05:30 level=INFO source=routes.go:1412 msg="entering low vram mode" "total vram"="16.0 GiB" threshold="20.0 GiB"
[GIN] 2025/08/22 - 15:40:09 | 200 |    3.501853ms |       127.0.0.1 | GET      "/"
[GIN] 2025/08/22 - 15:40:10 | 200 |    4.950361ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2025/08/22 - 15:40:10 | 200 |    1.069046ms |       127.0.0.1 | GET      "/api/tags"
[GIN] 2025/08/22 - 15:40:10 | 200 |  170.389789ms |       127.0.0.1 | POST     "/api/show"
[GIN] 2025/08/22 - 15:40:14 | 200 |      639.37µs |       127.0.0.1 | GET      "/api/tags"
[GIN] 2025/08/22 - 15:40:14 | 200 |   90.937444ms |       127.0.0.1 | POST     "/api/show"
[GIN] 2025/08/22 - 15:40:14 | 200 |    75.44005ms |       127.0.0.1 | POST     "/api/show"
time=2025-08-22T15:40:14.756+05:30 level=INFO source=server.go:383 msg="starting runner" cmd="/Applications/Ollama.app/Contents/Resources/ollama runner --ollama-engine --model /Users/name/.ollama/models/blobs/sha256-735af2139dc652bf01112746474883d79a52fa1c19038265d363e3d42556f7a2 --port 51449"
time=2025-08-22T15:40:14.760+05:30 level=INFO source=server.go:488 msg="system memory" total="16.0 GiB" free="5.6 GiB" free_swap="0 B"
time=2025-08-22T15:40:14.761+05:30 level=INFO source=server.go:531 msg=offload library=cpu layers.requested=-1 layers.model=19 layers.offload=0 layers.split=[] memory.available="[5.6 GiB]" memory.gpu_overhead="0 B" memory.required.full="818.7 MiB" memory.required.partial="0 B" memory.required.kv="27.0 MiB" memory.required.allocations="[818.7 MiB]" memory.weights.total="271.8 MiB" memory.weights.repeating="101.8 MiB" memory.weights.nonrepeating="170.0 MiB" memory.graph.full="513.2 MiB" memory.graph.partial="644.5 MiB"
time=2025-08-22T15:40:14.795+05:30 level=INFO source=runner.go:1006 msg="starting ollama engine"
time=2025-08-22T15:40:14.797+05:30 level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:51449"
time=2025-08-22T15:40:14.799+05:30 level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:4 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
time=2025-08-22T15:40:14.840+05:30 level=INFO source=ggml.go:130 msg="" architecture=gemma3 file_type=Q8_0 name="" description="" num_tensors=236 num_key_values=37
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.cpp:22: GGML_ASSERT(prev != ggml_uncaught_exception) failed
(lldb) process attach --pid 46059
error: attach failed: attach failed (Not allowed to attach to process.  Look in the console messages (Console.app), near the debugserver entries, when the attach failed.  The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.)
SIGABRT: abort
PC=0x7ff81ae07846 m=10 sigcode=0
signal arrived during cgo execution

goroutine 12 gp=0xc000602c40 m=10 mp=0xc000700008 [syscall]:
runtime.cgocall(0x110313cb0, 0xc000046720)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/cgocall.go:167 +0x4b fp=0xc0000466f8 sp=0xc0000466c0 pc=0x10f63788b
github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x600001b079f0)
	_cgo_gotypes.go:195 +0x3a fp=0xc000046720 sp=0xc0000466f8 pc=0x10f9e445a
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003a054, 0x2b})
	/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b8 sp=0xc000046720 pc=0x10f9e3ef5
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1()
	/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x546 fp=0xc000046a18 sp=0xc0000467b8 pc=0x10f9e3d46
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046a60 sp=0xc000046a18 pc=0x10f9e3722
sync.(*Once).doSlow(0x110a933b0?, 0x1113661a0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046ab8 sp=0xc000046a60 pc=0x10f64cdeb
sync.(*Once).Do(0x0?, 0xc000046b60?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046ad8 sp=0xc000046ab8 pc=0x10f64cd19
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046b08 sp=0xc000046ad8 pc=0x10f9e368d
github.com/ollama/ollama/ml/backend/ggml.init.func1()
	/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046b98 sp=0xc000046b08 pc=0x10fa63803
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046be0 sp=0xc000046b98 pc=0x10fa63702
sync.(*Once).doSlow(0x1000110a890e8?, 0xc0005140b0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046c38 sp=0xc000046be0 pc=0x10f64cdeb
sync.(*Once).Do(0x10f64cea0?, 0x11136679c?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046c58 sp=0xc000046c38 pc=0x10f64cd19
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046c88 sp=0xc000046c58 pc=0x10fa6366d
github.com/ollama/ollama/ml/backend/ggml.New({0x7ff7b093cb3a, 0x69}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
	/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:141 +0x124 fp=0xc000047558 sp=0xc000046c88 pc=0x10fa6b6e4
github.com/ollama/ollama/ml.NewBackend({0x7ff7b093cb3a, 0x69}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
	/Users/runner/work/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475a8 sp=0xc000047558 pc=0x10fa0b21c
github.com/ollama/ollama/model.New({0x7ff7b093cb3a?, 0x0?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
	/Users/runner/work/ollama/ollama/model/model.go:102 +0x7e fp=0xc0000476a0 sp=0xc0000475a8 pc=0x10fa7e53e
github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc000226f00, {0x7ff7b093cb3a?, 0x10f92eb1a?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}, {0x0, ...}, ...)
	/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x10fb2ba0c
github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc000226f00, {0x110a91148, 0xc000000000}, 0xc000448000)
	/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x10fb2c58d
github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x110a91148?, 0xc000000000?}, 0xc0004efb40?)
	<autogenerated>:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x10fb2dd96
net/http.HandlerFunc.ServeHTTP(0xc000537440?, {0x110a91148?, 0xc000000000?}, 0xc0004efb60?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x10f9397e9
net/http.(*ServeMux).ServeHTTP(0x10f5e03c5?, {0x110a91148, 0xc000000000}, 0xc000448000)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x10f93b6e4
net/http.serverHandler.ServeHTTP({0x110a8d7b0?}, {0x110a91148?, 0xc000000000?}, 0x1?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x10f95916e
net/http.(*conn).serve(0xc0004d23f0, {0x110a933e8, 0xc0000f9ef0})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x10f937ce5
net/http.(*Server).Serve.gowrap3()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x10f93d5a8
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x10f6427e1
created by net/http.(*Server).Serve in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x485

goroutine 1 gp=0xc000002380 m=nil [IO wait]:
runtime.gopark(0xc0004b17e0?, 0xc0004b1800?, 0x47?, 0xf4?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000e0d790 sp=0xc000e0d770 pc=0x10f63acae
runtime.netpollblock(0x0?, 0xf5d50a6?, 0x1?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc000e0d7c8 sp=0xc000e0d790 pc=0x10f600497
internal/poll.runtime_pollWait(0x1581cfe90, 0x72)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc000e0d7e8 sp=0xc000e0d7c8 pc=0x10f639f05
internal/poll.(*pollDesc).wait(0xc0006b1b00?, 0x1114b7b10?, 0x0)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000e0d810 sp=0xc000e0d7e8 pc=0x10f6bf527
internal/poll.(*pollDesc).waitRead(...)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc0006b1b00)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:620 +0x295 fp=0xc000e0d8b8 sp=0xc000e0d810 pc=0x10f6c48f5
net.(*netFD).accept(0xc0006b1b00)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_unix.go:172 +0x29 fp=0xc000e0d970 sp=0xc000e0d8b8 pc=0x10f7387c9
net.(*TCPListener).accept(0xc000528300)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock_posix.go:159 +0x1b fp=0xc000e0d9c0 sp=0xc000e0d970 pc=0x10f74d45b
net.(*TCPListener).Accept(0xc000528300)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock.go:380 +0x30 fp=0xc000e0d9f0 sp=0xc000e0d9c0 pc=0x10f74c350
net/http.(*onceCloseListener).Accept(0xc0004d23f0?)
	<autogenerated>:1 +0x24 fp=0xc000e0da08 sp=0xc000e0d9f0 pc=0x10f9658e4
net/http.(*Server).Serve(0xc000037600, {0x110a90f68, 0xc000528300})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3424 +0x30c fp=0xc000e0db38 sp=0xc000e0da08 pc=0x10f93d1ac
github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0000340a0, 0x4, 0x4})
	/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc000e0dd08 sp=0xc000e0db38 pc=0x10fb2d766
github.com/ollama/ollama/runner.Execute({0xc000034080?, 0x0?, 0x0?})
	/Users/runner/work/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000e0dd30 sp=0xc000e0dd08 pc=0x10fb2dfa9
github.com/ollama/ollama/cmd.NewCLI.func2(0xc000037400?, {0x110601098?, 0x4?, 0x11060109c?})
	/Users/runner/work/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc000e0dd58 sp=0xc000e0dd30 pc=0x110293525
github.com/spf13/cobra.(*Command).execute(0xc00048d508, {0xc0006a2370, 0x5, 0x5})
	/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000e0de78 sp=0xc000e0dd58 pc=0x10f7b0f1c
github.com/spf13/cobra.(*Command).ExecuteC(0xc00052ac08)
	/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000e0df30 sp=0xc000e0de78 pc=0x10f7b1765
github.com/spf13/cobra.(*Command).Execute(...)
	/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
	/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
	/Users/runner/work/ollama/ollama/main.go:12 +0x4d fp=0xc000e0df50 sp=0xc000e0df30 pc=0x11029400d
runtime.main()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:283 +0x28b fp=0xc000e0dfe0 sp=0xc000e0df50 pc=0x10f6071cb
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000e0dfe8 sp=0xc000e0dfe0 pc=0x10f6427e1

goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070fa8 sp=0xc000070f88 pc=0x10f63acae
runtime.goparkunlock(...)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.forcegchelper()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:348 +0xb3 fp=0xc000070fe0 sp=0xc000070fa8 pc=0x10f607513
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x10f6427e1
created by runtime.init.7 in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:336 +0x1a

goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071780 sp=0xc000071760 pc=0x10f63acae
runtime.goparkunlock(...)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.bgsweep(0xc00009c000)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcsweep.go:316 +0xdf fp=0xc0000717c8 sp=0xc000071780 pc=0x10f5f263f
runtime.gcenable.gowrap1()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x25 fp=0xc0000717e0 sp=0xc0000717c8 pc=0x10f5e6a85
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000717e8 sp=0xc0000717e0 pc=0x10f6427e1
created by runtime.gcenable in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x1107be6a8?, 0x0?, 0x0?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071f78 sp=0xc000071f58 pc=0x10f63acae
runtime.goparkunlock(...)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.(*scavengerState).park(0x11133cee0)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000071fa8 sp=0xc000071f78 pc=0x10f5f0069
runtime.bgscavenge(0xc00009c000)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000071fc8 sp=0xc000071fa8 pc=0x10f5f05f9
runtime.gcenable.gowrap2()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0x25 fp=0xc000071fe0 sp=0xc000071fc8 pc=0x10f5e6a25
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000071fe8 sp=0xc000071fe0 pc=0x10f6427e1
created by runtime.gcenable in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0xa5

goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]:
runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000070688?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070630 sp=0xc000070610 pc=0x10f63acae
runtime.runfinq()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:196 +0x107 fp=0xc0000707e0 sp=0xc000070630 pc=0x10f5e5a47
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x10f6427e1
created by runtime.createfing in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:166 +0x3d

goroutine 6 gp=0xc0001d08c0 m=nil [chan receive]:
runtime.gopark(0xc000223720?, 0xc0000101b0?, 0x60?, 0x27?, 0x10f71b1c8?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072718 sp=0xc0000726f8 pc=0x10f63acae
runtime.chanrecv(0xc0000a8310, 0x0, 0x1)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:664 +0x445 fp=0xc000072790 sp=0xc000072718 pc=0x10f5d7845
runtime.chanrecv1(0x0?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:506 +0x12 fp=0xc0000727b8 sp=0xc000072790 pc=0x10f5d73d2
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1796
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1799 +0x2f fp=0xc0000727e0 sp=0xc0000727b8 pc=0x10f5e9bcf
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x10f6427e1
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1794 +0x79

goroutine 7 gp=0xc0001d0fc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072f38 sp=0xc000072f18 pc=0x10f63acae
runtime.gcBgMarkWorker(0xc0000a9730)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc000072fc8 sp=0xc000072f38 pc=0x10f5e8ee9
runtime.gcBgMarkStartWorkers.gowrap1()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x10f5e8dc5
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000072fe8 sp=0xc000072fe0 pc=0x10f6427e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 18 gp=0xc000504000 m=nil [GC worker (idle)]:
runtime.gopark(0x99106b37e4f?, 0x0?, 0x0?, 0x0?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006c738 sp=0xc00006c718 pc=0x10f63acae
runtime.gcBgMarkWorker(0xc0000a9730)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006c7c8 sp=0xc00006c738 pc=0x10f5e8ee9
runtime.gcBgMarkStartWorkers.gowrap1()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006c7e0 sp=0xc00006c7c8 pc=0x10f5e8dc5
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006c7e8 sp=0xc00006c7e0 pc=0x10f6427e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 34 gp=0xc000102380 m=nil [GC worker (idle)]:
runtime.gopark(0x99106b2c221?, 0x0?, 0x0?, 0x0?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00011a738 sp=0xc00011a718 pc=0x10f63acae
runtime.gcBgMarkWorker(0xc0000a9730)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00011a7c8 sp=0xc00011a738 pc=0x10f5e8ee9
runtime.gcBgMarkStartWorkers.gowrap1()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00011a7e0 sp=0xc00011a7c8 pc=0x10f5e8dc5
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011a7e8 sp=0xc00011a7e0 pc=0x10f6427e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 8 gp=0xc0001d1180 m=nil [GC worker (idle)]:
runtime.gopark(0x99106b2cc55?, 0x3?, 0x91?, 0x51?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000073738 sp=0xc000073718 pc=0x10f63acae
runtime.gcBgMarkWorker(0xc0000a9730)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000737c8 sp=0xc000073738 pc=0x10f5e8ee9
runtime.gcBgMarkStartWorkers.gowrap1()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000737e0 sp=0xc0000737c8 pc=0x10f5e8dc5
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000737e8 sp=0xc0000737e0 pc=0x10f6427e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 19 gp=0xc0005041c0 m=nil [GC worker (idle)]:
runtime.gopark(0x99106b3a0b6?, 0x3?, 0xc4?, 0x1c?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006cf38 sp=0xc00006cf18 pc=0x10f63acae
runtime.gcBgMarkWorker(0xc0000a9730)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006cfc8 sp=0xc00006cf38 pc=0x10f5e8ee9
runtime.gcBgMarkStartWorkers.gowrap1()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006cfe0 sp=0xc00006cfc8 pc=0x10f5e8dc5
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006cfe8 sp=0xc00006cfe0 pc=0x10f6427e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 35 gp=0xc000102540 m=nil [GC worker (idle)]:
runtime.gopark(0x99106b3616c?, 0x3?, 0x9f?, 0xe1?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00011af38 sp=0xc00011af18 pc=0x10f63acae
runtime.gcBgMarkWorker(0xc0000a9730)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00011afc8 sp=0xc00011af38 pc=0x10f5e8ee9
runtime.gcBgMarkStartWorkers.gowrap1()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00011afe0 sp=0xc00011afc8 pc=0x10f5e8dc5
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011afe8 sp=0xc00011afe0 pc=0x10f6427e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 9 gp=0xc0001d1340 m=nil [GC worker (idle)]:
runtime.gopark(0x111368420?, 0x1?, 0x40?, 0x66?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000073f38 sp=0xc000073f18 pc=0x10f63acae
runtime.gcBgMarkWorker(0xc0000a9730)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc000073fc8 sp=0xc000073f38 pc=0x10f5e8ee9
runtime.gcBgMarkStartWorkers.gowrap1()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc000073fe0 sp=0xc000073fc8 pc=0x10f5e8dc5
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000073fe8 sp=0xc000073fe0 pc=0x10f6427e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 10 gp=0xc0001d1500 m=nil [GC worker (idle)]:
runtime.gopark(0x99106b2d54d?, 0x0?, 0x0?, 0x0?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000116738 sp=0xc000116718 pc=0x10f63acae
runtime.gcBgMarkWorker(0xc0000a9730)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0001167c8 sp=0xc000116738 pc=0x10f5e8ee9
runtime.gcBgMarkStartWorkers.gowrap1()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0001167e0 sp=0xc0001167c8 pc=0x10f5e8dc5
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0001167e8 sp=0xc0001167e0 pc=0x10f6427e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 11 gp=0xc000602a80 m=nil [sync.WaitGroup.Wait]:
runtime.gopark(0x0?, 0x0?, 0x60?, 0xc0?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc0001196d0 sp=0xc0001196b0 pc=0x10f63acae
runtime.goparkunlock(...)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.semacquire1(0xc000226fb8, 0x0, 0x1, 0x0, 0x18)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:188 +0x21d fp=0xc000119738 sp=0xc0001196d0 pc=0x10f61a69d
sync.runtime_SemacquireWaitGroup(0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:110 +0x25 fp=0xc000119770 sp=0xc000119738 pc=0x10f63c645
sync.(*WaitGroup).Wait(0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/waitgroup.go:118 +0x48 fp=0xc000119798 sp=0xc000119770 pc=0x10f64e228
github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc000226f00, {0x110a93420, 0xc0006a2410})
	/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc0001197b8 sp=0xc000119798 pc=0x10fb2798a
github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
	/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc0001197e0 sp=0xc0001197b8 pc=0x10fb2d9c8
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0001197e8 sp=0xc0001197e0 pc=0x10f6427e1
created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
	/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9

goroutine 36 gp=0xc000102700 m=nil [IO wait]:
runtime.gopark(0x5?, 0xc00021c071?, 0x1?, 0x0?, 0x0?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00011cdd8 sp=0xc00011cdb8 pc=0x10f63acae
runtime.netpollblock(0x10f65c665?, 0xf5d50a6?, 0x1?)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc00011ce10 sp=0xc00011cdd8 pc=0x10f600497
internal/poll.runtime_pollWait(0x1581cfd78, 0x72)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc00011ce30 sp=0xc00011ce10 pc=0x10f639f05
internal/poll.(*pollDesc).wait(0xc0006b1b80?, 0xc00021c071?, 0x0)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00011ce58 sp=0xc00011ce30 pc=0x10f6bf527
internal/poll.(*pollDesc).waitRead(...)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0006b1b80, {0xc00021c071, 0x1, 0x1})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:165 +0x27a fp=0xc00011cef0 sp=0xc00011ce58 pc=0x10f6c081a
net.(*netFD).Read(0xc0006b1b80, {0xc00021c071?, 0x0?, 0x0?})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_posix.go:55 +0x25 fp=0xc00011cf38 sp=0xc00011cef0 pc=0x10f736825
net.(*conn).Read(0xc0000747b8, {0xc00021c071?, 0x0?, 0x0?})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/net.go:194 +0x45 fp=0xc00011cf80 sp=0xc00011cf38 pc=0x10f7442c5
net/http.(*connReader).backgroundRead(0xc00021c060)
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:690 +0x37 fp=0xc00011cfc8 sp=0xc00011cf80 pc=0x10f931bb7
net/http.(*connReader).startBackgroundRead.gowrap2()
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0x25 fp=0xc00011cfe0 sp=0xc00011cfc8 pc=0x10f931ae5
runtime.goexit({})
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011cfe8 sp=0xc00011cfe0 pc=0x10f6427e1
created by net/http.(*connReader).startBackgroundRead in goroutine 12
	/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0xb6

rax    0x0
rbx    0x6
rcx    0x7000078438b8
rdx    0x0
rdi    0xd03
rsi    0x6
rbp    0x7000078438e0
rsp    0x7000078438b8
r8     0xd4b00000000
r9     0xf0300000003
r10    0x7ff85ca4f9c0
r11    0x246
r12    0x7b9
r13    0x1583362a0
r14    0xd03
r15    0x16
rip    0x7ff81ae07846
rflags 0x246
cs     0x7
fs     0x0
gs     0x0
time=2025-08-22T15:40:15.692+05:30 level=INFO source=sched.go:441 msg="Load failed" model=/Users/name/.ollama/models/blobs/sha256-735af2139dc652bf01112746474883d79a52fa1c19038265d363e3d42556f7a2 error="do load request: Post \"http://127.0.0.1:51449/load\": EOF"
time=2025-08-22T15:40:15.692+05:30 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2"
[GIN] 2025/08/22 - 15:40:15 | 500 |  1.143125014s |       127.0.0.1 | POST     "/api/chat"
<!-- gh-comment-id:3213970185 --> @ippocode commented on GitHub (Aug 22, 2025): Ollama version: 0.11.6 Server Log: ``` time=2025-08-22T15:40:09.876+05:30 level=INFO source=routes.go:1318 msg="server config" env="map[HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 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:/Users/name/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NEW_ESTIMATES:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 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://* vscode-file://*] OLLAMA_SCHED_SPREAD:false http_proxy: https_proxy: no_proxy:]" time=2025-08-22T15:40:09.884+05:30 level=INFO source=images.go:477 msg="total blobs: 5" time=2025-08-22T15:40:09.884+05:30 level=INFO source=images.go:484 msg="total unused blobs removed: 0" time=2025-08-22T15:40:09.892+05:30 level=INFO source=routes.go:1371 msg="Listening on 127.0.0.1:11434 (version 0.11.6)" time=2025-08-22T15:40:09.894+05:30 level=INFO source=types.go:130 msg="inference compute" id="" library=cpu variant="" compute="" driver=0.0 name="" total="16.0 GiB" available="5.7 GiB" time=2025-08-22T15:40:09.894+05:30 level=INFO source=routes.go:1412 msg="entering low vram mode" "total vram"="16.0 GiB" threshold="20.0 GiB" [GIN] 2025/08/22 - 15:40:09 | 200 | 3.501853ms | 127.0.0.1 | GET "/" [GIN] 2025/08/22 - 15:40:10 | 200 | 4.950361ms | 127.0.0.1 | GET "/api/tags" [GIN] 2025/08/22 - 15:40:10 | 200 | 1.069046ms | 127.0.0.1 | GET "/api/tags" [GIN] 2025/08/22 - 15:40:10 | 200 | 170.389789ms | 127.0.0.1 | POST "/api/show" [GIN] 2025/08/22 - 15:40:14 | 200 | 639.37µs | 127.0.0.1 | GET "/api/tags" [GIN] 2025/08/22 - 15:40:14 | 200 | 90.937444ms | 127.0.0.1 | POST "/api/show" [GIN] 2025/08/22 - 15:40:14 | 200 | 75.44005ms | 127.0.0.1 | POST "/api/show" time=2025-08-22T15:40:14.756+05:30 level=INFO source=server.go:383 msg="starting runner" cmd="/Applications/Ollama.app/Contents/Resources/ollama runner --ollama-engine --model /Users/name/.ollama/models/blobs/sha256-735af2139dc652bf01112746474883d79a52fa1c19038265d363e3d42556f7a2 --port 51449" time=2025-08-22T15:40:14.760+05:30 level=INFO source=server.go:488 msg="system memory" total="16.0 GiB" free="5.6 GiB" free_swap="0 B" time=2025-08-22T15:40:14.761+05:30 level=INFO source=server.go:531 msg=offload library=cpu layers.requested=-1 layers.model=19 layers.offload=0 layers.split=[] memory.available="[5.6 GiB]" memory.gpu_overhead="0 B" memory.required.full="818.7 MiB" memory.required.partial="0 B" memory.required.kv="27.0 MiB" memory.required.allocations="[818.7 MiB]" memory.weights.total="271.8 MiB" memory.weights.repeating="101.8 MiB" memory.weights.nonrepeating="170.0 MiB" memory.graph.full="513.2 MiB" memory.graph.partial="644.5 MiB" time=2025-08-22T15:40:14.795+05:30 level=INFO source=runner.go:1006 msg="starting ollama engine" time=2025-08-22T15:40:14.797+05:30 level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:51449" time=2025-08-22T15:40:14.799+05:30 level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:4 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" time=2025-08-22T15:40:14.840+05:30 level=INFO source=ggml.go:130 msg="" architecture=gemma3 file_type=Q8_0 name="" description="" num_tensors=236 num_key_values=37 /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.cpp:22: GGML_ASSERT(prev != ggml_uncaught_exception) failed (lldb) process attach --pid 46059 error: attach failed: attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries, when the attach failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.) SIGABRT: abort PC=0x7ff81ae07846 m=10 sigcode=0 signal arrived during cgo execution goroutine 12 gp=0xc000602c40 m=10 mp=0xc000700008 [syscall]: runtime.cgocall(0x110313cb0, 0xc000046720) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/cgocall.go:167 +0x4b fp=0xc0000466f8 sp=0xc0000466c0 pc=0x10f63788b github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x600001b079f0) _cgo_gotypes.go:195 +0x3a fp=0xc000046720 sp=0xc0000466f8 pc=0x10f9e445a github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003a054, 0x2b}) /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b8 sp=0xc000046720 pc=0x10f9e3ef5 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1() /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x546 fp=0xc000046a18 sp=0xc0000467b8 pc=0x10f9e3d46 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046a60 sp=0xc000046a18 pc=0x10f9e3722 sync.(*Once).doSlow(0x110a933b0?, 0x1113661a0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046ab8 sp=0xc000046a60 pc=0x10f64cdeb sync.(*Once).Do(0x0?, 0xc000046b60?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046ad8 sp=0xc000046ab8 pc=0x10f64cd19 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046b08 sp=0xc000046ad8 pc=0x10f9e368d github.com/ollama/ollama/ml/backend/ggml.init.func1() /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046b98 sp=0xc000046b08 pc=0x10fa63803 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046be0 sp=0xc000046b98 pc=0x10fa63702 sync.(*Once).doSlow(0x1000110a890e8?, 0xc0005140b0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046c38 sp=0xc000046be0 pc=0x10f64cdeb sync.(*Once).Do(0x10f64cea0?, 0x11136679c?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046c58 sp=0xc000046c38 pc=0x10f64cd19 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046c88 sp=0xc000046c58 pc=0x10fa6366d github.com/ollama/ollama/ml/backend/ggml.New({0x7ff7b093cb3a, 0x69}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:141 +0x124 fp=0xc000047558 sp=0xc000046c88 pc=0x10fa6b6e4 github.com/ollama/ollama/ml.NewBackend({0x7ff7b093cb3a, 0x69}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475a8 sp=0xc000047558 pc=0x10fa0b21c github.com/ollama/ollama/model.New({0x7ff7b093cb3a?, 0x0?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/model/model.go:102 +0x7e fp=0xc0000476a0 sp=0xc0000475a8 pc=0x10fa7e53e github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc000226f00, {0x7ff7b093cb3a?, 0x10f92eb1a?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}, {0x0, ...}, ...) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x10fb2ba0c github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc000226f00, {0x110a91148, 0xc000000000}, 0xc000448000) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x10fb2c58d github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x110a91148?, 0xc000000000?}, 0xc0004efb40?) <autogenerated>:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x10fb2dd96 net/http.HandlerFunc.ServeHTTP(0xc000537440?, {0x110a91148?, 0xc000000000?}, 0xc0004efb60?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x10f9397e9 net/http.(*ServeMux).ServeHTTP(0x10f5e03c5?, {0x110a91148, 0xc000000000}, 0xc000448000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x10f93b6e4 net/http.serverHandler.ServeHTTP({0x110a8d7b0?}, {0x110a91148?, 0xc000000000?}, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x10f95916e net/http.(*conn).serve(0xc0004d23f0, {0x110a933e8, 0xc0000f9ef0}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x10f937ce5 net/http.(*Server).Serve.gowrap3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x10f93d5a8 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x10f6427e1 created by net/http.(*Server).Serve in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x485 goroutine 1 gp=0xc000002380 m=nil [IO wait]: runtime.gopark(0xc0004b17e0?, 0xc0004b1800?, 0x47?, 0xf4?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000e0d790 sp=0xc000e0d770 pc=0x10f63acae runtime.netpollblock(0x0?, 0xf5d50a6?, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc000e0d7c8 sp=0xc000e0d790 pc=0x10f600497 internal/poll.runtime_pollWait(0x1581cfe90, 0x72) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc000e0d7e8 sp=0xc000e0d7c8 pc=0x10f639f05 internal/poll.(*pollDesc).wait(0xc0006b1b00?, 0x1114b7b10?, 0x0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000e0d810 sp=0xc000e0d7e8 pc=0x10f6bf527 internal/poll.(*pollDesc).waitRead(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc0006b1b00) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:620 +0x295 fp=0xc000e0d8b8 sp=0xc000e0d810 pc=0x10f6c48f5 net.(*netFD).accept(0xc0006b1b00) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_unix.go:172 +0x29 fp=0xc000e0d970 sp=0xc000e0d8b8 pc=0x10f7387c9 net.(*TCPListener).accept(0xc000528300) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock_posix.go:159 +0x1b fp=0xc000e0d9c0 sp=0xc000e0d970 pc=0x10f74d45b net.(*TCPListener).Accept(0xc000528300) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock.go:380 +0x30 fp=0xc000e0d9f0 sp=0xc000e0d9c0 pc=0x10f74c350 net/http.(*onceCloseListener).Accept(0xc0004d23f0?) <autogenerated>:1 +0x24 fp=0xc000e0da08 sp=0xc000e0d9f0 pc=0x10f9658e4 net/http.(*Server).Serve(0xc000037600, {0x110a90f68, 0xc000528300}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3424 +0x30c fp=0xc000e0db38 sp=0xc000e0da08 pc=0x10f93d1ac github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0000340a0, 0x4, 0x4}) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc000e0dd08 sp=0xc000e0db38 pc=0x10fb2d766 github.com/ollama/ollama/runner.Execute({0xc000034080?, 0x0?, 0x0?}) /Users/runner/work/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000e0dd30 sp=0xc000e0dd08 pc=0x10fb2dfa9 github.com/ollama/ollama/cmd.NewCLI.func2(0xc000037400?, {0x110601098?, 0x4?, 0x11060109c?}) /Users/runner/work/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc000e0dd58 sp=0xc000e0dd30 pc=0x110293525 github.com/spf13/cobra.(*Command).execute(0xc00048d508, {0xc0006a2370, 0x5, 0x5}) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000e0de78 sp=0xc000e0dd58 pc=0x10f7b0f1c github.com/spf13/cobra.(*Command).ExecuteC(0xc00052ac08) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000e0df30 sp=0xc000e0de78 pc=0x10f7b1765 github.com/spf13/cobra.(*Command).Execute(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985 main.main() /Users/runner/work/ollama/ollama/main.go:12 +0x4d fp=0xc000e0df50 sp=0xc000e0df30 pc=0x11029400d runtime.main() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:283 +0x28b fp=0xc000e0dfe0 sp=0xc000e0df50 pc=0x10f6071cb runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000e0dfe8 sp=0xc000e0dfe0 pc=0x10f6427e1 goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070fa8 sp=0xc000070f88 pc=0x10f63acae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.forcegchelper() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:348 +0xb3 fp=0xc000070fe0 sp=0xc000070fa8 pc=0x10f607513 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x10f6427e1 created by runtime.init.7 in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:336 +0x1a goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071780 sp=0xc000071760 pc=0x10f63acae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.bgsweep(0xc00009c000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcsweep.go:316 +0xdf fp=0xc0000717c8 sp=0xc000071780 pc=0x10f5f263f runtime.gcenable.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x25 fp=0xc0000717e0 sp=0xc0000717c8 pc=0x10f5e6a85 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000717e8 sp=0xc0000717e0 pc=0x10f6427e1 created by runtime.gcenable in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x1107be6a8?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071f78 sp=0xc000071f58 pc=0x10f63acae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.(*scavengerState).park(0x11133cee0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000071fa8 sp=0xc000071f78 pc=0x10f5f0069 runtime.bgscavenge(0xc00009c000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000071fc8 sp=0xc000071fa8 pc=0x10f5f05f9 runtime.gcenable.gowrap2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0x25 fp=0xc000071fe0 sp=0xc000071fc8 pc=0x10f5e6a25 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000071fe8 sp=0xc000071fe0 pc=0x10f6427e1 created by runtime.gcenable in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0xa5 goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000070688?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070630 sp=0xc000070610 pc=0x10f63acae runtime.runfinq() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:196 +0x107 fp=0xc0000707e0 sp=0xc000070630 pc=0x10f5e5a47 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x10f6427e1 created by runtime.createfing in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:166 +0x3d goroutine 6 gp=0xc0001d08c0 m=nil [chan receive]: runtime.gopark(0xc000223720?, 0xc0000101b0?, 0x60?, 0x27?, 0x10f71b1c8?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072718 sp=0xc0000726f8 pc=0x10f63acae runtime.chanrecv(0xc0000a8310, 0x0, 0x1) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:664 +0x445 fp=0xc000072790 sp=0xc000072718 pc=0x10f5d7845 runtime.chanrecv1(0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:506 +0x12 fp=0xc0000727b8 sp=0xc000072790 pc=0x10f5d73d2 runtime.unique_runtime_registerUniqueMapCleanup.func2(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1796 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1799 +0x2f fp=0xc0000727e0 sp=0xc0000727b8 pc=0x10f5e9bcf runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x10f6427e1 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1794 +0x79 goroutine 7 gp=0xc0001d0fc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072f38 sp=0xc000072f18 pc=0x10f63acae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc000072fc8 sp=0xc000072f38 pc=0x10f5e8ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x10f5e8dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000072fe8 sp=0xc000072fe0 pc=0x10f6427e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 18 gp=0xc000504000 m=nil [GC worker (idle)]: runtime.gopark(0x99106b37e4f?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006c738 sp=0xc00006c718 pc=0x10f63acae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006c7c8 sp=0xc00006c738 pc=0x10f5e8ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006c7e0 sp=0xc00006c7c8 pc=0x10f5e8dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006c7e8 sp=0xc00006c7e0 pc=0x10f6427e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 34 gp=0xc000102380 m=nil [GC worker (idle)]: runtime.gopark(0x99106b2c221?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00011a738 sp=0xc00011a718 pc=0x10f63acae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00011a7c8 sp=0xc00011a738 pc=0x10f5e8ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00011a7e0 sp=0xc00011a7c8 pc=0x10f5e8dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011a7e8 sp=0xc00011a7e0 pc=0x10f6427e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 8 gp=0xc0001d1180 m=nil [GC worker (idle)]: runtime.gopark(0x99106b2cc55?, 0x3?, 0x91?, 0x51?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000073738 sp=0xc000073718 pc=0x10f63acae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000737c8 sp=0xc000073738 pc=0x10f5e8ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000737e0 sp=0xc0000737c8 pc=0x10f5e8dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000737e8 sp=0xc0000737e0 pc=0x10f6427e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 19 gp=0xc0005041c0 m=nil [GC worker (idle)]: runtime.gopark(0x99106b3a0b6?, 0x3?, 0xc4?, 0x1c?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006cf38 sp=0xc00006cf18 pc=0x10f63acae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006cfc8 sp=0xc00006cf38 pc=0x10f5e8ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006cfe0 sp=0xc00006cfc8 pc=0x10f5e8dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006cfe8 sp=0xc00006cfe0 pc=0x10f6427e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 35 gp=0xc000102540 m=nil [GC worker (idle)]: runtime.gopark(0x99106b3616c?, 0x3?, 0x9f?, 0xe1?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00011af38 sp=0xc00011af18 pc=0x10f63acae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00011afc8 sp=0xc00011af38 pc=0x10f5e8ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00011afe0 sp=0xc00011afc8 pc=0x10f5e8dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011afe8 sp=0xc00011afe0 pc=0x10f6427e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 9 gp=0xc0001d1340 m=nil [GC worker (idle)]: runtime.gopark(0x111368420?, 0x1?, 0x40?, 0x66?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000073f38 sp=0xc000073f18 pc=0x10f63acae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc000073fc8 sp=0xc000073f38 pc=0x10f5e8ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc000073fe0 sp=0xc000073fc8 pc=0x10f5e8dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000073fe8 sp=0xc000073fe0 pc=0x10f6427e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 10 gp=0xc0001d1500 m=nil [GC worker (idle)]: runtime.gopark(0x99106b2d54d?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000116738 sp=0xc000116718 pc=0x10f63acae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0001167c8 sp=0xc000116738 pc=0x10f5e8ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0001167e0 sp=0xc0001167c8 pc=0x10f5e8dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0001167e8 sp=0xc0001167e0 pc=0x10f6427e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 11 gp=0xc000602a80 m=nil [sync.WaitGroup.Wait]: runtime.gopark(0x0?, 0x0?, 0x60?, 0xc0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc0001196d0 sp=0xc0001196b0 pc=0x10f63acae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.semacquire1(0xc000226fb8, 0x0, 0x1, 0x0, 0x18) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:188 +0x21d fp=0xc000119738 sp=0xc0001196d0 pc=0x10f61a69d sync.runtime_SemacquireWaitGroup(0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:110 +0x25 fp=0xc000119770 sp=0xc000119738 pc=0x10f63c645 sync.(*WaitGroup).Wait(0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/waitgroup.go:118 +0x48 fp=0xc000119798 sp=0xc000119770 pc=0x10f64e228 github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc000226f00, {0x110a93420, 0xc0006a2410}) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc0001197b8 sp=0xc000119798 pc=0x10fb2798a github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc0001197e0 sp=0xc0001197b8 pc=0x10fb2d9c8 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0001197e8 sp=0xc0001197e0 pc=0x10f6427e1 created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9 goroutine 36 gp=0xc000102700 m=nil [IO wait]: runtime.gopark(0x5?, 0xc00021c071?, 0x1?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00011cdd8 sp=0xc00011cdb8 pc=0x10f63acae runtime.netpollblock(0x10f65c665?, 0xf5d50a6?, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc00011ce10 sp=0xc00011cdd8 pc=0x10f600497 internal/poll.runtime_pollWait(0x1581cfd78, 0x72) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc00011ce30 sp=0xc00011ce10 pc=0x10f639f05 internal/poll.(*pollDesc).wait(0xc0006b1b80?, 0xc00021c071?, 0x0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00011ce58 sp=0xc00011ce30 pc=0x10f6bf527 internal/poll.(*pollDesc).waitRead(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0006b1b80, {0xc00021c071, 0x1, 0x1}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:165 +0x27a fp=0xc00011cef0 sp=0xc00011ce58 pc=0x10f6c081a net.(*netFD).Read(0xc0006b1b80, {0xc00021c071?, 0x0?, 0x0?}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_posix.go:55 +0x25 fp=0xc00011cf38 sp=0xc00011cef0 pc=0x10f736825 net.(*conn).Read(0xc0000747b8, {0xc00021c071?, 0x0?, 0x0?}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/net.go:194 +0x45 fp=0xc00011cf80 sp=0xc00011cf38 pc=0x10f7442c5 net/http.(*connReader).backgroundRead(0xc00021c060) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:690 +0x37 fp=0xc00011cfc8 sp=0xc00011cf80 pc=0x10f931bb7 net/http.(*connReader).startBackgroundRead.gowrap2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0x25 fp=0xc00011cfe0 sp=0xc00011cfc8 pc=0x10f931ae5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00011cfe8 sp=0xc00011cfe0 pc=0x10f6427e1 created by net/http.(*connReader).startBackgroundRead in goroutine 12 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0xb6 rax 0x0 rbx 0x6 rcx 0x7000078438b8 rdx 0x0 rdi 0xd03 rsi 0x6 rbp 0x7000078438e0 rsp 0x7000078438b8 r8 0xd4b00000000 r9 0xf0300000003 r10 0x7ff85ca4f9c0 r11 0x246 r12 0x7b9 r13 0x1583362a0 r14 0xd03 r15 0x16 rip 0x7ff81ae07846 rflags 0x246 cs 0x7 fs 0x0 gs 0x0 time=2025-08-22T15:40:15.692+05:30 level=INFO source=sched.go:441 msg="Load failed" model=/Users/name/.ollama/models/blobs/sha256-735af2139dc652bf01112746474883d79a52fa1c19038265d363e3d42556f7a2 error="do load request: Post \"http://127.0.0.1:51449/load\": EOF" time=2025-08-22T15:40:15.692+05:30 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2" [GIN] 2025/08/22 - 15:40:15 | 500 | 1.143125014s | 127.0.0.1 | POST "/api/chat" ```
Author
Owner

@mouseisbest commented on GitHub (Aug 22, 2025):

Have the same issue on ubuntu with nvidia card, all models are not loading

<!-- gh-comment-id:3214917368 --> @mouseisbest commented on GitHub (Aug 22, 2025): Have the same issue on ubuntu with nvidia card, all models are not loading
Author
Owner

@rick-github commented on GitHub (Aug 22, 2025):

@mouseisbest Server log.

<!-- gh-comment-id:3214921608 --> @rick-github commented on GitHub (Aug 22, 2025): @mouseisbest Server log.
Author
Owner

@HilaryTraut commented on GitHub (Aug 22, 2025):

+1 same issue: Mac OS 15.6, Intel, Ollama installed as of today.

Error:

> ollama run gpt-oss:20b       
> Error: 500 Internal Server Error: do load request: Post "http://127.0.0.1:60228/load": EOF

Server Log:

[GIN] 2025/08/22 - 13:02:40 | 200 | 52.614µs | 127.0.0.1 | HEAD "/"
[GIN] 2025/08/22 - 13:02:40 | 200 | 128.8631ms | 127.0.0.1 | POST "/api/show"
time=2025-08-22T13:02:40.741-06:00 level=INFO source=server.go:383 msg="starting runner" cmd="/Applications/Ollama.app/Contents/Resources/ollama runner --ollama-engine --model /Users/htraut/.ollama/models/blobs/sha256-b112e727c6f18875636c56a779790a590d705aec9e1c0eb5a97d51fc2a778583 --port 60295"
time=2025-08-22T13:02:40.745-06:00 level=INFO source=server.go:488 msg="system memory" total="16.0 GiB" free="5.2 GiB" free_swap="0 B"
time=2025-08-22T13:02:40.746-06:00 level=INFO source=server.go:531 msg=offload library=cpu layers.requested=-1 layers.model=25 layers.offload=0 layers.split=[] memory.available="[5.2 GiB]" memory.gpu_overhead="0 B" memory.required.full="12.9 GiB" memory.required.partial="0 B" memory.required.kv="204.0 MiB" memory.required.allocations="[5.0 GiB]" memory.weights.total="11.7 GiB" memory.weights.repeating="10.7 GiB" memory.weights.nonrepeating="1.1 GiB" memory.graph.full="512.0 MiB" memory.graph.partial="512.0 MiB"
time=2025-08-22T13:02:40.776-06:00 level=INFO source=runner.go:1006 msg="starting ollama engine"
time=2025-08-22T13:02:40.777-06:00 level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:60295"
time=2025-08-22T13:02:40.782-06:00 level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:4 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
time=2025-08-22T13:02:40.850-06:00 level=INFO source=ggml.go:130 msg="" architecture=gptoss file_type=MXFP4 name="" description="" num_tensors=315 num_key_values=30
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.cpp:22: GGML_ASSERT(prev != ggml_uncaught_exception) failed
(lldb) process attach --pid 56083
error: attach failed: attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries, when the attach failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.)
SIGABRT: abort
PC=0x7ff814111846 m=8 sigcode=0
signal arrived during cgo execution

goroutine 11 gp=0xc000103180 m=8 mp=0xc000580808 [syscall]:
runtime.cgocall(0x1059aacb0, 0xc000046720)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/cgocall.go:167 +0x4b fp=0xc0000466f8 sp=0xc0000466c0 pc=0x104cce88b
github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x600000c14000)
_cgo_gotypes.go:195 +0x3a fp=0xc000046720 sp=0xc0000466f8 pc=0x10507b45a
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003a054, 0x2b})
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b8 sp=0xc000046720 pc=0x10507aef5
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1()
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x546 fp=0xc000046a18 sp=0xc0000467b8 pc=0x10507ad46
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046a60 sp=0xc000046a18 pc=0x10507a722
sync.(*Once).doSlow(0x10612a3b0?, 0x1069fd1a0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046ab8 sp=0xc000046a60 pc=0x104ce3deb
sync.(*Once).Do(0x0?, 0xc000046b60?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046ad8 sp=0xc000046ab8 pc=0x104ce3d19
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046b08 sp=0xc000046ad8 pc=0x10507a68d
github.com/ollama/ollama/ml/backend/ggml.init.func1()
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046b98 sp=0xc000046b08 pc=0x1050fa803
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046be0 sp=0xc000046b98 pc=0x1050fa702
sync.(*Once).doSlow(0x10001061200e8?, 0xc0000748b0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046c38 sp=0xc000046be0 pc=0x104ce3deb
sync.(*Once).Do(0x104ce3ea0?, 0x1069fd79c?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046c58 sp=0xc000046c38 pc=0x104ce3d19
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046c88 sp=0xc000046c58 pc=0x1050fa66d
github.com/ollama/ollama/ml/backend/ggml.New({0x7ff7bb2a5b42, 0x6a}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:141 +0x124 fp=0xc000047558 sp=0xc000046c88 pc=0x1051026e4
github.com/ollama/ollama/ml.NewBackend({0x7ff7bb2a5b42, 0x6a}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475a8 sp=0xc000047558 pc=0x1050a221c
github.com/ollama/ollama/model.New({0x7ff7bb2a5b42?, 0x0?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/model/model.go:102 +0x7e fp=0xc0000476a0 sp=0xc0000475a8 pc=0x10511553e
github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc000226d20, {0x7ff7bb2a5b42?, 0x104fc5b1a?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}, {0x0, ...}, ...)
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x1051c2a0c
github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc000226d20, {0x106128148, 0xc0004ca700}, 0xc00047c780)
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x1051c358d
github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x106128148?, 0xc0004ca700?}, 0xc00012bb40?)
:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x1051c4d96
net/http.HandlerFunc.ServeHTTP(0xc000487200?, {0x106128148?, 0xc0004ca700?}, 0xc00012bb60?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x104fd07e9
net/http.(*ServeMux).ServeHTTP(0x104c773c5?, {0x106128148, 0xc0004ca700}, 0xc00047c780)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x104fd26e4
net/http.serverHandler.ServeHTTP({0x1061247b0?}, {0x106128148?, 0xc0004ca700?}, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x104ff016e
net/http.(*conn).serve(0xc0004de3f0, {0x10612a3e8, 0xc00034be90})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x104fcece5
net/http.(*Server).Serve.gowrap3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x104fd45a8
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x104cd97e1
created by net/http.(*Server).Serve in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x485

goroutine 1 gp=0xc000002380 m=nil [IO wait]:
runtime.gopark(0xc00051d7e0?, 0x104cf4918?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000143790 sp=0xc000143770 pc=0x104cd1cae
runtime.netpollblock(0xc00051d7e0?, 0x4c6c0a6?, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc0001437c8 sp=0xc000143790 pc=0x104c97497
internal/poll.runtime_pollWait(0x14d7c0bb0, 0x72)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc0001437e8 sp=0xc0001437c8 pc=0x104cd0f05
internal/poll.(*pollDesc).wait(0xc000531600?, 0x9004fc000?, 0x0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000143810 sp=0xc0001437e8 pc=0x104d56527
internal/poll.(*pollDesc).waitRead(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc000531600)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:620 +0x295 fp=0xc0001438b8 sp=0xc000143810 pc=0x104d5b8f5
net.(*netFD).accept(0xc000531600)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_unix.go:172 +0x29 fp=0xc000143970 sp=0xc0001438b8 pc=0x104dcf7c9
net.(*TCPListener).accept(0xc0005263c0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock_posix.go:159 +0x1b fp=0xc0001439c0 sp=0xc000143970 pc=0x104de445b
net.(*TCPListener).Accept(0xc0005263c0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock.go:380 +0x30 fp=0xc0001439f0 sp=0xc0001439c0 pc=0x104de3350
net/http.(*onceCloseListener).Accept(0xc0004de3f0?)
:1 +0x24 fp=0xc000143a08 sp=0xc0001439f0 pc=0x104ffc8e4
net/http.(*Server).Serve(0xc000037600, {0x106127f68, 0xc0005263c0})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3424 +0x30c fp=0xc000143b38 sp=0xc000143a08 pc=0x104fd41ac
github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0000340a0, 0x4, 0x4})
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc000143d08 sp=0xc000143b38 pc=0x1051c4766
github.com/ollama/ollama/runner.Execute({0xc000034080?, 0x0?, 0x0?})
/Users/runner/work/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000143d30 sp=0xc000143d08 pc=0x1051c4fa9
github.com/ollama/ollama/cmd.NewCLI.func2(0xc000037400?, {0x105c98098?, 0x4?, 0x105c9809c?})
/Users/runner/work/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc000143d58 sp=0xc000143d30 pc=0x10592a525
github.com/spf13/cobra.(*Command).execute(0xc0004e2f08, {0xc00052c410, 0x5, 0x5})
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000143e78 sp=0xc000143d58 pc=0x104e47f1c
github.com/spf13/cobra.(*Command).ExecuteC(0xc0004c6908)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000143f30 sp=0xc000143e78 pc=0x104e48765
github.com/spf13/cobra.(*Command).Execute(...)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
/Users/runner/work/ollama/ollama/main.go:12 +0x4d fp=0xc000143f50 sp=0xc000143f30 pc=0x10592b00d
runtime.main()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:283 +0x28b fp=0xc000143fe0 sp=0xc000143f50 pc=0x104c9e1cb
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000143fe8 sp=0xc000143fe0 pc=0x104cd97e1

goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070fa8 sp=0xc000070f88 pc=0x104cd1cae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.forcegchelper()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:348 +0xb3 fp=0xc000070fe0 sp=0xc000070fa8 pc=0x104c9e513
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x104cd97e1
created by runtime.init.7 in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:336 +0x1a

goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071780 sp=0xc000071760 pc=0x104cd1cae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.bgsweep(0xc00009c000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcsweep.go:316 +0xdf fp=0xc0000717c8 sp=0xc000071780 pc=0x104c8963f
runtime.gcenable.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x25 fp=0xc0000717e0 sp=0xc0000717c8 pc=0x104c7da85
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000717e8 sp=0xc0000717e0 pc=0x104cd97e1
created by runtime.gcenable in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x105e556a8?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071f78 sp=0xc000071f58 pc=0x104cd1cae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.(*scavengerState).park(0x1069d3ee0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000071fa8 sp=0xc000071f78 pc=0x104c87069
runtime.bgscavenge(0xc00009c000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000071fc8 sp=0xc000071fa8 pc=0x104c875f9
runtime.gcenable.gowrap2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0x25 fp=0xc000071fe0 sp=0xc000071fc8 pc=0x104c7da25
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000071fe8 sp=0xc000071fe0 pc=0x104cd97e1
created by runtime.gcenable in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0xa5

goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]:
runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000070688?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070630 sp=0xc000070610 pc=0x104cd1cae
runtime.runfinq()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:196 +0x107 fp=0xc0000707e0 sp=0xc000070630 pc=0x104c7ca47
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x104cd97e1
created by runtime.createfing in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:166 +0x3d

goroutine 6 gp=0xc0001d08c0 m=nil [chan receive]:
runtime.gopark(0xc000223680?, 0xc0000101c8?, 0x60?, 0x27?, 0x104db21c8?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072718 sp=0xc0000726f8 pc=0x104cd1cae
runtime.chanrecv(0xc0000a8310, 0x0, 0x1)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:664 +0x445 fp=0xc000072790 sp=0xc000072718 pc=0x104c6e845
runtime.chanrecv1(0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:506 +0x12 fp=0xc0000727b8 sp=0xc000072790 pc=0x104c6e3d2
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1796
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1799 +0x2f fp=0xc0000727e0 sp=0xc0000727b8 pc=0x104c80bcf
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x104cd97e1
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1794 +0x79

goroutine 7 gp=0xc0001d1180 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072f38 sp=0xc000072f18 pc=0x104cd1cae
runtime.gcBgMarkWorker(0xc0000a9730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc000072fc8 sp=0xc000072f38 pc=0x104c7fee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x104c7fdc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000072fe8 sp=0xc000072fe0 pc=0x104cd97e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 18 gp=0xc000102380 m=nil [GC worker (idle)]:
runtime.gopark(0x304351824439?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006c738 sp=0xc00006c718 pc=0x104cd1cae
runtime.gcBgMarkWorker(0xc0000a9730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006c7c8 sp=0xc00006c738 pc=0x104c7fee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006c7e0 sp=0xc00006c7c8 pc=0x104c7fdc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006c7e8 sp=0xc00006c7e0 pc=0x104cd97e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 34 gp=0xc000504000 m=nil [GC worker (idle)]:
runtime.gopark(0x3043545aa12f?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050a738 sp=0xc00050a718 pc=0x104cd1cae
runtime.gcBgMarkWorker(0xc0000a9730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050a7c8 sp=0xc00050a738 pc=0x104c7fee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050a7e0 sp=0xc00050a7c8 pc=0x104c7fdc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050a7e8 sp=0xc00050a7e0 pc=0x104cd97e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 8 gp=0xc0001d1340 m=nil [GC worker (idle)]:
runtime.gopark(0x304351826044?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000073738 sp=0xc000073718 pc=0x104cd1cae
runtime.gcBgMarkWorker(0xc0000a9730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000737c8 sp=0xc000073738 pc=0x104c7fee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000737e0 sp=0xc0000737c8 pc=0x104c7fdc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000737e8 sp=0xc0000737e0 pc=0x104cd97e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 19 gp=0xc000102540 m=nil [GC worker (idle)]:
runtime.gopark(0x3043545950a2?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006cf38 sp=0xc00006cf18 pc=0x104cd1cae
runtime.gcBgMarkWorker(0xc0000a9730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006cfc8 sp=0xc00006cf38 pc=0x104c7fee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006cfe0 sp=0xc00006cfc8 pc=0x104c7fdc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006cfe8 sp=0xc00006cfe0 pc=0x104cd97e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 35 gp=0xc0005041c0 m=nil [GC worker (idle)]:
runtime.gopark(0x3043545a8864?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050af38 sp=0xc00050af18 pc=0x104cd1cae
runtime.gcBgMarkWorker(0xc0000a9730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050afc8 sp=0xc00050af38 pc=0x104c7fee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050afe0 sp=0xc00050afc8 pc=0x104c7fdc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050afe8 sp=0xc00050afe0 pc=0x104cd97e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 36 gp=0xc000504380 m=nil [GC worker (idle)]:
runtime.gopark(0x304354976fd1?, 0x1?, 0x25?, 0x5e?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050b738 sp=0xc00050b718 pc=0x104cd1cae
runtime.gcBgMarkWorker(0xc0000a9730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050b7c8 sp=0xc00050b738 pc=0x104c7fee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050b7e0 sp=0xc00050b7c8 pc=0x104c7fdc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050b7e8 sp=0xc00050b7e0 pc=0x104cd97e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 9 gp=0xc0001d1500 m=nil [GC worker (idle)]:
runtime.gopark(0x3043518266b8?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000073f38 sp=0xc000073f18 pc=0x104cd1cae
runtime.gcBgMarkWorker(0xc0000a9730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc000073fc8 sp=0xc000073f38 pc=0x104c7fee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc000073fe0 sp=0xc000073fc8 pc=0x104c7fdc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000073fe8 sp=0xc000073fe0 pc=0x104cd97e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 10 gp=0xc000102fc0 m=nil [sync.WaitGroup.Wait]:
runtime.gopark(0x0?, 0x0?, 0x60?, 0xa0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050d6d0 sp=0xc00050d6b0 pc=0x104cd1cae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.semacquire1(0xc000226dd8, 0x0, 0x1, 0x0, 0x18)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:188 +0x21d fp=0xc00050d738 sp=0xc00050d6d0 pc=0x104cb169d
sync.runtime_SemacquireWaitGroup(0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:110 +0x25 fp=0xc00050d770 sp=0xc00050d738 pc=0x104cd3645
sync.(*WaitGroup).Wait(0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/waitgroup.go:118 +0x48 fp=0xc00050d798 sp=0xc00050d770 pc=0x104ce5228
github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc000226d20, {0x10612a420, 0xc00052c4b0})
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00050d7b8 sp=0xc00050d798 pc=0x1051be98a
github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00050d7e0 sp=0xc00050d7b8 pc=0x1051c49c8
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050d7e8 sp=0xc00050d7e0 pc=0x104cd97e1
created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9

goroutine 13 gp=0xc000103340 m=nil [IO wait]:
runtime.gopark(0x5?, 0xc0004fc0a1?, 0x1?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050ddd8 sp=0xc00050ddb8 pc=0x104cd1cae
runtime.netpollblock(0x104cf3665?, 0x4c6c0a6?, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc00050de10 sp=0xc00050ddd8 pc=0x104c97497
internal/poll.runtime_pollWait(0x14d7c0a98, 0x72)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc00050de30 sp=0xc00050de10 pc=0x104cd0f05
internal/poll.(*pollDesc).wait(0xc000531680?, 0xc0004fc0a1?, 0x0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00050de58 sp=0xc00050de30 pc=0x104d56527
internal/poll.(*pollDesc).waitRead(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000531680, {0xc0004fc0a1, 0x1, 0x1})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:165 +0x27a fp=0xc00050def0 sp=0xc00050de58 pc=0x104d5781a
net.(*netFD).Read(0xc000531680, {0xc0004fc0a1?, 0xc000526498?, 0xc00050df70?})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_posix.go:55 +0x25 fp=0xc00050df38 sp=0xc00050def0 pc=0x104dcd825
net.(*conn).Read(0xc0000747c8, {0xc0004fc0a1?, 0x0?, 0x0?})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/net.go:194 +0x45 fp=0xc00050df80 sp=0xc00050df38 pc=0x104ddb2c5
net/http.(*connReader).backgroundRead(0xc0004fc090)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:690 +0x37 fp=0xc00050dfc8 sp=0xc00050df80 pc=0x104fc8bb7
net/http.(*connReader).startBackgroundRead.gowrap2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0x25 fp=0xc00050dfe0 sp=0xc00050dfc8 pc=0x104fc8ae5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050dfe8 sp=0xc00050dfe0 pc=0x104cd97e1
created by net/http.(*connReader).startBackgroundRead in goroutine 11
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0xb6

rax 0x0
rbx 0x6
rcx 0x7000107748b8
rdx 0x0
rdi 0x1903
rsi 0x6
rbp 0x7000107748e0
rsp 0x7000107748b8
r8 0xd4b00000000
r9 0xf0300000003
r10 0x7ff855d599c0
r11 0x246
r12 0x7b9
r13 0x14d9ad2a0
r14 0x1903
r15 0x16
rip 0x7ff814111846
rflags 0x246
cs 0x7
fs 0x0
gs 0x0
time=2025-08-22T13:02:41.389-06:00 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2"
time=2025-08-22T13:02:41.389-06:00 level=INFO source=sched.go:441 msg="Load failed" model=/Users/htraut/.ollama/models/blobs/sha256-b112e727c6f18875636c56a779790a590d705aec9e1c0eb5a97d51fc2a778583 error="do load request: Post "http://127.0.0.1:60295/load": EOF"
[GIN] 2025/08/22 - 13:02:41 | 500 | 956.207394ms | 127.0.0.1 | POST "/api/generate"
[GIN] 2025/08/22 - 13:05:20 | 200 | 3.117039ms | 127.0.0.1 | GET "/api/tags"
[GIN] 2025/08/22 - 13:06:57 | 200 | 22.46µs | 127.0.0.1 | HEAD "/"
[GIN] 2025/08/22 - 13:06:57 | 200 | 111.73653ms | 127.0.0.1 | POST "/api/show"
time=2025-08-22T13:06:58.054-06:00 level=INFO source=server.go:383 msg="starting runner" cmd="/Applications/Ollama.app/Contents/Resources/ollama runner --ollama-engine --model /Users/htraut/.ollama/models/blobs/sha256-b112e727c6f18875636c56a779790a590d705aec9e1c0eb5a97d51fc2a778583 --port 60394"
time=2025-08-22T13:06:58.057-06:00 level=INFO source=server.go:488 msg="system memory" total="16.0 GiB" free="5.0 GiB" free_swap="0 B"
time=2025-08-22T13:06:58.057-06:00 level=INFO source=server.go:531 msg=offload library=cpu layers.requested=-1 layers.model=25 layers.offload=0 layers.split=[] memory.available="[5.0 GiB]" memory.gpu_overhead="0 B" memory.required.full="12.9 GiB" memory.required.partial="0 B" memory.required.kv="204.0 MiB" memory.required.allocations="[4.6 GiB]" memory.weights.total="11.7 GiB" memory.weights.repeating="10.7 GiB" memory.weights.nonrepeating="1.1 GiB" memory.graph.full="512.0 MiB" memory.graph.partial="512.0 MiB"
time=2025-08-22T13:06:58.086-06:00 level=INFO source=runner.go:1006 msg="starting ollama engine"
time=2025-08-22T13:06:58.087-06:00 level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:60394"
time=2025-08-22T13:06:58.093-06:00 level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:4 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
time=2025-08-22T13:06:58.152-06:00 level=INFO source=ggml.go:130 msg="" architecture=gptoss file_type=MXFP4 name="" description="" num_tensors=315 num_key_values=30
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.cpp:22: GGML_ASSERT(prev != ggml_uncaught_exception) failed
(lldb) process attach --pid 58022
error: attach failed: attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries, when the attach failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.)
SIGABRT: abort
PC=0x7ff814111846 m=4 sigcode=0
signal arrived during cgo execution

goroutine 7 gp=0xc000582fc0 m=4 mp=0xc000077808 [syscall]:
runtime.cgocall(0x109f08cb0, 0xc000046720)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/cgocall.go:167 +0x4b fp=0xc0000466f8 sp=0xc0000466c0 pc=0x10922c88b
github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x60000106f8d0)
_cgo_gotypes.go:195 +0x3a fp=0xc000046720 sp=0xc0000466f8 pc=0x1095d945a
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003a054, 0x2b})
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b8 sp=0xc000046720 pc=0x1095d8ef5
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1()
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x546 fp=0xc000046a18 sp=0xc0000467b8 pc=0x1095d8d46
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046a60 sp=0xc000046a18 pc=0x1095d8722
sync.(*Once).doSlow(0x10a6883b0?, 0x10af5b1a0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046ab8 sp=0xc000046a60 pc=0x109241deb
sync.(*Once).Do(0x0?, 0xc000046b60?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046ad8 sp=0xc000046ab8 pc=0x109241d19
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046b08 sp=0xc000046ad8 pc=0x1095d868d
github.com/ollama/ollama/ml/backend/ggml.init.func1()
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046b98 sp=0xc000046b08 pc=0x109658803
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046be0 sp=0xc000046b98 pc=0x109658702
sync.(*Once).doSlow(0x100010a67e0e8?, 0xc00052a0a8?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046c38 sp=0xc000046be0 pc=0x109241deb
sync.(*Once).Do(0x109241ea0?, 0x10af5b79c?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046c58 sp=0xc000046c38 pc=0x109241d19
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046c88 sp=0xc000046c58 pc=0x10965866d
github.com/ollama/ollama/ml/backend/ggml.New({0x7ff7b6d47b3a, 0x6a}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:141 +0x124 fp=0xc000047558 sp=0xc000046c88 pc=0x1096606e4
github.com/ollama/ollama/ml.NewBackend({0x7ff7b6d47b3a, 0x6a}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475a8 sp=0xc000047558 pc=0x10960021c
github.com/ollama/ollama/model.New({0x7ff7b6d47b3a?, 0x0?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/model/model.go:102 +0x7e fp=0xc0000476a0 sp=0xc0000475a8 pc=0x10967353e
github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002290e0, {0x7ff7b6d47b3a?, 0x109523b1a?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}, {0x0, ...}, ...)
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x109720a0c
github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002290e0, {0x10a686148, 0xc0005a6000}, 0xc00059c000)
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x10972158d
github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x10a686148?, 0xc0005a6000?}, 0xc000019b40?)
:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x109722d96
net/http.HandlerFunc.ServeHTTP(0xc000532480?, {0x10a686148?, 0xc0005a6000?}, 0xc000019b60?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x10952e7e9
net/http.(*ServeMux).ServeHTTP(0x1091d53c5?, {0x10a686148, 0xc0005a6000}, 0xc00059c000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x1095306e4
net/http.serverHandler.ServeHTTP({0x10a6827b0?}, {0x10a686148?, 0xc0005a6000?}, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x10954e16e
net/http.(*conn).serve(0xc0000d43f0, {0x10a6883e8, 0xc0000da600})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x10952cce5
net/http.(*Server).Serve.gowrap3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x1095325a8
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x1092377e1
created by net/http.(*Server).Serve in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x485

goroutine 1 gp=0xc000002380 m=nil [IO wait]:
runtime.gopark(0xc0004977e0?, 0x109252918?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc001405790 sp=0xc001405770 pc=0x10922fcae
runtime.netpollblock(0xc0004977e0?, 0x91ca0a6?, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc0014057c8 sp=0xc001405790 pc=0x1091f5497
internal/poll.runtime_pollWait(0x151b5cdf0, 0x72)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc0014057e8 sp=0xc0014057c8 pc=0x10922ef05
internal/poll.(*pollDesc).wait(0xc000615080?, 0x9000da660?, 0x0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc001405810 sp=0xc0014057e8 pc=0x1092b4527
internal/poll.(*pollDesc).waitRead(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc000615080)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:620 +0x295 fp=0xc0014058b8 sp=0xc001405810 pc=0x1092b98f5
net.(*netFD).accept(0xc000615080)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_unix.go:172 +0x29 fp=0xc001405970 sp=0xc0014058b8 pc=0x10932d7c9
net.(*TCPListener).accept(0xc00004ed00)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock_posix.go:159 +0x1b fp=0xc0014059c0 sp=0xc001405970 pc=0x10934245b
net.(*TCPListener).Accept(0xc00004ed00)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock.go:380 +0x30 fp=0xc0014059f0 sp=0xc0014059c0 pc=0x109341350
net/http.(*onceCloseListener).Accept(0xc0000d43f0?)
:1 +0x24 fp=0xc001405a08 sp=0xc0014059f0 pc=0x10955a8e4
net/http.(*Server).Serve(0xc000037100, {0x10a685f68, 0xc00004ed00})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3424 +0x30c fp=0xc001405b38 sp=0xc001405a08 pc=0x1095321ac
github.com/ollama/ollama/runner/ollamarunner.Execute({0xc000138030, 0x4, 0x4})
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc001405d08 sp=0xc001405b38 pc=0x109722766
github.com/ollama/ollama/runner.Execute({0xc000138010?, 0x0?, 0x0?})
/Users/runner/work/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc001405d30 sp=0xc001405d08 pc=0x109722fa9
github.com/ollama/ollama/cmd.NewCLI.func2(0xc000036f00?, {0x10a1f6098?, 0x4?, 0x10a1f609c?})
/Users/runner/work/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc001405d58 sp=0xc001405d30 pc=0x109e88525
github.com/spf13/cobra.(*Command).execute(0xc0000dcf08, {0xc00017bd10, 0x5, 0x5})
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc001405e78 sp=0xc001405d58 pc=0x1093a5f1c
github.com/spf13/cobra.(*Command).ExecuteC(0xc00047af08)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc001405f30 sp=0xc001405e78 pc=0x1093a6765
github.com/spf13/cobra.(*Command).Execute(...)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
/Users/runner/work/ollama/ollama/main.go:12 +0x4d fp=0xc001405f50 sp=0xc001405f30 pc=0x109e8900d
runtime.main()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:283 +0x28b fp=0xc001405fe0 sp=0xc001405f50 pc=0x1091fc1cb
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc001405fe8 sp=0xc001405fe0 pc=0x1092377e1

goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070fa8 sp=0xc000070f88 pc=0x10922fcae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.forcegchelper()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:348 +0xb3 fp=0xc000070fe0 sp=0xc000070fa8 pc=0x1091fc513
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x1092377e1
created by runtime.init.7 in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:336 +0x1a

goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071780 sp=0xc000071760 pc=0x10922fcae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.bgsweep(0xc00009c000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcsweep.go:316 +0xdf fp=0xc0000717c8 sp=0xc000071780 pc=0x1091e763f
runtime.gcenable.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x25 fp=0xc0000717e0 sp=0xc0000717c8 pc=0x1091dba85
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000717e8 sp=0xc0000717e0 pc=0x1092377e1
created by runtime.gcenable in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x10a3b36a8?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071f78 sp=0xc000071f58 pc=0x10922fcae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.(*scavengerState).park(0x10af31ee0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000071fa8 sp=0xc000071f78 pc=0x1091e5069
runtime.bgscavenge(0xc00009c000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000071fc8 sp=0xc000071fa8 pc=0x1091e55f9
runtime.gcenable.gowrap2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0x25 fp=0xc000071fe0 sp=0xc000071fc8 pc=0x1091dba25
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000071fe8 sp=0xc000071fe0 pc=0x1092377e1
created by runtime.gcenable in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0xa5

goroutine 18 gp=0xc000102700 m=nil [finalizer wait]:
runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000070688?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070630 sp=0xc000070610 pc=0x10922fcae
runtime.runfinq()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:196 +0x107 fp=0xc0000707e0 sp=0xc000070630 pc=0x1091daa47
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x1092377e1
created by runtime.createfing in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:166 +0x3d

goroutine 19 gp=0xc000103180 m=nil [chan receive]:
runtime.gopark(0xc00022f400?, 0xc000590018?, 0x60?, 0xc7?, 0x1093101c8?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006c718 sp=0xc00006c6f8 pc=0x10922fcae
runtime.chanrecv(0xc000110310, 0x0, 0x1)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:664 +0x445 fp=0xc00006c790 sp=0xc00006c718 pc=0x1091cc845
runtime.chanrecv1(0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:506 +0x12 fp=0xc00006c7b8 sp=0xc00006c790 pc=0x1091cc3d2
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1796
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1799 +0x2f fp=0xc00006c7e0 sp=0xc00006c7b8 pc=0x1091debcf
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006c7e8 sp=0xc00006c7e0 pc=0x1092377e1
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1794 +0x79

goroutine 20 gp=0xc000103500 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006cf38 sp=0xc00006cf18 pc=0x10922fcae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006cfc8 sp=0xc00006cf38 pc=0x1091ddee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006cfe0 sp=0xc00006cfc8 pc=0x1091dddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006cfe8 sp=0xc00006cfe0 pc=0x1092377e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 21 gp=0xc0001036c0 m=nil [GC worker (idle)]:
runtime.gopark(0x307f3ca9ccb3?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006d738 sp=0xc00006d718 pc=0x10922fcae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006d7c8 sp=0xc00006d738 pc=0x1091ddee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006d7e0 sp=0xc00006d7c8 pc=0x1091dddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006d7e8 sp=0xc00006d7e0 pc=0x1092377e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 22 gp=0xc000103880 m=nil [GC worker (idle)]:
runtime.gopark(0x307f3ce8c78b?, 0x3?, 0x7e?, 0x9?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006df38 sp=0xc00006df18 pc=0x10922fcae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006dfc8 sp=0xc00006df38 pc=0x1091ddee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006dfe0 sp=0xc00006dfc8 pc=0x1091dddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006dfe8 sp=0xc00006dfe0 pc=0x1092377e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 23 gp=0xc000103a40 m=nil [GC worker (idle)]:
runtime.gopark(0x307f3ca9cbfb?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006e738 sp=0xc00006e718 pc=0x10922fcae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006e7c8 sp=0xc00006e738 pc=0x1091ddee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006e7e0 sp=0xc00006e7c8 pc=0x1091dddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006e7e8 sp=0xc00006e7e0 pc=0x1092377e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 34 gp=0xc000504000 m=nil [GC worker (idle)]:
runtime.gopark(0x10af5d420?, 0x1?, 0x4?, 0x69?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050a738 sp=0xc00050a718 pc=0x10922fcae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050a7c8 sp=0xc00050a738 pc=0x1091ddee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050a7e0 sp=0xc00050a7c8 pc=0x1091dddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050a7e8 sp=0xc00050a7e0 pc=0x1092377e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 35 gp=0xc0005041c0 m=nil [GC worker (idle)]:
runtime.gopark(0x307f3ca9d104?, 0x3?, 0xf8?, 0x4f?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050af38 sp=0xc00050af18 pc=0x10922fcae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050afc8 sp=0xc00050af38 pc=0x1091ddee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050afe0 sp=0xc00050afc8 pc=0x1091dddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050afe8 sp=0xc00050afe0 pc=0x1092377e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]:
runtime.gopark(0x307f3ca9f41e?, 0x1?, 0xc7?, 0x33?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072738 sp=0xc000072718 pc=0x10922fcae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000727c8 sp=0xc000072738 pc=0x1091ddee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000727e0 sp=0xc0000727c8 pc=0x1091dddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x1092377e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 24 gp=0xc000103c00 m=nil [GC worker (idle)]:
runtime.gopark(0x307f3caa53b5?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006ef38 sp=0xc00006ef18 pc=0x10922fcae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006efc8 sp=0xc00006ef38 pc=0x1091ddee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006efe0 sp=0xc00006efc8 pc=0x1091dddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006efe8 sp=0xc00006efe0 pc=0x1092377e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 6 gp=0xc000582e00 m=nil [sync.WaitGroup.Wait]:
runtime.gopark(0x0?, 0x0?, 0x60?, 0xe0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050ced0 sp=0xc00050ceb0 pc=0x10922fcae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.semacquire1(0xc000229198, 0x0, 0x1, 0x0, 0x18)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:188 +0x21d fp=0xc00050cf38 sp=0xc00050ced0 pc=0x10920f69d
sync.runtime_SemacquireWaitGroup(0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:110 +0x25 fp=0xc00050cf70 sp=0xc00050cf38 pc=0x109231645
sync.(*WaitGroup).Wait(0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/waitgroup.go:118 +0x48 fp=0xc00050cf98 sp=0xc00050cf70 pc=0x109243228
github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002290e0, {0x10a688420, 0xc00017bdb0})
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00050cfb8 sp=0xc00050cf98 pc=0x10971c98a
github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00050cfe0 sp=0xc00050cfb8 pc=0x1097229c8
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050cfe8 sp=0xc00050cfe0 pc=0x1092377e1
created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9

goroutine 50 gp=0xc000002000 m=nil [IO wait]:
runtime.gopark(0x5?, 0xc0000da701?, 0x1?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000507dd8 sp=0xc000507db8 pc=0x10922fcae
runtime.netpollblock(0x109251665?, 0x91ca0a6?, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc000507e10 sp=0xc000507dd8 pc=0x1091f5497
internal/poll.runtime_pollWait(0x151b5ccd8, 0x72)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc000507e30 sp=0xc000507e10 pc=0x10922ef05
internal/poll.(*pollDesc).wait(0xc000615100?, 0xc0000da701?, 0x0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000507e58 sp=0xc000507e30 pc=0x1092b4527
internal/poll.(*pollDesc).waitRead(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000615100, {0xc0000da701, 0x1, 0x1})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:165 +0x27a fp=0xc000507ef0 sp=0xc000507e58 pc=0x1092b581a
net.(*netFD).Read(0xc000615100, {0xc0000da701?, 0x0?, 0x0?})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_posix.go:55 +0x25 fp=0xc000507f38 sp=0xc000507ef0 pc=0x10932b825
net.(*conn).Read(0xc00011c8d8, {0xc0000da701?, 0x0?, 0x0?})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/net.go:194 +0x45 fp=0xc000507f80 sp=0xc000507f38 pc=0x1093392c5
net/http.(*connReader).backgroundRead(0xc0000da6f0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:690 +0x37 fp=0xc000507fc8 sp=0xc000507f80 pc=0x109526bb7
net/http.(*connReader).startBackgroundRead.gowrap2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0x25 fp=0xc000507fe0 sp=0xc000507fc8 pc=0x109526ae5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000507fe8 sp=0xc000507fe0 pc=0x1092377e1
created by net/http.(*connReader).startBackgroundRead in goroutine 7
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0xb6

rax 0x0
rbx 0x6
rcx 0x7000092508b8
rdx 0x0
rdi 0x1f03
rsi 0x6
rbp 0x7000092508e0
rsp 0x7000092508b8
r8 0xd4b00000000
r9 0x1a0300000003
r10 0x7ff855d599c0
r11 0x246
r12 0x7b9
r13 0x151f0b2a0
r14 0x1f03
r15 0x16
rip 0x7ff814111846
rflags 0x246
cs 0x7
fs 0x0
gs 0x0
time=2025-08-22T13:06:59.229-06:00 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2"
time=2025-08-22T13:06:59.229-06:00 level=INFO source=sched.go:441 msg="Load failed" model=/Users/htraut/.ollama/models/blobs/sha256-b112e727c6f18875636c56a779790a590d705aec9e1c0eb5a97d51fc2a778583 error="do load request: Post "http://127.0.0.1:60394/load": EOF"
[GIN] 2025/08/22 - 13:06:59 | 500 | 1.453844099s | 127.0.0.1 | POST "/api/generate"
[GIN] 2025/08/22 - 13:08:29 | 200 | 1.999267ms | 127.0.0.1 | GET "/api/tags"
[GIN] 2025/08/22 - 13:08:36 | 200 | 1.409125ms | 127.0.0.1 | GET "/api/tags"
[GIN] 2025/08/22 - 13:09:09 | 200 | 1.85863ms | 127.0.0.1 | GET "/api/tags"

<!-- gh-comment-id:3215352280 --> @HilaryTraut commented on GitHub (Aug 22, 2025): +1 same issue: Mac OS 15.6, Intel, Ollama installed as of today. Error: ``` > ollama run gpt-oss:20b > Error: 500 Internal Server Error: do load request: Post "http://127.0.0.1:60228/load": EOF ``` Server Log: [GIN] 2025/08/22 - 13:02:40 | 200 | 52.614µs | 127.0.0.1 | HEAD "/" [GIN] 2025/08/22 - 13:02:40 | 200 | 128.8631ms | 127.0.0.1 | POST "/api/show" time=2025-08-22T13:02:40.741-06:00 level=INFO source=server.go:383 msg="starting runner" cmd="/Applications/Ollama.app/Contents/Resources/ollama runner --ollama-engine --model /Users/htraut/.ollama/models/blobs/sha256-b112e727c6f18875636c56a779790a590d705aec9e1c0eb5a97d51fc2a778583 --port 60295" time=2025-08-22T13:02:40.745-06:00 level=INFO source=server.go:488 msg="system memory" total="16.0 GiB" free="5.2 GiB" free_swap="0 B" time=2025-08-22T13:02:40.746-06:00 level=INFO source=server.go:531 msg=offload library=cpu layers.requested=-1 layers.model=25 layers.offload=0 layers.split=[] memory.available="[5.2 GiB]" memory.gpu_overhead="0 B" memory.required.full="12.9 GiB" memory.required.partial="0 B" memory.required.kv="204.0 MiB" memory.required.allocations="[5.0 GiB]" memory.weights.total="11.7 GiB" memory.weights.repeating="10.7 GiB" memory.weights.nonrepeating="1.1 GiB" memory.graph.full="512.0 MiB" memory.graph.partial="512.0 MiB" time=2025-08-22T13:02:40.776-06:00 level=INFO source=runner.go:1006 msg="starting ollama engine" time=2025-08-22T13:02:40.777-06:00 level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:60295" time=2025-08-22T13:02:40.782-06:00 level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:4 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" time=2025-08-22T13:02:40.850-06:00 level=INFO source=ggml.go:130 msg="" architecture=gptoss file_type=MXFP4 name="" description="" num_tensors=315 num_key_values=30 /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.cpp:22: GGML_ASSERT(prev != ggml_uncaught_exception) failed (lldb) process attach --pid 56083 error: attach failed: attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries, when the attach failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.) SIGABRT: abort PC=0x7ff814111846 m=8 sigcode=0 signal arrived during cgo execution goroutine 11 gp=0xc000103180 m=8 mp=0xc000580808 [syscall]: runtime.cgocall(0x1059aacb0, 0xc000046720) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/cgocall.go:167 +0x4b fp=0xc0000466f8 sp=0xc0000466c0 pc=0x104cce88b github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x600000c14000) _cgo_gotypes.go:195 +0x3a fp=0xc000046720 sp=0xc0000466f8 pc=0x10507b45a github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003a054, 0x2b}) /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b8 sp=0xc000046720 pc=0x10507aef5 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1() /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x546 fp=0xc000046a18 sp=0xc0000467b8 pc=0x10507ad46 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046a60 sp=0xc000046a18 pc=0x10507a722 sync.(*Once).doSlow(0x10612a3b0?, 0x1069fd1a0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046ab8 sp=0xc000046a60 pc=0x104ce3deb sync.(*Once).Do(0x0?, 0xc000046b60?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046ad8 sp=0xc000046ab8 pc=0x104ce3d19 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046b08 sp=0xc000046ad8 pc=0x10507a68d github.com/ollama/ollama/ml/backend/ggml.init.func1() /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046b98 sp=0xc000046b08 pc=0x1050fa803 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046be0 sp=0xc000046b98 pc=0x1050fa702 sync.(*Once).doSlow(0x10001061200e8?, 0xc0000748b0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046c38 sp=0xc000046be0 pc=0x104ce3deb sync.(*Once).Do(0x104ce3ea0?, 0x1069fd79c?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046c58 sp=0xc000046c38 pc=0x104ce3d19 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046c88 sp=0xc000046c58 pc=0x1050fa66d github.com/ollama/ollama/ml/backend/ggml.New({0x7ff7bb2a5b42, 0x6a}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:141 +0x124 fp=0xc000047558 sp=0xc000046c88 pc=0x1051026e4 github.com/ollama/ollama/ml.NewBackend({0x7ff7bb2a5b42, 0x6a}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475a8 sp=0xc000047558 pc=0x1050a221c github.com/ollama/ollama/model.New({0x7ff7bb2a5b42?, 0x0?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/model/model.go:102 +0x7e fp=0xc0000476a0 sp=0xc0000475a8 pc=0x10511553e github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc000226d20, {0x7ff7bb2a5b42?, 0x104fc5b1a?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}, {0x0, ...}, ...) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x1051c2a0c github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc000226d20, {0x106128148, 0xc0004ca700}, 0xc00047c780) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x1051c358d github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x106128148?, 0xc0004ca700?}, 0xc00012bb40?) <autogenerated>:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x1051c4d96 net/http.HandlerFunc.ServeHTTP(0xc000487200?, {0x106128148?, 0xc0004ca700?}, 0xc00012bb60?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x104fd07e9 net/http.(*ServeMux).ServeHTTP(0x104c773c5?, {0x106128148, 0xc0004ca700}, 0xc00047c780) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x104fd26e4 net/http.serverHandler.ServeHTTP({0x1061247b0?}, {0x106128148?, 0xc0004ca700?}, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x104ff016e net/http.(*conn).serve(0xc0004de3f0, {0x10612a3e8, 0xc00034be90}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x104fcece5 net/http.(*Server).Serve.gowrap3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x104fd45a8 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x104cd97e1 created by net/http.(*Server).Serve in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x485 goroutine 1 gp=0xc000002380 m=nil [IO wait]: runtime.gopark(0xc00051d7e0?, 0x104cf4918?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000143790 sp=0xc000143770 pc=0x104cd1cae runtime.netpollblock(0xc00051d7e0?, 0x4c6c0a6?, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc0001437c8 sp=0xc000143790 pc=0x104c97497 internal/poll.runtime_pollWait(0x14d7c0bb0, 0x72) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc0001437e8 sp=0xc0001437c8 pc=0x104cd0f05 internal/poll.(*pollDesc).wait(0xc000531600?, 0x9004fc000?, 0x0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000143810 sp=0xc0001437e8 pc=0x104d56527 internal/poll.(*pollDesc).waitRead(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc000531600) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:620 +0x295 fp=0xc0001438b8 sp=0xc000143810 pc=0x104d5b8f5 net.(*netFD).accept(0xc000531600) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_unix.go:172 +0x29 fp=0xc000143970 sp=0xc0001438b8 pc=0x104dcf7c9 net.(*TCPListener).accept(0xc0005263c0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock_posix.go:159 +0x1b fp=0xc0001439c0 sp=0xc000143970 pc=0x104de445b net.(*TCPListener).Accept(0xc0005263c0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock.go:380 +0x30 fp=0xc0001439f0 sp=0xc0001439c0 pc=0x104de3350 net/http.(*onceCloseListener).Accept(0xc0004de3f0?) <autogenerated>:1 +0x24 fp=0xc000143a08 sp=0xc0001439f0 pc=0x104ffc8e4 net/http.(*Server).Serve(0xc000037600, {0x106127f68, 0xc0005263c0}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3424 +0x30c fp=0xc000143b38 sp=0xc000143a08 pc=0x104fd41ac github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0000340a0, 0x4, 0x4}) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc000143d08 sp=0xc000143b38 pc=0x1051c4766 github.com/ollama/ollama/runner.Execute({0xc000034080?, 0x0?, 0x0?}) /Users/runner/work/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000143d30 sp=0xc000143d08 pc=0x1051c4fa9 github.com/ollama/ollama/cmd.NewCLI.func2(0xc000037400?, {0x105c98098?, 0x4?, 0x105c9809c?}) /Users/runner/work/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc000143d58 sp=0xc000143d30 pc=0x10592a525 github.com/spf13/cobra.(*Command).execute(0xc0004e2f08, {0xc00052c410, 0x5, 0x5}) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000143e78 sp=0xc000143d58 pc=0x104e47f1c github.com/spf13/cobra.(*Command).ExecuteC(0xc0004c6908) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000143f30 sp=0xc000143e78 pc=0x104e48765 github.com/spf13/cobra.(*Command).Execute(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985 main.main() /Users/runner/work/ollama/ollama/main.go:12 +0x4d fp=0xc000143f50 sp=0xc000143f30 pc=0x10592b00d runtime.main() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:283 +0x28b fp=0xc000143fe0 sp=0xc000143f50 pc=0x104c9e1cb runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000143fe8 sp=0xc000143fe0 pc=0x104cd97e1 goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070fa8 sp=0xc000070f88 pc=0x104cd1cae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.forcegchelper() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:348 +0xb3 fp=0xc000070fe0 sp=0xc000070fa8 pc=0x104c9e513 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x104cd97e1 created by runtime.init.7 in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:336 +0x1a goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071780 sp=0xc000071760 pc=0x104cd1cae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.bgsweep(0xc00009c000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcsweep.go:316 +0xdf fp=0xc0000717c8 sp=0xc000071780 pc=0x104c8963f runtime.gcenable.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x25 fp=0xc0000717e0 sp=0xc0000717c8 pc=0x104c7da85 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000717e8 sp=0xc0000717e0 pc=0x104cd97e1 created by runtime.gcenable in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x105e556a8?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071f78 sp=0xc000071f58 pc=0x104cd1cae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.(*scavengerState).park(0x1069d3ee0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000071fa8 sp=0xc000071f78 pc=0x104c87069 runtime.bgscavenge(0xc00009c000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000071fc8 sp=0xc000071fa8 pc=0x104c875f9 runtime.gcenable.gowrap2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0x25 fp=0xc000071fe0 sp=0xc000071fc8 pc=0x104c7da25 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000071fe8 sp=0xc000071fe0 pc=0x104cd97e1 created by runtime.gcenable in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0xa5 goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000070688?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070630 sp=0xc000070610 pc=0x104cd1cae runtime.runfinq() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:196 +0x107 fp=0xc0000707e0 sp=0xc000070630 pc=0x104c7ca47 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x104cd97e1 created by runtime.createfing in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:166 +0x3d goroutine 6 gp=0xc0001d08c0 m=nil [chan receive]: runtime.gopark(0xc000223680?, 0xc0000101c8?, 0x60?, 0x27?, 0x104db21c8?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072718 sp=0xc0000726f8 pc=0x104cd1cae runtime.chanrecv(0xc0000a8310, 0x0, 0x1) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:664 +0x445 fp=0xc000072790 sp=0xc000072718 pc=0x104c6e845 runtime.chanrecv1(0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:506 +0x12 fp=0xc0000727b8 sp=0xc000072790 pc=0x104c6e3d2 runtime.unique_runtime_registerUniqueMapCleanup.func2(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1796 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1799 +0x2f fp=0xc0000727e0 sp=0xc0000727b8 pc=0x104c80bcf runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x104cd97e1 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1794 +0x79 goroutine 7 gp=0xc0001d1180 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072f38 sp=0xc000072f18 pc=0x104cd1cae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc000072fc8 sp=0xc000072f38 pc=0x104c7fee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x104c7fdc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000072fe8 sp=0xc000072fe0 pc=0x104cd97e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 18 gp=0xc000102380 m=nil [GC worker (idle)]: runtime.gopark(0x304351824439?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006c738 sp=0xc00006c718 pc=0x104cd1cae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006c7c8 sp=0xc00006c738 pc=0x104c7fee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006c7e0 sp=0xc00006c7c8 pc=0x104c7fdc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006c7e8 sp=0xc00006c7e0 pc=0x104cd97e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 34 gp=0xc000504000 m=nil [GC worker (idle)]: runtime.gopark(0x3043545aa12f?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050a738 sp=0xc00050a718 pc=0x104cd1cae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050a7c8 sp=0xc00050a738 pc=0x104c7fee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050a7e0 sp=0xc00050a7c8 pc=0x104c7fdc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050a7e8 sp=0xc00050a7e0 pc=0x104cd97e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 8 gp=0xc0001d1340 m=nil [GC worker (idle)]: runtime.gopark(0x304351826044?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000073738 sp=0xc000073718 pc=0x104cd1cae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000737c8 sp=0xc000073738 pc=0x104c7fee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000737e0 sp=0xc0000737c8 pc=0x104c7fdc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000737e8 sp=0xc0000737e0 pc=0x104cd97e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 19 gp=0xc000102540 m=nil [GC worker (idle)]: runtime.gopark(0x3043545950a2?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006cf38 sp=0xc00006cf18 pc=0x104cd1cae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006cfc8 sp=0xc00006cf38 pc=0x104c7fee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006cfe0 sp=0xc00006cfc8 pc=0x104c7fdc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006cfe8 sp=0xc00006cfe0 pc=0x104cd97e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 35 gp=0xc0005041c0 m=nil [GC worker (idle)]: runtime.gopark(0x3043545a8864?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050af38 sp=0xc00050af18 pc=0x104cd1cae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050afc8 sp=0xc00050af38 pc=0x104c7fee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050afe0 sp=0xc00050afc8 pc=0x104c7fdc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050afe8 sp=0xc00050afe0 pc=0x104cd97e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 36 gp=0xc000504380 m=nil [GC worker (idle)]: runtime.gopark(0x304354976fd1?, 0x1?, 0x25?, 0x5e?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050b738 sp=0xc00050b718 pc=0x104cd1cae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050b7c8 sp=0xc00050b738 pc=0x104c7fee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050b7e0 sp=0xc00050b7c8 pc=0x104c7fdc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050b7e8 sp=0xc00050b7e0 pc=0x104cd97e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 9 gp=0xc0001d1500 m=nil [GC worker (idle)]: runtime.gopark(0x3043518266b8?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000073f38 sp=0xc000073f18 pc=0x104cd1cae runtime.gcBgMarkWorker(0xc0000a9730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc000073fc8 sp=0xc000073f38 pc=0x104c7fee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc000073fe0 sp=0xc000073fc8 pc=0x104c7fdc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000073fe8 sp=0xc000073fe0 pc=0x104cd97e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 10 gp=0xc000102fc0 m=nil [sync.WaitGroup.Wait]: runtime.gopark(0x0?, 0x0?, 0x60?, 0xa0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050d6d0 sp=0xc00050d6b0 pc=0x104cd1cae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.semacquire1(0xc000226dd8, 0x0, 0x1, 0x0, 0x18) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:188 +0x21d fp=0xc00050d738 sp=0xc00050d6d0 pc=0x104cb169d sync.runtime_SemacquireWaitGroup(0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:110 +0x25 fp=0xc00050d770 sp=0xc00050d738 pc=0x104cd3645 sync.(*WaitGroup).Wait(0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/waitgroup.go:118 +0x48 fp=0xc00050d798 sp=0xc00050d770 pc=0x104ce5228 github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc000226d20, {0x10612a420, 0xc00052c4b0}) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00050d7b8 sp=0xc00050d798 pc=0x1051be98a github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00050d7e0 sp=0xc00050d7b8 pc=0x1051c49c8 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050d7e8 sp=0xc00050d7e0 pc=0x104cd97e1 created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9 goroutine 13 gp=0xc000103340 m=nil [IO wait]: runtime.gopark(0x5?, 0xc0004fc0a1?, 0x1?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050ddd8 sp=0xc00050ddb8 pc=0x104cd1cae runtime.netpollblock(0x104cf3665?, 0x4c6c0a6?, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc00050de10 sp=0xc00050ddd8 pc=0x104c97497 internal/poll.runtime_pollWait(0x14d7c0a98, 0x72) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc00050de30 sp=0xc00050de10 pc=0x104cd0f05 internal/poll.(*pollDesc).wait(0xc000531680?, 0xc0004fc0a1?, 0x0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00050de58 sp=0xc00050de30 pc=0x104d56527 internal/poll.(*pollDesc).waitRead(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000531680, {0xc0004fc0a1, 0x1, 0x1}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:165 +0x27a fp=0xc00050def0 sp=0xc00050de58 pc=0x104d5781a net.(*netFD).Read(0xc000531680, {0xc0004fc0a1?, 0xc000526498?, 0xc00050df70?}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_posix.go:55 +0x25 fp=0xc00050df38 sp=0xc00050def0 pc=0x104dcd825 net.(*conn).Read(0xc0000747c8, {0xc0004fc0a1?, 0x0?, 0x0?}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/net.go:194 +0x45 fp=0xc00050df80 sp=0xc00050df38 pc=0x104ddb2c5 net/http.(*connReader).backgroundRead(0xc0004fc090) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:690 +0x37 fp=0xc00050dfc8 sp=0xc00050df80 pc=0x104fc8bb7 net/http.(*connReader).startBackgroundRead.gowrap2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0x25 fp=0xc00050dfe0 sp=0xc00050dfc8 pc=0x104fc8ae5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050dfe8 sp=0xc00050dfe0 pc=0x104cd97e1 created by net/http.(*connReader).startBackgroundRead in goroutine 11 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0xb6 rax 0x0 rbx 0x6 rcx 0x7000107748b8 rdx 0x0 rdi 0x1903 rsi 0x6 rbp 0x7000107748e0 rsp 0x7000107748b8 r8 0xd4b00000000 r9 0xf0300000003 r10 0x7ff855d599c0 r11 0x246 r12 0x7b9 r13 0x14d9ad2a0 r14 0x1903 r15 0x16 rip 0x7ff814111846 rflags 0x246 cs 0x7 fs 0x0 gs 0x0 time=2025-08-22T13:02:41.389-06:00 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2" time=2025-08-22T13:02:41.389-06:00 level=INFO source=sched.go:441 msg="Load failed" model=/Users/htraut/.ollama/models/blobs/sha256-b112e727c6f18875636c56a779790a590d705aec9e1c0eb5a97d51fc2a778583 error="do load request: Post \"http://127.0.0.1:60295/load\": EOF" [GIN] 2025/08/22 - 13:02:41 | 500 | 956.207394ms | 127.0.0.1 | POST "/api/generate" [GIN] 2025/08/22 - 13:05:20 | 200 | 3.117039ms | 127.0.0.1 | GET "/api/tags" [GIN] 2025/08/22 - 13:06:57 | 200 | 22.46µs | 127.0.0.1 | HEAD "/" [GIN] 2025/08/22 - 13:06:57 | 200 | 111.73653ms | 127.0.0.1 | POST "/api/show" time=2025-08-22T13:06:58.054-06:00 level=INFO source=server.go:383 msg="starting runner" cmd="/Applications/Ollama.app/Contents/Resources/ollama runner --ollama-engine --model /Users/htraut/.ollama/models/blobs/sha256-b112e727c6f18875636c56a779790a590d705aec9e1c0eb5a97d51fc2a778583 --port 60394" time=2025-08-22T13:06:58.057-06:00 level=INFO source=server.go:488 msg="system memory" total="16.0 GiB" free="5.0 GiB" free_swap="0 B" time=2025-08-22T13:06:58.057-06:00 level=INFO source=server.go:531 msg=offload library=cpu layers.requested=-1 layers.model=25 layers.offload=0 layers.split=[] memory.available="[5.0 GiB]" memory.gpu_overhead="0 B" memory.required.full="12.9 GiB" memory.required.partial="0 B" memory.required.kv="204.0 MiB" memory.required.allocations="[4.6 GiB]" memory.weights.total="11.7 GiB" memory.weights.repeating="10.7 GiB" memory.weights.nonrepeating="1.1 GiB" memory.graph.full="512.0 MiB" memory.graph.partial="512.0 MiB" time=2025-08-22T13:06:58.086-06:00 level=INFO source=runner.go:1006 msg="starting ollama engine" time=2025-08-22T13:06:58.087-06:00 level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:60394" time=2025-08-22T13:06:58.093-06:00 level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:4 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" time=2025-08-22T13:06:58.152-06:00 level=INFO source=ggml.go:130 msg="" architecture=gptoss file_type=MXFP4 name="" description="" num_tensors=315 num_key_values=30 /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.cpp:22: GGML_ASSERT(prev != ggml_uncaught_exception) failed (lldb) process attach --pid 58022 error: attach failed: attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries, when the attach failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.) SIGABRT: abort PC=0x7ff814111846 m=4 sigcode=0 signal arrived during cgo execution goroutine 7 gp=0xc000582fc0 m=4 mp=0xc000077808 [syscall]: runtime.cgocall(0x109f08cb0, 0xc000046720) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/cgocall.go:167 +0x4b fp=0xc0000466f8 sp=0xc0000466c0 pc=0x10922c88b github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x60000106f8d0) _cgo_gotypes.go:195 +0x3a fp=0xc000046720 sp=0xc0000466f8 pc=0x1095d945a github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003a054, 0x2b}) /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b8 sp=0xc000046720 pc=0x1095d8ef5 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1() /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x546 fp=0xc000046a18 sp=0xc0000467b8 pc=0x1095d8d46 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046a60 sp=0xc000046a18 pc=0x1095d8722 sync.(*Once).doSlow(0x10a6883b0?, 0x10af5b1a0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046ab8 sp=0xc000046a60 pc=0x109241deb sync.(*Once).Do(0x0?, 0xc000046b60?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046ad8 sp=0xc000046ab8 pc=0x109241d19 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046b08 sp=0xc000046ad8 pc=0x1095d868d github.com/ollama/ollama/ml/backend/ggml.init.func1() /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046b98 sp=0xc000046b08 pc=0x109658803 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046be0 sp=0xc000046b98 pc=0x109658702 sync.(*Once).doSlow(0x100010a67e0e8?, 0xc00052a0a8?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046c38 sp=0xc000046be0 pc=0x109241deb sync.(*Once).Do(0x109241ea0?, 0x10af5b79c?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046c58 sp=0xc000046c38 pc=0x109241d19 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046c88 sp=0xc000046c58 pc=0x10965866d github.com/ollama/ollama/ml/backend/ggml.New({0x7ff7b6d47b3a, 0x6a}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:141 +0x124 fp=0xc000047558 sp=0xc000046c88 pc=0x1096606e4 github.com/ollama/ollama/ml.NewBackend({0x7ff7b6d47b3a, 0x6a}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475a8 sp=0xc000047558 pc=0x10960021c github.com/ollama/ollama/model.New({0x7ff7b6d47b3a?, 0x0?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/model/model.go:102 +0x7e fp=0xc0000476a0 sp=0xc0000475a8 pc=0x10967353e github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002290e0, {0x7ff7b6d47b3a?, 0x109523b1a?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}, {0x0, ...}, ...) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x109720a0c github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002290e0, {0x10a686148, 0xc0005a6000}, 0xc00059c000) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x10972158d github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x10a686148?, 0xc0005a6000?}, 0xc000019b40?) <autogenerated>:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x109722d96 net/http.HandlerFunc.ServeHTTP(0xc000532480?, {0x10a686148?, 0xc0005a6000?}, 0xc000019b60?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x10952e7e9 net/http.(*ServeMux).ServeHTTP(0x1091d53c5?, {0x10a686148, 0xc0005a6000}, 0xc00059c000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x1095306e4 net/http.serverHandler.ServeHTTP({0x10a6827b0?}, {0x10a686148?, 0xc0005a6000?}, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x10954e16e net/http.(*conn).serve(0xc0000d43f0, {0x10a6883e8, 0xc0000da600}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x10952cce5 net/http.(*Server).Serve.gowrap3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x1095325a8 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x1092377e1 created by net/http.(*Server).Serve in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x485 goroutine 1 gp=0xc000002380 m=nil [IO wait]: runtime.gopark(0xc0004977e0?, 0x109252918?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc001405790 sp=0xc001405770 pc=0x10922fcae runtime.netpollblock(0xc0004977e0?, 0x91ca0a6?, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc0014057c8 sp=0xc001405790 pc=0x1091f5497 internal/poll.runtime_pollWait(0x151b5cdf0, 0x72) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc0014057e8 sp=0xc0014057c8 pc=0x10922ef05 internal/poll.(*pollDesc).wait(0xc000615080?, 0x9000da660?, 0x0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc001405810 sp=0xc0014057e8 pc=0x1092b4527 internal/poll.(*pollDesc).waitRead(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc000615080) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:620 +0x295 fp=0xc0014058b8 sp=0xc001405810 pc=0x1092b98f5 net.(*netFD).accept(0xc000615080) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_unix.go:172 +0x29 fp=0xc001405970 sp=0xc0014058b8 pc=0x10932d7c9 net.(*TCPListener).accept(0xc00004ed00) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock_posix.go:159 +0x1b fp=0xc0014059c0 sp=0xc001405970 pc=0x10934245b net.(*TCPListener).Accept(0xc00004ed00) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock.go:380 +0x30 fp=0xc0014059f0 sp=0xc0014059c0 pc=0x109341350 net/http.(*onceCloseListener).Accept(0xc0000d43f0?) <autogenerated>:1 +0x24 fp=0xc001405a08 sp=0xc0014059f0 pc=0x10955a8e4 net/http.(*Server).Serve(0xc000037100, {0x10a685f68, 0xc00004ed00}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3424 +0x30c fp=0xc001405b38 sp=0xc001405a08 pc=0x1095321ac github.com/ollama/ollama/runner/ollamarunner.Execute({0xc000138030, 0x4, 0x4}) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc001405d08 sp=0xc001405b38 pc=0x109722766 github.com/ollama/ollama/runner.Execute({0xc000138010?, 0x0?, 0x0?}) /Users/runner/work/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc001405d30 sp=0xc001405d08 pc=0x109722fa9 github.com/ollama/ollama/cmd.NewCLI.func2(0xc000036f00?, {0x10a1f6098?, 0x4?, 0x10a1f609c?}) /Users/runner/work/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc001405d58 sp=0xc001405d30 pc=0x109e88525 github.com/spf13/cobra.(*Command).execute(0xc0000dcf08, {0xc00017bd10, 0x5, 0x5}) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc001405e78 sp=0xc001405d58 pc=0x1093a5f1c github.com/spf13/cobra.(*Command).ExecuteC(0xc00047af08) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc001405f30 sp=0xc001405e78 pc=0x1093a6765 github.com/spf13/cobra.(*Command).Execute(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985 main.main() /Users/runner/work/ollama/ollama/main.go:12 +0x4d fp=0xc001405f50 sp=0xc001405f30 pc=0x109e8900d runtime.main() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:283 +0x28b fp=0xc001405fe0 sp=0xc001405f50 pc=0x1091fc1cb runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc001405fe8 sp=0xc001405fe0 pc=0x1092377e1 goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070fa8 sp=0xc000070f88 pc=0x10922fcae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.forcegchelper() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:348 +0xb3 fp=0xc000070fe0 sp=0xc000070fa8 pc=0x1091fc513 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x1092377e1 created by runtime.init.7 in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:336 +0x1a goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071780 sp=0xc000071760 pc=0x10922fcae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.bgsweep(0xc00009c000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcsweep.go:316 +0xdf fp=0xc0000717c8 sp=0xc000071780 pc=0x1091e763f runtime.gcenable.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x25 fp=0xc0000717e0 sp=0xc0000717c8 pc=0x1091dba85 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000717e8 sp=0xc0000717e0 pc=0x1092377e1 created by runtime.gcenable in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x10a3b36a8?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071f78 sp=0xc000071f58 pc=0x10922fcae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.(*scavengerState).park(0x10af31ee0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000071fa8 sp=0xc000071f78 pc=0x1091e5069 runtime.bgscavenge(0xc00009c000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000071fc8 sp=0xc000071fa8 pc=0x1091e55f9 runtime.gcenable.gowrap2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0x25 fp=0xc000071fe0 sp=0xc000071fc8 pc=0x1091dba25 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000071fe8 sp=0xc000071fe0 pc=0x1092377e1 created by runtime.gcenable in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0xa5 goroutine 18 gp=0xc000102700 m=nil [finalizer wait]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000070688?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070630 sp=0xc000070610 pc=0x10922fcae runtime.runfinq() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:196 +0x107 fp=0xc0000707e0 sp=0xc000070630 pc=0x1091daa47 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x1092377e1 created by runtime.createfing in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:166 +0x3d goroutine 19 gp=0xc000103180 m=nil [chan receive]: runtime.gopark(0xc00022f400?, 0xc000590018?, 0x60?, 0xc7?, 0x1093101c8?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006c718 sp=0xc00006c6f8 pc=0x10922fcae runtime.chanrecv(0xc000110310, 0x0, 0x1) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:664 +0x445 fp=0xc00006c790 sp=0xc00006c718 pc=0x1091cc845 runtime.chanrecv1(0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:506 +0x12 fp=0xc00006c7b8 sp=0xc00006c790 pc=0x1091cc3d2 runtime.unique_runtime_registerUniqueMapCleanup.func2(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1796 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1799 +0x2f fp=0xc00006c7e0 sp=0xc00006c7b8 pc=0x1091debcf runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006c7e8 sp=0xc00006c7e0 pc=0x1092377e1 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1794 +0x79 goroutine 20 gp=0xc000103500 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006cf38 sp=0xc00006cf18 pc=0x10922fcae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006cfc8 sp=0xc00006cf38 pc=0x1091ddee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006cfe0 sp=0xc00006cfc8 pc=0x1091dddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006cfe8 sp=0xc00006cfe0 pc=0x1092377e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 21 gp=0xc0001036c0 m=nil [GC worker (idle)]: runtime.gopark(0x307f3ca9ccb3?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006d738 sp=0xc00006d718 pc=0x10922fcae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006d7c8 sp=0xc00006d738 pc=0x1091ddee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006d7e0 sp=0xc00006d7c8 pc=0x1091dddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006d7e8 sp=0xc00006d7e0 pc=0x1092377e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 22 gp=0xc000103880 m=nil [GC worker (idle)]: runtime.gopark(0x307f3ce8c78b?, 0x3?, 0x7e?, 0x9?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006df38 sp=0xc00006df18 pc=0x10922fcae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006dfc8 sp=0xc00006df38 pc=0x1091ddee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006dfe0 sp=0xc00006dfc8 pc=0x1091dddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006dfe8 sp=0xc00006dfe0 pc=0x1092377e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 23 gp=0xc000103a40 m=nil [GC worker (idle)]: runtime.gopark(0x307f3ca9cbfb?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006e738 sp=0xc00006e718 pc=0x10922fcae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006e7c8 sp=0xc00006e738 pc=0x1091ddee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006e7e0 sp=0xc00006e7c8 pc=0x1091dddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006e7e8 sp=0xc00006e7e0 pc=0x1092377e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 34 gp=0xc000504000 m=nil [GC worker (idle)]: runtime.gopark(0x10af5d420?, 0x1?, 0x4?, 0x69?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050a738 sp=0xc00050a718 pc=0x10922fcae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050a7c8 sp=0xc00050a738 pc=0x1091ddee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050a7e0 sp=0xc00050a7c8 pc=0x1091dddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050a7e8 sp=0xc00050a7e0 pc=0x1092377e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 35 gp=0xc0005041c0 m=nil [GC worker (idle)]: runtime.gopark(0x307f3ca9d104?, 0x3?, 0xf8?, 0x4f?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050af38 sp=0xc00050af18 pc=0x10922fcae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050afc8 sp=0xc00050af38 pc=0x1091ddee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050afe0 sp=0xc00050afc8 pc=0x1091dddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050afe8 sp=0xc00050afe0 pc=0x1092377e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]: runtime.gopark(0x307f3ca9f41e?, 0x1?, 0xc7?, 0x33?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072738 sp=0xc000072718 pc=0x10922fcae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000727c8 sp=0xc000072738 pc=0x1091ddee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000727e0 sp=0xc0000727c8 pc=0x1091dddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x1092377e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 24 gp=0xc000103c00 m=nil [GC worker (idle)]: runtime.gopark(0x307f3caa53b5?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006ef38 sp=0xc00006ef18 pc=0x10922fcae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006efc8 sp=0xc00006ef38 pc=0x1091ddee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006efe0 sp=0xc00006efc8 pc=0x1091dddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006efe8 sp=0xc00006efe0 pc=0x1092377e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 6 gp=0xc000582e00 m=nil [sync.WaitGroup.Wait]: runtime.gopark(0x0?, 0x0?, 0x60?, 0xe0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050ced0 sp=0xc00050ceb0 pc=0x10922fcae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.semacquire1(0xc000229198, 0x0, 0x1, 0x0, 0x18) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:188 +0x21d fp=0xc00050cf38 sp=0xc00050ced0 pc=0x10920f69d sync.runtime_SemacquireWaitGroup(0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:110 +0x25 fp=0xc00050cf70 sp=0xc00050cf38 pc=0x109231645 sync.(*WaitGroup).Wait(0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/waitgroup.go:118 +0x48 fp=0xc00050cf98 sp=0xc00050cf70 pc=0x109243228 github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002290e0, {0x10a688420, 0xc00017bdb0}) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00050cfb8 sp=0xc00050cf98 pc=0x10971c98a github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00050cfe0 sp=0xc00050cfb8 pc=0x1097229c8 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050cfe8 sp=0xc00050cfe0 pc=0x1092377e1 created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9 goroutine 50 gp=0xc000002000 m=nil [IO wait]: runtime.gopark(0x5?, 0xc0000da701?, 0x1?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000507dd8 sp=0xc000507db8 pc=0x10922fcae runtime.netpollblock(0x109251665?, 0x91ca0a6?, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc000507e10 sp=0xc000507dd8 pc=0x1091f5497 internal/poll.runtime_pollWait(0x151b5ccd8, 0x72) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc000507e30 sp=0xc000507e10 pc=0x10922ef05 internal/poll.(*pollDesc).wait(0xc000615100?, 0xc0000da701?, 0x0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000507e58 sp=0xc000507e30 pc=0x1092b4527 internal/poll.(*pollDesc).waitRead(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000615100, {0xc0000da701, 0x1, 0x1}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:165 +0x27a fp=0xc000507ef0 sp=0xc000507e58 pc=0x1092b581a net.(*netFD).Read(0xc000615100, {0xc0000da701?, 0x0?, 0x0?}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_posix.go:55 +0x25 fp=0xc000507f38 sp=0xc000507ef0 pc=0x10932b825 net.(*conn).Read(0xc00011c8d8, {0xc0000da701?, 0x0?, 0x0?}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/net.go:194 +0x45 fp=0xc000507f80 sp=0xc000507f38 pc=0x1093392c5 net/http.(*connReader).backgroundRead(0xc0000da6f0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:690 +0x37 fp=0xc000507fc8 sp=0xc000507f80 pc=0x109526bb7 net/http.(*connReader).startBackgroundRead.gowrap2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0x25 fp=0xc000507fe0 sp=0xc000507fc8 pc=0x109526ae5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000507fe8 sp=0xc000507fe0 pc=0x1092377e1 created by net/http.(*connReader).startBackgroundRead in goroutine 7 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0xb6 rax 0x0 rbx 0x6 rcx 0x7000092508b8 rdx 0x0 rdi 0x1f03 rsi 0x6 rbp 0x7000092508e0 rsp 0x7000092508b8 r8 0xd4b00000000 r9 0x1a0300000003 r10 0x7ff855d599c0 r11 0x246 r12 0x7b9 r13 0x151f0b2a0 r14 0x1f03 r15 0x16 rip 0x7ff814111846 rflags 0x246 cs 0x7 fs 0x0 gs 0x0 time=2025-08-22T13:06:59.229-06:00 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2" time=2025-08-22T13:06:59.229-06:00 level=INFO source=sched.go:441 msg="Load failed" model=/Users/htraut/.ollama/models/blobs/sha256-b112e727c6f18875636c56a779790a590d705aec9e1c0eb5a97d51fc2a778583 error="do load request: Post \"http://127.0.0.1:60394/load\": EOF" [GIN] 2025/08/22 - 13:06:59 | 500 | 1.453844099s | 127.0.0.1 | POST "/api/generate" [GIN] 2025/08/22 - 13:08:29 | 200 | 1.999267ms | 127.0.0.1 | GET "/api/tags" [GIN] 2025/08/22 - 13:08:36 | 200 | 1.409125ms | 127.0.0.1 | GET "/api/tags" [GIN] 2025/08/22 - 13:09:09 | 200 | 1.85863ms | 127.0.0.1 | GET "/api/tags"
Author
Owner

@mouseisbest commented on GitHub (Aug 23, 2025):

@mouseisbest Server log.

Here's log.

Aug 23 09:30:24 svr016 ollama[179029]: [GIN] 2025/08/23 - 09:30:24 | 200 | 29.78µs | 127.0.0.1 | HEAD "/"
Aug 23 09:30:24 svr016 ollama[179029]: [GIN] 2025/08/23 - 09:30:24 | 200 | 39.900503ms | 127.0.0.1 | POST "/api/show"
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: loaded meta data with 27 key-value pairs and 443 tensors from /mnt/hd2/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e (version GGUF V3 (latest))
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 0: general.architecture str = qwen3
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 1: general.type str = model
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 2: general.name str = Qwen3 14B
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 3: general.basename str = Qwen3
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 4: general.size_label str = 14B
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 5: qwen3.block_count u32 = 40
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 6: qwen3.context_length u32 = 40960
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 7: qwen3.embedding_length u32 = 5120
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 8: qwen3.feed_forward_length u32 = 17408
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 9: qwen3.attention.head_count u32 = 40
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 10: qwen3.attention.head_count_kv u32 = 8
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 11: qwen3.rope.freq_base f32 = 1000000.000000
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 12: qwen3.attention.layer_norm_rms_epsilon f32 = 0.000001
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 13: qwen3.attention.key_length u32 = 128
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 14: qwen3.attention.value_length u32 = 128
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 15: tokenizer.ggml.model str = gpt2
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 16: tokenizer.ggml.pre str = qwen2
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 17: tokenizer.ggml.tokens arr[str,151936] = ["!", """, "#", "$", "%", "&", "'", ...
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 18: tokenizer.ggml.token_type arr[i32,151936] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 19: tokenizer.ggml.merges arr[str,151387] = ["Ġ Ġ", "ĠĠ ĠĠ", "i n", "Ġ t",...
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 20: tokenizer.ggml.eos_token_id u32 = 151645
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 21: tokenizer.ggml.padding_token_id u32 = 151643
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 22: tokenizer.ggml.bos_token_id u32 = 151643
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 23: tokenizer.ggml.add_bos_token bool = false
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 24: tokenizer.chat_template str = {%- if tools %}\n {{- '<|im_start|>...
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 25: general.quantization_version u32 = 2
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 26: general.file_type u32 = 15
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - type f32: 161 tensors
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - type f16: 40 tensors
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - type q4_K: 221 tensors
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - type q6_K: 21 tensors
Aug 23 09:30:24 svr016 ollama[179029]: print_info: file format = GGUF V3 (latest)
Aug 23 09:30:24 svr016 ollama[179029]: print_info: file type = Q4_K - Medium
Aug 23 09:30:24 svr016 ollama[179029]: print_info: file size = 8.63 GiB (5.02 BPW)
Aug 23 09:30:24 svr016 ollama[179029]: load: printing all EOG tokens:
Aug 23 09:30:24 svr016 ollama[179029]: load: - 151643 ('<|endoftext|>')
Aug 23 09:30:24 svr016 ollama[179029]: load: - 151645 ('<|im_end|>')
Aug 23 09:30:24 svr016 ollama[179029]: load: - 151662 ('<|fim_pad|>')
Aug 23 09:30:24 svr016 ollama[179029]: load: - 151663 ('<|repo_name|>')
Aug 23 09:30:24 svr016 ollama[179029]: load: - 151664 ('<|file_sep|>')
Aug 23 09:30:24 svr016 ollama[179029]: load: special tokens cache size = 26
Aug 23 09:30:24 svr016 ollama[179029]: load: token to piece cache size = 0.9311 MB
Aug 23 09:30:24 svr016 ollama[179029]: print_info: arch = qwen3
Aug 23 09:30:24 svr016 ollama[179029]: print_info: vocab_only = 1
Aug 23 09:30:24 svr016 ollama[179029]: print_info: model type = ?B
Aug 23 09:30:24 svr016 ollama[179029]: print_info: model params = 14.77 B
Aug 23 09:30:24 svr016 ollama[179029]: print_info: general.name = Qwen3 14B
Aug 23 09:30:24 svr016 ollama[179029]: print_info: vocab type = BPE
Aug 23 09:30:24 svr016 ollama[179029]: print_info: n_vocab = 151936
Aug 23 09:30:24 svr016 ollama[179029]: print_info: n_merges = 151387
Aug 23 09:30:24 svr016 ollama[179029]: print_info: BOS token = 151643 '<|endoftext|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOS token = 151645 '<|im_end|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOT token = 151645 '<|im_end|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: PAD token = 151643 '<|endoftext|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: LF token = 198 'Ċ'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM PRE token = 151659 '<|fim_prefix|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM SUF token = 151661 '<|fim_suffix|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM MID token = 151660 '<|fim_middle|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM PAD token = 151662 '<|fim_pad|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM REP token = 151663 '<|repo_name|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM SEP token = 151664 '<|file_sep|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOG token = 151643 '<|endoftext|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOG token = 151645 '<|im_end|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOG token = 151662 '<|fim_pad|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOG token = 151663 '<|repo_name|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOG token = 151664 '<|file_sep|>'
Aug 23 09:30:24 svr016 ollama[179029]: print_info: max token length = 256
Aug 23 09:30:24 svr016 ollama[179029]: llama_model_load: vocab only - skipping tensors
Aug 23 09:30:24 svr016 ollama[179029]: time=2025-08-23T09:30:24.946+08:00 level=INFO source=server.go:383 msg="starting runner" cmd="/mnt/hd2/ollama/cur_ver/bin/ollama runner --model /mnt/hd2/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e --port 43411"
Aug 23 09:30:24 svr016 ollama[179029]: time=2025-08-23T09:30:24.954+08:00 level=INFO source=runner.go:864 msg="starting go runner"
Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: found 2 CUDA devices:
Aug 23 09:30:25 svr016 ollama[179029]: Device 0: NVIDIA GeForce RTX 4060 Ti, compute capability 8.9, VMM: yes, ID: GPU-22cbdfb9-c9d9-aff9-a134-0d9d8e292fda
Aug 23 09:30:25 svr016 ollama[179029]: Device 1: NVIDIA GeForce RTX 2080 Ti, compute capability 7.5, VMM: yes, ID: GPU-ce641ff5-b752-60d5-3280-38c38b884336
Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.305+08:00 level=INFO source=server.go:488 msg="system memory" total="94.2 GiB" free="44.0 GiB" free_swap="0 B"
Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.306+08:00 level=INFO source=memory.go:36 msg="new model will fit in available VRAM across minimum required GPUs, loading" model=/mnt/hd2/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e library=cuda parallel=1 required="10.0 GiB" gpus=1
Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.306+08:00 level=INFO source=server.go:531 msg=offload library=cuda layers.requested=-1 layers.model=41 layers.offload=41 layers.split=[41] memory.available="[21.3 GiB]" memory.gpu_overhead="0 B" memory.required.full="10.0 GiB" memory.required.partial="10.0 GiB" memory.required.kv="640.0 MiB" memory.required.allocations="[10.0 GiB]" memory.weights.total="8.2 GiB" memory.weights.repeating="7.6 GiB" memory.weights.nonrepeating="608.6 MiB" memory.graph.full="533.3 MiB" memory.graph.partial="533.3 MiB"
Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/libggml-cuda.so
Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CPU backend from /mnt/hd2/ollama/cur_ver/lib/ollama/libggml-cpu-haswell.so
Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: found 2 CUDA devices:
Aug 23 09:30:25 svr016 ollama[179029]: Device 0: NVIDIA GeForce RTX 4060 Ti, compute capability 8.9, VMM: yes
Aug 23 09:30:25 svr016 ollama[179029]: Device 1: NVIDIA GeForce RTX 2080 Ti, compute capability 7.5, VMM: yes
Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/cuda_v12/libggml-cuda.so
Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.390+08:00 level=INFO source=ggml.go:104 msg=system CPU.0.SSE3=1 CPU.0.SSSE3=1 CPU.0.AVX=1 CPU.0.AVX2=1 CPU.0.F16C=1 CPU.0.FMA=1 CPU.0.BMI2=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.0.USE_GRAPHS=1 CUDA.0.PEER_MAX_BATCH_SIZE=128 CUDA.1.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.1.USE_GRAPHS=1 CUDA.1.PEER_MAX_BATCH_SIZE=128 CUDA.2.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.2.USE_GRAPHS=1 CUDA.2.PEER_MAX_BATCH_SIZE=128 CUDA.3.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.3.USE_GRAPHS=1 CUDA.3.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc)
Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.390+08:00 level=INFO source=runner.go:900 msg="Server listening on 127.0.0.1:43411"
Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.400+08:00 level=INFO source=runner.go:799 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:8 GPULayers:41[ID:GPU-ce641ff5-b752-60d5-3280-38c38b884336 Layers:41(0..40)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:true}"
Aug 23 09:30:25 svr016 ollama[179029]: unexpected fault address 0x3c3730000
Aug 23 09:30:25 svr016 ollama[179029]: fatal error: fault
Aug 23 09:30:25 svr016 ollama[179029]: [signal SIGSEGV: segmentation violation code=0x2 addr=0x3c3730000 pc=0x560ac302b2a0]
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 32 gp=0xc0001e1880 m=10 mp=0xc00068e008 [running]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.throw({0x560ac405b49a?, 0xc0001e1880?})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/panic.go:1096 +0x4a fp=0xc000047678 sp=0xc000047648 pc=0x560ac309b74a
Aug 23 09:30:25 svr016 ollama[179029]: runtime.sigpanic()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/signal_unix.go:939 +0x26c fp=0xc0000476d8 sp=0xc000047678 pc=0x560ac309dbcc
Aug 23 09:30:25 svr016 ollama[179029]: indexbytebody()
Aug 23 09:30:25 svr016 ollama[179029]: internal/bytealg/indexbyte_amd64.s:131 +0xe0 fp=0xc0000476e0 sp=0xc0000476d8 pc=0x560ac302b2a0
Aug 23 09:30:25 svr016 ollama[179029]: runtime.findnull(0xc000047760?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/string.go:577 +0x79 fp=0xc000047738 sp=0xc0000476e0 pc=0x560ac30833d9
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gostring(0x3c3730000)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/string.go:363 +0x1c fp=0xc000047770 sp=0xc000047738 pc=0x560ac309ea3c
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/llama._Cfunc_GoString(...)
Aug 23 09:30:25 svr016 ollama[179029]: _cgo_gotypes.go:332
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/llama.EnumerateGPUs()
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/llama/llama.go:74 +0x1a5 fp=0xc000047820 sp=0xc000047770 pc=0x560ac3449da5
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner.(*Server).load(0xc000182960, {0x560ac453f2c8, 0xc0006a40e0}, 0xc0004a6000)
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner/runner.go:810 +0x40a fp=0xc000047ac0 sp=0xc000047820 pc=0x560ac351424a
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner.(*Server).load-fm({0x560ac453f2c8?, 0xc0006a40e0?}, 0xc000313b40?)
Aug 23 09:30:25 svr016 ollama[179029]: :1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x560ac3515b36
Aug 23 09:30:25 svr016 ollama[179029]: net/http.HandlerFunc.ServeHTTP(0xc0000edec0?, {0x560ac453f2c8?, 0xc0006a40e0?}, 0xc000313b60?)
Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x560ac339a109
Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*ServeMux).ServeHTTP(0x560ac303fd85?, {0x560ac453f2c8, 0xc0006a40e0}, 0xc0004a6000)
Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x560ac339c004
Aug 23 09:30:25 svr016 ollama[179029]: net/http.serverHandler.ServeHTTP({0x560ac453b950?}, {0x560ac453f2c8?, 0xc0006a40e0?}, 0x1?)
Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x560ac33b9a8e
Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*conn).serve(0xc0001803f0, {0x560ac4541568, 0xc000686d20})
Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x560ac3398605
Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*Server).Serve.gowrap3()
Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x560ac339dec8
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by net/http.(*Server).Serve in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:3454 +0x485
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 1 gp=0xc000002380 m=nil [IO wait]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000131790 sp=0xc000131770 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.netpollblock(0xc0001317e0?, 0xc3034666?, 0xa?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/netpoll.go:575 +0xf7 fp=0xc0001317c8 sp=0xc000131790 pc=0x560ac3060357
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.runtime_pollWait(0x7fccc6635eb0, 0x72)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/netpoll.go:351 +0x85 fp=0xc0001317e8 sp=0xc0001317c8 pc=0x560ac309aa85
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*pollDesc).wait(0xc00004f500?, 0x900000036?, 0x0)
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000131810 sp=0xc0001317e8 pc=0x560ac3121ec7
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*pollDesc).waitRead(...)
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_poll_runtime.go:89
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*FD).Accept(0xc00004f500)
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_unix.go:620 +0x295 fp=0xc0001318b8 sp=0xc000131810 pc=0x560ac3127295
Aug 23 09:30:25 svr016 ollama[179029]: net.(*netFD).accept(0xc00004f500)
Aug 23 09:30:25 svr016 ollama[179029]: net/fd_unix.go:172 +0x29 fp=0xc000131970 sp=0xc0001318b8 pc=0x560ac319a249
Aug 23 09:30:25 svr016 ollama[179029]: net.(*TCPListener).accept(0xc00014cf80)
Aug 23 09:30:25 svr016 ollama[179029]: net/tcpsock_posix.go:159 +0x1b fp=0xc0001319c0 sp=0xc000131970 pc=0x560ac31afbfb
Aug 23 09:30:25 svr016 ollama[179029]: net.(*TCPListener).Accept(0xc00014cf80)
Aug 23 09:30:25 svr016 ollama[179029]: net/tcpsock.go:380 +0x30 fp=0xc0001319f0 sp=0xc0001319c0 pc=0x560ac31aeab0
Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*onceCloseListener).Accept(0xc0001803f0?)
Aug 23 09:30:25 svr016 ollama[179029]: :1 +0x24 fp=0xc000131a08 sp=0xc0001319f0 pc=0x560ac33c6204
Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*Server).Serve(0xc0001fd700, {0x560ac453f0e8, 0xc00014cf80})
Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:3424 +0x30c fp=0xc000131b38 sp=0xc000131a08 pc=0x560ac339dacc
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner.Execute({0xc000034260, 0x4, 0x4})
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner/runner.go:901 +0x8f5 fp=0xc000131d08 sp=0xc000131b38 pc=0x560ac35155b5
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner.Execute({0xc000034250?, 0x0?, 0x0?})
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/runner.go:22 +0xd4 fp=0xc000131d30 sp=0xc000131d08 pc=0x560ac359f874
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/cmd.NewCLI.func2(0xc0001fd400?, {0x560ac405a081?, 0x4?, 0x560ac405a085?})
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc000131d58 sp=0xc000131d30 pc=0x560ac3d04925
Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra.(*Command).execute(0xc000184f08, {0xc00014ccc0, 0x4, 0x4})
Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000131e78 sp=0xc000131d58 pc=0x560ac321389c
Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra.(*Command).ExecuteC(0xc000170908)
Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000131f30 sp=0xc000131e78 pc=0x560ac32140e5
Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra.(*Command).Execute(...)
Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra@v1.7.0/command.go:992
Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra.(*Command).ExecuteContext(...)
Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra@v1.7.0/command.go:985
Aug 23 09:30:25 svr016 ollama[179029]: main.main()
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000131f50 sp=0xc000131f30 pc=0x560ac3d0540d
Aug 23 09:30:25 svr016 ollama[179029]: runtime.main()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:283 +0x29d fp=0xc000131fe0 sp=0xc000131f50 pc=0x560ac30679dd
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000131fe8 sp=0xc000131fe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000084fa8 sp=0xc000084f88 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goparkunlock(...)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:441
Aug 23 09:30:25 svr016 ollama[179029]: runtime.forcegchelper()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:348 +0xb8 fp=0xc000084fe0 sp=0xc000084fa8 pc=0x560ac3067d18
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000084fe8 sp=0xc000084fe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.init.7 in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:336 +0x1a
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000085780 sp=0xc000085760 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goparkunlock(...)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:441
Aug 23 09:30:25 svr016 ollama[179029]: runtime.bgsweep(0xc0000aa000)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgcsweep.go:316 +0xdf fp=0xc0000857c8 sp=0xc000085780 pc=0x560ac30524bf
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcenable.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:204 +0x25 fp=0xc0000857e0 sp=0xc0000857c8 pc=0x560ac30468a5
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000857e8 sp=0xc0000857e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcenable in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:204 +0x66
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x10000?, 0x560ac421dad8?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000085f78 sp=0xc000085f58 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goparkunlock(...)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:441
Aug 23 09:30:25 svr016 ollama[179029]: runtime.(*scavengerState).park(0x560ac4de0f00)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgcscavenge.go:425 +0x49 fp=0xc000085fa8 sp=0xc000085f78 pc=0x560ac304ff09
Aug 23 09:30:25 svr016 ollama[179029]: runtime.bgscavenge(0xc0000aa000)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgcscavenge.go:658 +0x59 fp=0xc000085fc8 sp=0xc000085fa8 pc=0x560ac3050499
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcenable.gowrap2()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:205 +0x25 fp=0xc000085fe0 sp=0xc000085fc8 pc=0x560ac3046845
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000085fe8 sp=0xc000085fe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcenable in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:205 +0xa5
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000084688?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000084630 sp=0xc000084610 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.runfinq()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mfinal.go:196 +0x107 fp=0xc0000847e0 sp=0xc000084630 pc=0x560ac3045867
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000847e8 sp=0xc0000847e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.createfing in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mfinal.go:166 +0x3d
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 6 gp=0xc0001e08c0 m=nil [chan receive]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0xc000235720?, 0xc000610018?, 0x60?, 0x67?, 0x560ac3180e88?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000086718 sp=0xc0000866f8 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.chanrecv(0xc0000b6310, 0x0, 0x1)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/chan.go:664 +0x445 fp=0xc000086790 sp=0xc000086718 pc=0x560ac3037245
Aug 23 09:30:25 svr016 ollama[179029]: runtime.chanrecv1(0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/chan.go:506 +0x12 fp=0xc0000867b8 sp=0xc000086790 pc=0x560ac3036dd2
Aug 23 09:30:25 svr016 ollama[179029]: runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1796
Aug 23 09:30:25 svr016 ollama[179029]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1799 +0x2f fp=0xc0000867e0 sp=0xc0000867b8 pc=0x560ac3049a4f
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000867e8 sp=0xc0000867e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1794 +0x85
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 7 gp=0xc0001e0fc0 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000086f38 sp=0xc000086f18 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc000086fc8 sp=0xc000086f38 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc000086fe0 sp=0xc000086fc8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000086fe8 sp=0xc000086fe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 18 gp=0xc000102380 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000080738 sp=0xc000080718 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0000807c8 sp=0xc000080738 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0000807e0 sp=0xc0000807c8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000807e8 sp=0xc0000807e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 19 gp=0xc000102540 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000080f38 sp=0xc000080f18 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc000080fc8 sp=0xc000080f38 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc000080fe0 sp=0xc000080fc8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000080fe8 sp=0xc000080fe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 20 gp=0xc000102700 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000081738 sp=0xc000081718 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0000817c8 sp=0xc000081738 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0000817e0 sp=0xc0000817c8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000817e8 sp=0xc0000817e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 21 gp=0xc0001028c0 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000081f38 sp=0xc000081f18 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc000081fc8 sp=0xc000081f38 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc000081fe0 sp=0xc000081fc8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000081fe8 sp=0xc000081fe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 22 gp=0xc000102a80 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000082738 sp=0xc000082718 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0000827c8 sp=0xc000082738 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0000827e0 sp=0xc0000827c8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000827e8 sp=0xc0000827e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 23 gp=0xc000102c40 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000082f38 sp=0xc000082f18 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc000082fc8 sp=0xc000082f38 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc000082fe0 sp=0xc000082fc8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000082fe8 sp=0xc000082fe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 24 gp=0xc000102e00 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000083738 sp=0xc000083718 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0000837c8 sp=0xc000083738 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0000837e0 sp=0xc0000837c8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000837e8 sp=0xc0000837e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 25 gp=0xc000102fc0 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000083f38 sp=0xc000083f18 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc000083fc8 sp=0xc000083f38 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc000083fe0 sp=0xc000083fc8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000083fe8 sp=0xc000083fe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 26 gp=0xc000103180 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc00011c738 sp=0xc00011c718 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc00011c7c8 sp=0xc00011c738 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc00011c7e0 sp=0xc00011c7c8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00011c7e8 sp=0xc00011c7e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 27 gp=0xc000103340 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc00011cf38 sp=0xc00011cf18 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc00011cfc8 sp=0xc00011cf38 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc00011cfe0 sp=0xc00011cfc8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00011cfe8 sp=0xc00011cfe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 28 gp=0xc000103500 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x2145f40924228?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc00011d738 sp=0xc00011d718 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc00011d7c8 sp=0xc00011d738 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc00011d7e0 sp=0xc00011d7c8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00011d7e8 sp=0xc00011d7e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 29 gp=0xc0001036c0 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x2145f40924173?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc00011df38 sp=0xc00011df18 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc00011dfc8 sp=0xc00011df38 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc00011dfe0 sp=0xc00011dfc8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00011dfe8 sp=0xc00011dfe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 34 gp=0xc000504000 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x2145f409249c4?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000118738 sp=0xc000118718 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0001187c8 sp=0xc000118738 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0001187e0 sp=0xc0001187c8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001187e8 sp=0xc0001187e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 8 gp=0xc0001e1180 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x560ac4e90bc0?, 0x1?, 0x22?, 0xc4?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000087738 sp=0xc000087718 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0000877c8 sp=0xc000087738 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0000877e0 sp=0xc0000877c8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000877e8 sp=0xc0000877e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 30 gp=0xc000103880 m=nil [GC worker (idle)]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x2145f409128cd?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc00011e738 sp=0xc00011e718 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc00011e7c8 sp=0xc00011e738 pc=0x560ac3048d69
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc00011e7e0 sp=0xc00011e7c8 pc=0x560ac3048c45
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00011e7e8 sp=0xc00011e7e0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 31 gp=0xc0001e16c0 m=nil [sync.WaitGroup.Wait]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0xa0?, 0x42?, 0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000119e20 sp=0xc000119e00 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goparkunlock(...)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:441
Aug 23 09:30:25 svr016 ollama[179029]: runtime.semacquire1(0xc000182980, 0x0, 0x1, 0x0, 0x18)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/sema.go:188 +0x229 fp=0xc000119e88 sp=0xc000119e20 pc=0x560ac307afa9
Aug 23 09:30:25 svr016 ollama[179029]: sync.runtime_SemacquireWaitGroup(0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/sema.go:110 +0x25 fp=0xc000119ec0 sp=0xc000119e88 pc=0x560ac309d285
Aug 23 09:30:25 svr016 ollama[179029]: sync.(*WaitGroup).Wait(0x0?)
Aug 23 09:30:25 svr016 ollama[179029]: sync/waitgroup.go:118 +0x48 fp=0xc000119ee8 sp=0xc000119ec0 pc=0x560ac30ae8e8
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner.(*Server).run(0xc000182960, {0x560ac45415a0, 0xc000628b40})
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner/runner.go:319 +0x4b fp=0xc000119fb8 sp=0xc000119ee8 pc=0x560ac351094b
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner.Execute.gowrap1()
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner/runner.go:880 +0x28 fp=0xc000119fe0 sp=0xc000119fb8 pc=0x560ac3515828
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000119fe8 sp=0xc000119fe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by github.com/ollama/ollama/runner/llamarunner.Execute in goroutine 1
Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner/runner.go:880 +0x4c5
Aug 23 09:30:25 svr016 ollama[179029]: goroutine 9 gp=0xc0005041c0 m=nil [IO wait]:
Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc0004b9dd8 sp=0xc0004b9db8 pc=0x560ac309b86e
Aug 23 09:30:25 svr016 ollama[179029]: runtime.netpollblock(0x560ac30bebd8?, 0xc3034666?, 0xa?)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/netpoll.go:575 +0xf7 fp=0xc0004b9e10 sp=0xc0004b9dd8 pc=0x560ac3060357
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.runtime_pollWait(0x7fccc6635d98, 0x72)
Aug 23 09:30:25 svr016 ollama[179029]: runtime/netpoll.go:351 +0x85 fp=0xc0004b9e30 sp=0xc0004b9e10 pc=0x560ac309aa85
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*pollDesc).wait(0xc00004f580?, 0xc000686e21?, 0x0)
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0004b9e58 sp=0xc0004b9e30 pc=0x560ac3121ec7
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*pollDesc).waitRead(...)
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_poll_runtime.go:89
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*FD).Read(0xc00004f580, {0xc000686e21, 0x1, 0x1})
Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_unix.go:165 +0x27a fp=0xc0004b9ef0 sp=0xc0004b9e58 pc=0x560ac31231ba
Aug 23 09:30:25 svr016 ollama[179029]: net.(*netFD).Read(0xc00004f580, {0xc000686e21?, 0x0?, 0x0?})
Aug 23 09:30:25 svr016 ollama[179029]: net/fd_posix.go:55 +0x25 fp=0xc0004b9f38 sp=0xc0004b9ef0 pc=0x560ac31982a5
Aug 23 09:30:25 svr016 ollama[179029]: net.(*conn).Read(0xc00007a888, {0xc000686e21?, 0x0?, 0x0?})
Aug 23 09:30:25 svr016 ollama[179029]: net/net.go:194 +0x45 fp=0xc0004b9f80 sp=0xc0004b9f38 pc=0x560ac31a6665
Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*connReader).backgroundRead(0xc000686e10)
Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:690 +0x37 fp=0xc0004b9fc8 sp=0xc0004b9f80 pc=0x560ac33924d7
Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*connReader).startBackgroundRead.gowrap2()
Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:686 +0x25 fp=0xc0004b9fe0 sp=0xc0004b9fc8 pc=0x560ac3392405
Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({})
Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b9fe8 sp=0xc0004b9fe0 pc=0x560ac30a2fa1
Aug 23 09:30:25 svr016 ollama[179029]: created by net/http.(*connReader).startBackgroundRead in goroutine 32
Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:686 +0xb6
Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.417+08:00 level=INFO source=sched.go:441 msg="Load failed" model=/mnt/hd2/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post "http://127.0.0.1:43411/load": EOF"
Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.497+08:00 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2"
Aug 23 09:30:25 svr016 ollama[179029]: [GIN] 2025/08/23 - 09:30:25 | 500 | 1.422944857s | 127.0.0.1 | POST "/api/generate"

<!-- gh-comment-id:3216086985 --> @mouseisbest commented on GitHub (Aug 23, 2025): > [@mouseisbest](https://github.com/mouseisbest) Server log. Here's log. Aug 23 09:30:24 svr016 ollama[179029]: [GIN] 2025/08/23 - 09:30:24 | 200 | 29.78µs | 127.0.0.1 | HEAD "/" Aug 23 09:30:24 svr016 ollama[179029]: [GIN] 2025/08/23 - 09:30:24 | 200 | 39.900503ms | 127.0.0.1 | POST "/api/show" Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: loaded meta data with 27 key-value pairs and 443 tensors from /mnt/hd2/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e (version GGUF V3 (latest)) Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output. Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 0: general.architecture str = qwen3 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 1: general.type str = model Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 2: general.name str = Qwen3 14B Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 3: general.basename str = Qwen3 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 4: general.size_label str = 14B Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 5: qwen3.block_count u32 = 40 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 6: qwen3.context_length u32 = 40960 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 7: qwen3.embedding_length u32 = 5120 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 8: qwen3.feed_forward_length u32 = 17408 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 9: qwen3.attention.head_count u32 = 40 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 10: qwen3.attention.head_count_kv u32 = 8 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 11: qwen3.rope.freq_base f32 = 1000000.000000 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 12: qwen3.attention.layer_norm_rms_epsilon f32 = 0.000001 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 13: qwen3.attention.key_length u32 = 128 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 14: qwen3.attention.value_length u32 = 128 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 15: tokenizer.ggml.model str = gpt2 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 16: tokenizer.ggml.pre str = qwen2 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 17: tokenizer.ggml.tokens arr[str,151936] = ["!", "\"", "#", "$", "%", "&", "'", ... Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 18: tokenizer.ggml.token_type arr[i32,151936] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ... Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 19: tokenizer.ggml.merges arr[str,151387] = ["Ġ Ġ", "ĠĠ ĠĠ", "i n", "Ġ t",... Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 20: tokenizer.ggml.eos_token_id u32 = 151645 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 21: tokenizer.ggml.padding_token_id u32 = 151643 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 22: tokenizer.ggml.bos_token_id u32 = 151643 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 23: tokenizer.ggml.add_bos_token bool = false Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 24: tokenizer.chat_template str = {%- if tools %}\n {{- '<|im_start|>... Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 25: general.quantization_version u32 = 2 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - kv 26: general.file_type u32 = 15 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - type f32: 161 tensors Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - type f16: 40 tensors Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - type q4_K: 221 tensors Aug 23 09:30:24 svr016 ollama[179029]: llama_model_loader: - type q6_K: 21 tensors Aug 23 09:30:24 svr016 ollama[179029]: print_info: file format = GGUF V3 (latest) Aug 23 09:30:24 svr016 ollama[179029]: print_info: file type = Q4_K - Medium Aug 23 09:30:24 svr016 ollama[179029]: print_info: file size = 8.63 GiB (5.02 BPW) Aug 23 09:30:24 svr016 ollama[179029]: load: printing all EOG tokens: Aug 23 09:30:24 svr016 ollama[179029]: load: - 151643 ('<|endoftext|>') Aug 23 09:30:24 svr016 ollama[179029]: load: - 151645 ('<|im_end|>') Aug 23 09:30:24 svr016 ollama[179029]: load: - 151662 ('<|fim_pad|>') Aug 23 09:30:24 svr016 ollama[179029]: load: - 151663 ('<|repo_name|>') Aug 23 09:30:24 svr016 ollama[179029]: load: - 151664 ('<|file_sep|>') Aug 23 09:30:24 svr016 ollama[179029]: load: special tokens cache size = 26 Aug 23 09:30:24 svr016 ollama[179029]: load: token to piece cache size = 0.9311 MB Aug 23 09:30:24 svr016 ollama[179029]: print_info: arch = qwen3 Aug 23 09:30:24 svr016 ollama[179029]: print_info: vocab_only = 1 Aug 23 09:30:24 svr016 ollama[179029]: print_info: model type = ?B Aug 23 09:30:24 svr016 ollama[179029]: print_info: model params = 14.77 B Aug 23 09:30:24 svr016 ollama[179029]: print_info: general.name = Qwen3 14B Aug 23 09:30:24 svr016 ollama[179029]: print_info: vocab type = BPE Aug 23 09:30:24 svr016 ollama[179029]: print_info: n_vocab = 151936 Aug 23 09:30:24 svr016 ollama[179029]: print_info: n_merges = 151387 Aug 23 09:30:24 svr016 ollama[179029]: print_info: BOS token = 151643 '<|endoftext|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOS token = 151645 '<|im_end|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOT token = 151645 '<|im_end|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: PAD token = 151643 '<|endoftext|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: LF token = 198 'Ċ' Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM PRE token = 151659 '<|fim_prefix|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM SUF token = 151661 '<|fim_suffix|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM MID token = 151660 '<|fim_middle|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM PAD token = 151662 '<|fim_pad|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM REP token = 151663 '<|repo_name|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: FIM SEP token = 151664 '<|file_sep|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOG token = 151643 '<|endoftext|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOG token = 151645 '<|im_end|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOG token = 151662 '<|fim_pad|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOG token = 151663 '<|repo_name|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: EOG token = 151664 '<|file_sep|>' Aug 23 09:30:24 svr016 ollama[179029]: print_info: max token length = 256 Aug 23 09:30:24 svr016 ollama[179029]: llama_model_load: vocab only - skipping tensors Aug 23 09:30:24 svr016 ollama[179029]: time=2025-08-23T09:30:24.946+08:00 level=INFO source=server.go:383 msg="starting runner" cmd="/mnt/hd2/ollama/cur_ver/bin/ollama runner --model /mnt/hd2/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e --port 43411" Aug 23 09:30:24 svr016 ollama[179029]: time=2025-08-23T09:30:24.954+08:00 level=INFO source=runner.go:864 msg="starting go runner" Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: found 2 CUDA devices: Aug 23 09:30:25 svr016 ollama[179029]: Device 0: NVIDIA GeForce RTX 4060 Ti, compute capability 8.9, VMM: yes, ID: GPU-22cbdfb9-c9d9-aff9-a134-0d9d8e292fda Aug 23 09:30:25 svr016 ollama[179029]: Device 1: NVIDIA GeForce RTX 2080 Ti, compute capability 7.5, VMM: yes, ID: GPU-ce641ff5-b752-60d5-3280-38c38b884336 Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.305+08:00 level=INFO source=server.go:488 msg="system memory" total="94.2 GiB" free="44.0 GiB" free_swap="0 B" Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.306+08:00 level=INFO source=memory.go:36 msg="new model will fit in available VRAM across minimum required GPUs, loading" model=/mnt/hd2/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e library=cuda parallel=1 required="10.0 GiB" gpus=1 Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.306+08:00 level=INFO source=server.go:531 msg=offload library=cuda layers.requested=-1 layers.model=41 layers.offload=41 layers.split=[41] memory.available="[21.3 GiB]" memory.gpu_overhead="0 B" memory.required.full="10.0 GiB" memory.required.partial="10.0 GiB" memory.required.kv="640.0 MiB" memory.required.allocations="[10.0 GiB]" memory.weights.total="8.2 GiB" memory.weights.repeating="7.6 GiB" memory.weights.nonrepeating="608.6 MiB" memory.graph.full="533.3 MiB" memory.graph.partial="533.3 MiB" Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/libggml-cuda.so Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CPU backend from /mnt/hd2/ollama/cur_ver/lib/ollama/libggml-cpu-haswell.so Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no Aug 23 09:30:25 svr016 ollama[179029]: ggml_cuda_init: found 2 CUDA devices: Aug 23 09:30:25 svr016 ollama[179029]: Device 0: NVIDIA GeForce RTX 4060 Ti, compute capability 8.9, VMM: yes Aug 23 09:30:25 svr016 ollama[179029]: Device 1: NVIDIA GeForce RTX 2080 Ti, compute capability 7.5, VMM: yes Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/cuda_v12/libggml-cuda.so Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.390+08:00 level=INFO source=ggml.go:104 msg=system CPU.0.SSE3=1 CPU.0.SSSE3=1 CPU.0.AVX=1 CPU.0.AVX2=1 CPU.0.F16C=1 CPU.0.FMA=1 CPU.0.BMI2=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.0.USE_GRAPHS=1 CUDA.0.PEER_MAX_BATCH_SIZE=128 CUDA.1.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.1.USE_GRAPHS=1 CUDA.1.PEER_MAX_BATCH_SIZE=128 CUDA.2.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.2.USE_GRAPHS=1 CUDA.2.PEER_MAX_BATCH_SIZE=128 CUDA.3.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.3.USE_GRAPHS=1 CUDA.3.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc) Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.390+08:00 level=INFO source=runner.go:900 msg="Server listening on 127.0.0.1:43411" Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.400+08:00 level=INFO source=runner.go:799 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:8 GPULayers:41[ID:GPU-ce641ff5-b752-60d5-3280-38c38b884336 Layers:41(0..40)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:true}" Aug 23 09:30:25 svr016 ollama[179029]: unexpected fault address 0x3c3730000 Aug 23 09:30:25 svr016 ollama[179029]: fatal error: fault Aug 23 09:30:25 svr016 ollama[179029]: [signal SIGSEGV: segmentation violation code=0x2 addr=0x3c3730000 pc=0x560ac302b2a0] Aug 23 09:30:25 svr016 ollama[179029]: goroutine 32 gp=0xc0001e1880 m=10 mp=0xc00068e008 [running]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.throw({0x560ac405b49a?, 0xc0001e1880?}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/panic.go:1096 +0x4a fp=0xc000047678 sp=0xc000047648 pc=0x560ac309b74a Aug 23 09:30:25 svr016 ollama[179029]: runtime.sigpanic() Aug 23 09:30:25 svr016 ollama[179029]: runtime/signal_unix.go:939 +0x26c fp=0xc0000476d8 sp=0xc000047678 pc=0x560ac309dbcc Aug 23 09:30:25 svr016 ollama[179029]: indexbytebody() Aug 23 09:30:25 svr016 ollama[179029]: internal/bytealg/indexbyte_amd64.s:131 +0xe0 fp=0xc0000476e0 sp=0xc0000476d8 pc=0x560ac302b2a0 Aug 23 09:30:25 svr016 ollama[179029]: runtime.findnull(0xc000047760?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/string.go:577 +0x79 fp=0xc000047738 sp=0xc0000476e0 pc=0x560ac30833d9 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gostring(0x3c3730000) Aug 23 09:30:25 svr016 ollama[179029]: runtime/string.go:363 +0x1c fp=0xc000047770 sp=0xc000047738 pc=0x560ac309ea3c Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/llama._Cfunc_GoString(...) Aug 23 09:30:25 svr016 ollama[179029]: _cgo_gotypes.go:332 Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/llama.EnumerateGPUs() Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/llama/llama.go:74 +0x1a5 fp=0xc000047820 sp=0xc000047770 pc=0x560ac3449da5 Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner.(*Server).load(0xc000182960, {0x560ac453f2c8, 0xc0006a40e0}, 0xc0004a6000) Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner/runner.go:810 +0x40a fp=0xc000047ac0 sp=0xc000047820 pc=0x560ac351424a Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner.(*Server).load-fm({0x560ac453f2c8?, 0xc0006a40e0?}, 0xc000313b40?) Aug 23 09:30:25 svr016 ollama[179029]: <autogenerated>:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x560ac3515b36 Aug 23 09:30:25 svr016 ollama[179029]: net/http.HandlerFunc.ServeHTTP(0xc0000edec0?, {0x560ac453f2c8?, 0xc0006a40e0?}, 0xc000313b60?) Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x560ac339a109 Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*ServeMux).ServeHTTP(0x560ac303fd85?, {0x560ac453f2c8, 0xc0006a40e0}, 0xc0004a6000) Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x560ac339c004 Aug 23 09:30:25 svr016 ollama[179029]: net/http.serverHandler.ServeHTTP({0x560ac453b950?}, {0x560ac453f2c8?, 0xc0006a40e0?}, 0x1?) Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x560ac33b9a8e Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*conn).serve(0xc0001803f0, {0x560ac4541568, 0xc000686d20}) Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x560ac3398605 Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*Server).Serve.gowrap3() Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x560ac339dec8 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by net/http.(*Server).Serve in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:3454 +0x485 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 1 gp=0xc000002380 m=nil [IO wait]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000131790 sp=0xc000131770 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.netpollblock(0xc0001317e0?, 0xc3034666?, 0xa?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/netpoll.go:575 +0xf7 fp=0xc0001317c8 sp=0xc000131790 pc=0x560ac3060357 Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.runtime_pollWait(0x7fccc6635eb0, 0x72) Aug 23 09:30:25 svr016 ollama[179029]: runtime/netpoll.go:351 +0x85 fp=0xc0001317e8 sp=0xc0001317c8 pc=0x560ac309aa85 Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*pollDesc).wait(0xc00004f500?, 0x900000036?, 0x0) Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000131810 sp=0xc0001317e8 pc=0x560ac3121ec7 Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*pollDesc).waitRead(...) Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_poll_runtime.go:89 Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*FD).Accept(0xc00004f500) Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_unix.go:620 +0x295 fp=0xc0001318b8 sp=0xc000131810 pc=0x560ac3127295 Aug 23 09:30:25 svr016 ollama[179029]: net.(*netFD).accept(0xc00004f500) Aug 23 09:30:25 svr016 ollama[179029]: net/fd_unix.go:172 +0x29 fp=0xc000131970 sp=0xc0001318b8 pc=0x560ac319a249 Aug 23 09:30:25 svr016 ollama[179029]: net.(*TCPListener).accept(0xc00014cf80) Aug 23 09:30:25 svr016 ollama[179029]: net/tcpsock_posix.go:159 +0x1b fp=0xc0001319c0 sp=0xc000131970 pc=0x560ac31afbfb Aug 23 09:30:25 svr016 ollama[179029]: net.(*TCPListener).Accept(0xc00014cf80) Aug 23 09:30:25 svr016 ollama[179029]: net/tcpsock.go:380 +0x30 fp=0xc0001319f0 sp=0xc0001319c0 pc=0x560ac31aeab0 Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*onceCloseListener).Accept(0xc0001803f0?) Aug 23 09:30:25 svr016 ollama[179029]: <autogenerated>:1 +0x24 fp=0xc000131a08 sp=0xc0001319f0 pc=0x560ac33c6204 Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*Server).Serve(0xc0001fd700, {0x560ac453f0e8, 0xc00014cf80}) Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:3424 +0x30c fp=0xc000131b38 sp=0xc000131a08 pc=0x560ac339dacc Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner.Execute({0xc000034260, 0x4, 0x4}) Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner/runner.go:901 +0x8f5 fp=0xc000131d08 sp=0xc000131b38 pc=0x560ac35155b5 Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner.Execute({0xc000034250?, 0x0?, 0x0?}) Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/runner.go:22 +0xd4 fp=0xc000131d30 sp=0xc000131d08 pc=0x560ac359f874 Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/cmd.NewCLI.func2(0xc0001fd400?, {0x560ac405a081?, 0x4?, 0x560ac405a085?}) Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc000131d58 sp=0xc000131d30 pc=0x560ac3d04925 Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra.(*Command).execute(0xc000184f08, {0xc00014ccc0, 0x4, 0x4}) Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000131e78 sp=0xc000131d58 pc=0x560ac321389c Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra.(*Command).ExecuteC(0xc000170908) Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000131f30 sp=0xc000131e78 pc=0x560ac32140e5 Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra.(*Command).Execute(...) Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra@v1.7.0/command.go:992 Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra.(*Command).ExecuteContext(...) Aug 23 09:30:25 svr016 ollama[179029]: github.com/spf13/cobra@v1.7.0/command.go:985 Aug 23 09:30:25 svr016 ollama[179029]: main.main() Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000131f50 sp=0xc000131f30 pc=0x560ac3d0540d Aug 23 09:30:25 svr016 ollama[179029]: runtime.main() Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:283 +0x29d fp=0xc000131fe0 sp=0xc000131f50 pc=0x560ac30679dd Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000131fe8 sp=0xc000131fe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000084fa8 sp=0xc000084f88 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.goparkunlock(...) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:441 Aug 23 09:30:25 svr016 ollama[179029]: runtime.forcegchelper() Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:348 +0xb8 fp=0xc000084fe0 sp=0xc000084fa8 pc=0x560ac3067d18 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000084fe8 sp=0xc000084fe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.init.7 in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:336 +0x1a Aug 23 09:30:25 svr016 ollama[179029]: goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000085780 sp=0xc000085760 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.goparkunlock(...) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:441 Aug 23 09:30:25 svr016 ollama[179029]: runtime.bgsweep(0xc0000aa000) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgcsweep.go:316 +0xdf fp=0xc0000857c8 sp=0xc000085780 pc=0x560ac30524bf Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcenable.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:204 +0x25 fp=0xc0000857e0 sp=0xc0000857c8 pc=0x560ac30468a5 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000857e8 sp=0xc0000857e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcenable in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:204 +0x66 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x10000?, 0x560ac421dad8?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000085f78 sp=0xc000085f58 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.goparkunlock(...) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:441 Aug 23 09:30:25 svr016 ollama[179029]: runtime.(*scavengerState).park(0x560ac4de0f00) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgcscavenge.go:425 +0x49 fp=0xc000085fa8 sp=0xc000085f78 pc=0x560ac304ff09 Aug 23 09:30:25 svr016 ollama[179029]: runtime.bgscavenge(0xc0000aa000) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgcscavenge.go:658 +0x59 fp=0xc000085fc8 sp=0xc000085fa8 pc=0x560ac3050499 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcenable.gowrap2() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:205 +0x25 fp=0xc000085fe0 sp=0xc000085fc8 pc=0x560ac3046845 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000085fe8 sp=0xc000085fe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcenable in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:205 +0xa5 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000084688?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000084630 sp=0xc000084610 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.runfinq() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mfinal.go:196 +0x107 fp=0xc0000847e0 sp=0xc000084630 pc=0x560ac3045867 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000847e8 sp=0xc0000847e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.createfing in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mfinal.go:166 +0x3d Aug 23 09:30:25 svr016 ollama[179029]: goroutine 6 gp=0xc0001e08c0 m=nil [chan receive]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0xc000235720?, 0xc000610018?, 0x60?, 0x67?, 0x560ac3180e88?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000086718 sp=0xc0000866f8 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.chanrecv(0xc0000b6310, 0x0, 0x1) Aug 23 09:30:25 svr016 ollama[179029]: runtime/chan.go:664 +0x445 fp=0xc000086790 sp=0xc000086718 pc=0x560ac3037245 Aug 23 09:30:25 svr016 ollama[179029]: runtime.chanrecv1(0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/chan.go:506 +0x12 fp=0xc0000867b8 sp=0xc000086790 pc=0x560ac3036dd2 Aug 23 09:30:25 svr016 ollama[179029]: runtime.unique_runtime_registerUniqueMapCleanup.func2(...) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1796 Aug 23 09:30:25 svr016 ollama[179029]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1799 +0x2f fp=0xc0000867e0 sp=0xc0000867b8 pc=0x560ac3049a4f Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000867e8 sp=0xc0000867e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1794 +0x85 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 7 gp=0xc0001e0fc0 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000086f38 sp=0xc000086f18 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc000086fc8 sp=0xc000086f38 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc000086fe0 sp=0xc000086fc8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000086fe8 sp=0xc000086fe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 18 gp=0xc000102380 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000080738 sp=0xc000080718 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0000807c8 sp=0xc000080738 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0000807e0 sp=0xc0000807c8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000807e8 sp=0xc0000807e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 19 gp=0xc000102540 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000080f38 sp=0xc000080f18 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc000080fc8 sp=0xc000080f38 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc000080fe0 sp=0xc000080fc8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000080fe8 sp=0xc000080fe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 20 gp=0xc000102700 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000081738 sp=0xc000081718 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0000817c8 sp=0xc000081738 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0000817e0 sp=0xc0000817c8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000817e8 sp=0xc0000817e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 21 gp=0xc0001028c0 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000081f38 sp=0xc000081f18 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc000081fc8 sp=0xc000081f38 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc000081fe0 sp=0xc000081fc8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000081fe8 sp=0xc000081fe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 22 gp=0xc000102a80 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000082738 sp=0xc000082718 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0000827c8 sp=0xc000082738 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0000827e0 sp=0xc0000827c8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000827e8 sp=0xc0000827e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 23 gp=0xc000102c40 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000082f38 sp=0xc000082f18 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc000082fc8 sp=0xc000082f38 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc000082fe0 sp=0xc000082fc8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000082fe8 sp=0xc000082fe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 24 gp=0xc000102e00 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000083738 sp=0xc000083718 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0000837c8 sp=0xc000083738 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0000837e0 sp=0xc0000837c8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000837e8 sp=0xc0000837e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 25 gp=0xc000102fc0 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000083f38 sp=0xc000083f18 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc000083fc8 sp=0xc000083f38 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc000083fe0 sp=0xc000083fc8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000083fe8 sp=0xc000083fe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 26 gp=0xc000103180 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc00011c738 sp=0xc00011c718 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc00011c7c8 sp=0xc00011c738 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc00011c7e0 sp=0xc00011c7c8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00011c7e8 sp=0xc00011c7e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 27 gp=0xc000103340 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc00011cf38 sp=0xc00011cf18 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc00011cfc8 sp=0xc00011cf38 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc00011cfe0 sp=0xc00011cfc8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00011cfe8 sp=0xc00011cfe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 28 gp=0xc000103500 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x2145f40924228?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc00011d738 sp=0xc00011d718 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc00011d7c8 sp=0xc00011d738 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc00011d7e0 sp=0xc00011d7c8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00011d7e8 sp=0xc00011d7e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 29 gp=0xc0001036c0 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x2145f40924173?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc00011df38 sp=0xc00011df18 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc00011dfc8 sp=0xc00011df38 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc00011dfe0 sp=0xc00011dfc8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00011dfe8 sp=0xc00011dfe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 34 gp=0xc000504000 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x2145f409249c4?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000118738 sp=0xc000118718 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0001187c8 sp=0xc000118738 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0001187e0 sp=0xc0001187c8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001187e8 sp=0xc0001187e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 8 gp=0xc0001e1180 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x560ac4e90bc0?, 0x1?, 0x22?, 0xc4?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000087738 sp=0xc000087718 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc0000877c8 sp=0xc000087738 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc0000877e0 sp=0xc0000877c8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000877e8 sp=0xc0000877e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 30 gp=0xc000103880 m=nil [GC worker (idle)]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x2145f409128cd?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc00011e738 sp=0xc00011e718 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkWorker(0xc0000b7730) Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1423 +0xe9 fp=0xc00011e7c8 sp=0xc00011e738 pc=0x560ac3048d69 Aug 23 09:30:25 svr016 ollama[179029]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x25 fp=0xc00011e7e0 sp=0xc00011e7c8 pc=0x560ac3048c45 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00011e7e8 sp=0xc00011e7e0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: runtime/mgc.go:1339 +0x105 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 31 gp=0xc0001e16c0 m=nil [sync.WaitGroup.Wait]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0xa0?, 0x42?, 0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc000119e20 sp=0xc000119e00 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.goparkunlock(...) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:441 Aug 23 09:30:25 svr016 ollama[179029]: runtime.semacquire1(0xc000182980, 0x0, 0x1, 0x0, 0x18) Aug 23 09:30:25 svr016 ollama[179029]: runtime/sema.go:188 +0x229 fp=0xc000119e88 sp=0xc000119e20 pc=0x560ac307afa9 Aug 23 09:30:25 svr016 ollama[179029]: sync.runtime_SemacquireWaitGroup(0x0?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/sema.go:110 +0x25 fp=0xc000119ec0 sp=0xc000119e88 pc=0x560ac309d285 Aug 23 09:30:25 svr016 ollama[179029]: sync.(*WaitGroup).Wait(0x0?) Aug 23 09:30:25 svr016 ollama[179029]: sync/waitgroup.go:118 +0x48 fp=0xc000119ee8 sp=0xc000119ec0 pc=0x560ac30ae8e8 Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner.(*Server).run(0xc000182960, {0x560ac45415a0, 0xc000628b40}) Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner/runner.go:319 +0x4b fp=0xc000119fb8 sp=0xc000119ee8 pc=0x560ac351094b Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner.Execute.gowrap1() Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner/runner.go:880 +0x28 fp=0xc000119fe0 sp=0xc000119fb8 pc=0x560ac3515828 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000119fe8 sp=0xc000119fe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by github.com/ollama/ollama/runner/llamarunner.Execute in goroutine 1 Aug 23 09:30:25 svr016 ollama[179029]: github.com/ollama/ollama/runner/llamarunner/runner.go:880 +0x4c5 Aug 23 09:30:25 svr016 ollama[179029]: goroutine 9 gp=0xc0005041c0 m=nil [IO wait]: Aug 23 09:30:25 svr016 ollama[179029]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/proc.go:435 +0xce fp=0xc0004b9dd8 sp=0xc0004b9db8 pc=0x560ac309b86e Aug 23 09:30:25 svr016 ollama[179029]: runtime.netpollblock(0x560ac30bebd8?, 0xc3034666?, 0xa?) Aug 23 09:30:25 svr016 ollama[179029]: runtime/netpoll.go:575 +0xf7 fp=0xc0004b9e10 sp=0xc0004b9dd8 pc=0x560ac3060357 Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.runtime_pollWait(0x7fccc6635d98, 0x72) Aug 23 09:30:25 svr016 ollama[179029]: runtime/netpoll.go:351 +0x85 fp=0xc0004b9e30 sp=0xc0004b9e10 pc=0x560ac309aa85 Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*pollDesc).wait(0xc00004f580?, 0xc000686e21?, 0x0) Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0004b9e58 sp=0xc0004b9e30 pc=0x560ac3121ec7 Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*pollDesc).waitRead(...) Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_poll_runtime.go:89 Aug 23 09:30:25 svr016 ollama[179029]: internal/poll.(*FD).Read(0xc00004f580, {0xc000686e21, 0x1, 0x1}) Aug 23 09:30:25 svr016 ollama[179029]: internal/poll/fd_unix.go:165 +0x27a fp=0xc0004b9ef0 sp=0xc0004b9e58 pc=0x560ac31231ba Aug 23 09:30:25 svr016 ollama[179029]: net.(*netFD).Read(0xc00004f580, {0xc000686e21?, 0x0?, 0x0?}) Aug 23 09:30:25 svr016 ollama[179029]: net/fd_posix.go:55 +0x25 fp=0xc0004b9f38 sp=0xc0004b9ef0 pc=0x560ac31982a5 Aug 23 09:30:25 svr016 ollama[179029]: net.(*conn).Read(0xc00007a888, {0xc000686e21?, 0x0?, 0x0?}) Aug 23 09:30:25 svr016 ollama[179029]: net/net.go:194 +0x45 fp=0xc0004b9f80 sp=0xc0004b9f38 pc=0x560ac31a6665 Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*connReader).backgroundRead(0xc000686e10) Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:690 +0x37 fp=0xc0004b9fc8 sp=0xc0004b9f80 pc=0x560ac33924d7 Aug 23 09:30:25 svr016 ollama[179029]: net/http.(*connReader).startBackgroundRead.gowrap2() Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:686 +0x25 fp=0xc0004b9fe0 sp=0xc0004b9fc8 pc=0x560ac3392405 Aug 23 09:30:25 svr016 ollama[179029]: runtime.goexit({}) Aug 23 09:30:25 svr016 ollama[179029]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004b9fe8 sp=0xc0004b9fe0 pc=0x560ac30a2fa1 Aug 23 09:30:25 svr016 ollama[179029]: created by net/http.(*connReader).startBackgroundRead in goroutine 32 Aug 23 09:30:25 svr016 ollama[179029]: net/http/server.go:686 +0xb6 Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.417+08:00 level=INFO source=sched.go:441 msg="Load failed" model=/mnt/hd2/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post \"http://127.0.0.1:43411/load\": EOF" Aug 23 09:30:25 svr016 ollama[179029]: time=2025-08-23T09:30:25.497+08:00 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2" Aug 23 09:30:25 svr016 ollama[179029]: [GIN] 2025/08/23 - 09:30:25 | 500 | 1.422944857s | 127.0.0.1 | POST "/api/generate"
Author
Owner

@rick-github commented on GitHub (Aug 23, 2025):

@mouseisbest

Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/libggml-cuda.so
Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/cuda_v12/libggml-cuda.so

#11211. Delete /mnt/hd2/ollama/cur_ver/lib/ollama/cuda_v*.

<!-- gh-comment-id:3216091058 --> @rick-github commented on GitHub (Aug 23, 2025): @mouseisbest ``` Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/libggml-cuda.so Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/cuda_v12/libggml-cuda.so ``` #11211. Delete `/mnt/hd2/ollama/cur_ver/lib/ollama/cuda_v*`.
Author
Owner

@mouseisbest commented on GitHub (Aug 23, 2025):

@mouseisbest

Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/libggml-cuda.so
Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/cuda_v12/libggml-cuda.so

#11211. Delete /mnt/hd2/ollama/cur_ver/lib/ollama/cuda_v*.

@rick-github That works! Thank you. Will refine my update scripts to delete outdated files.

<!-- gh-comment-id:3216158216 --> @mouseisbest commented on GitHub (Aug 23, 2025): > [@mouseisbest](https://github.com/mouseisbest) > > ``` > Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/libggml-cuda.so > Aug 23 09:30:25 svr016 ollama[179029]: load_backend: loaded CUDA backend from /mnt/hd2/ollama/cur_ver/lib/ollama/cuda_v12/libggml-cuda.so > ``` > > [#11211](https://github.com/ollama/ollama/issues/11211). Delete `/mnt/hd2/ollama/cur_ver/lib/ollama/cuda_v*`. @rick-github That works! Thank you. Will refine my update scripts to delete outdated files.
Author
Owner

@AdkinsHan commented on GitHub (Aug 25, 2025):

Please attach full server log.
sorry too much lines

Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005917c8 sp=0xc000591738 pc=0x6417495cbd69
Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005917e0 sp=0xc0005917c8 pc=0x6417495cbc45
Aug 25 07:45:37 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:45:37 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005917e8 sp=0xc0005917e0 pc=0x641749625fa1
Aug 25 07:45:37 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:45:37 deepseek ollama[835892]: goroutine 85 gp=0xc00058fdc0 m=nil [GC worker (idle)]:
Aug 25 07:45:37 deepseek ollama[835892]: runtime.gopark(0x64174b413bc0?, 0x1?, 0x2b?, 0xb3?, 0x0?)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000591f38 sp=0xc000591f18 pc=0x64174961e86e
Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000591fc8 sp=0xc000591f38 pc=0x6417495cbd69
Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000591fe0 sp=0xc000591fc8 pc=0x6417495cbc45
Aug 25 07:45:37 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:45:37 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000591fe8 sp=0xc000591fe0 pc=0x641749625fa1
Aug 25 07:45:37 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:45:37 deepseek ollama[835892]: goroutine 86 gp=0xc00059a000 m=nil [GC worker (idle)]:
Aug 25 07:45:37 deepseek ollama[835892]: runtime.gopark(0x33e84a4c6f9d16?, 0x1?, 0x24?, 0xe1?, 0x0?)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000592738 sp=0xc000592718 pc=0x64174961e86e
Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005927c8 sp=0xc000592738 pc=0x6417495cbd69
Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005927e0 sp=0xc0005927c8 pc=0x6417495cbc45
Aug 25 07:45:37 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:45:37 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005927e8 sp=0xc0005927e0 pc=0x641749625fa1
Aug 25 07:45:37 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:45:37 deepseek ollama[835892]: goroutine 14 gp=0xc0001836c0 m=nil [sync.WaitGroup.Wait]:
Aug 25 07:45:37 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x60?, 0x0?, 0x0?)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019ded0 sp=0xc00019deb0 pc=0x64174961e86e
Aug 25 07:45:37 deepseek ollama[835892]: runtime.goparkunlock(...)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/proc.go:441
Aug 25 07:45:37 deepseek ollama[835892]: runtime.semacquire1(0xc0002a5198, 0x0, 0x1, 0x0, 0x18)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/sema.go:188 +0x229 fp=0xc00019df38 sp=0xc00019ded0 pc=0x6417495fdfa9
Aug 25 07:45:37 deepseek ollama[835892]: sync.runtime_SemacquireWaitGroup(0x0?)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/sema.go:110 +0x25 fp=0xc00019df70 sp=0xc00019df38 pc=0x641749620285
Aug 25 07:45:37 deepseek ollama[835892]: sync.(*WaitGroup).Wait(0x0?)
Aug 25 07:45:37 deepseek ollama[835892]: sync/waitgroup.go:118 +0x48 fp=0xc00019df98 sp=0xc00019df70 pc=0x6417496318e8
Aug 25 07:45:37 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002a50e0, {0x64174aac43e0, 0xc0003fb7c0})
Aug 25 07:45:37 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00019dfb8 sp=0xc00019df98 pc=0x641749b1c60a
Aug 25 07:45:37 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
Aug 25 07:45:37 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00019dfe0 sp=0xc00019dfb8 pc=0x641749b22648
Aug 25 07:45:37 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:45:37 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019dfe8 sp=0xc00019dfe0 pc=0x641749625fa1
Aug 25 07:45:37 deepseek ollama[835892]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
Aug 25 07:45:37 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9
Aug 25 07:45:37 deepseek ollama[835892]: goroutine 98 gp=0xc000183c00 m=nil [IO wait]:
Aug 25 07:45:37 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000198dd8 sp=0xc000198db8 pc=0x64174961e86e
Aug 25 07:45:37 deepseek ollama[835892]: runtime.netpollblock(0x641749641bd8?, 0x495b7666?, 0x17?)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/netpoll.go:575 +0xf7 fp=0xc000198e10 sp=0xc000198dd8 pc=0x6417495e3357
Aug 25 07:45:37 deepseek ollama[835892]: internal/poll.runtime_pollWait(0x7f8b30496d98, 0x72)
Aug 25 07:45:37 deepseek ollama[835892]: runtime/netpoll.go:351 +0x85 fp=0xc000198e30 sp=0xc000198e10 pc=0x64174961da85
Aug 25 07:45:37 deepseek ollama[835892]: internal/poll.(*pollDesc).wait(0xc0002aea00?, 0xc00038adf1?, 0x0)
Aug 25 07:45:37 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000198e58 sp=0xc000198e30 pc=0x6417496a4ec7
Aug 25 07:45:37 deepseek ollama[835892]: internal/poll.(*pollDesc).waitRead(...)
Aug 25 07:45:37 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:89
Aug 25 07:45:37 deepseek ollama[835892]: internal/poll.(*FD).Read(0xc0002aea00, {0xc00038adf1, 0x1, 0x1})
Aug 25 07:45:37 deepseek ollama[835892]: internal/poll/fd_unix.go:165 +0x27a fp=0xc000198ef0 sp=0xc000198e58 pc=0x6417496a61ba
Aug 25 07:45:37 deepseek ollama[835892]: net.(*netFD).Read(0xc0002aea00, {0xc00038adf1?, 0x0?, 0x0?})
Aug 25 07:45:37 deepseek ollama[835892]: net/fd_posix.go:55 +0x25 fp=0xc000198f38 sp=0xc000198ef0 pc=0x64174971b2a5
Aug 25 07:45:37 deepseek ollama[835892]: net.(*conn).Read(0xc0000f8a20, {0xc00038adf1?, 0x0?, 0x0?})
Aug 25 07:45:37 deepseek ollama[835892]: net/net.go:194 +0x45 fp=0xc000198f80 sp=0xc000198f38 pc=0x641749729665
Aug 25 07:45:37 deepseek ollama[835892]: net/http.(*connReader).backgroundRead(0xc00038ade0)
Aug 25 07:45:37 deepseek ollama[835892]: net/http/server.go:690 +0x37 fp=0xc000198fc8 sp=0xc000198f80 pc=0x6417499154d7
Aug 25 07:45:37 deepseek ollama[835892]: net/http.(*connReader).startBackgroundRead.gowrap2()
Aug 25 07:45:37 deepseek ollama[835892]: net/http/server.go:686 +0x25 fp=0xc000198fe0 sp=0xc000198fc8 pc=0x641749915405
Aug 25 07:45:37 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:45:37 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000198fe8 sp=0xc000198fe0 pc=0x641749625fa1
Aug 25 07:45:37 deepseek ollama[835892]: created by net/http.(*connReader).startBackgroundRead in goroutine 15
Aug 25 07:45:37 deepseek ollama[835892]: net/http/server.go:686 +0xb6
Aug 25 07:45:37 deepseek ollama[835892]: time=2025-08-25T07:45:37.851Z level=INFO source=sched.go:441 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post "http://127.0.0.1:44821/load": EOF"
Aug 25 07:45:37 deepseek ollama[835892]: time=2025-08-25T07:45:37.886Z level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2"
Aug 25 07:45:37 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:45:37 | 500 | 1.293214231s | 127.0.0.1 | POST "/api/generate"
Aug 25 07:46:05 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:46:05 | 200 | 49.413µs | 127.0.0.1 | HEAD "/"
Aug 25 07:46:05 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:46:05 | 200 | 71.64855ms | 127.0.0.1 | POST "/api/show"
Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.316Z level=INFO source=server.go:383 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --model /usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e --port 40589"
Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.338Z level=INFO source=runner.go:1006 msg="starting ollama engine"
Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.338Z level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:40589"
Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.521Z level=INFO source=server.go:488 msg="system memory" total="251.6 GiB" free="242.6 GiB" free_swap="8.0 GiB"
Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.522Z level=INFO source=memory.go:36 msg="new model will fit in available VRAM across minimum required GPUs, loading" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e library=cuda parallel=1 required="10.0 GiB" gpus=1
Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.522Z level=INFO source=server.go:531 msg=offload library=cuda layers.requested=-1 layers.model=41 layers.offload=41 layers.split=[41] memory.available="[44.1 GiB]" memory.gpu_overhead="0 B" memory.required.full="10.0 GiB" memory.required.partial="10.0 GiB" memory.required.kv="640.0 MiB" memory.required.allocations="[10.0 GiB]" memory.weights.total="8.2 GiB" memory.weights.repeating="7.6 GiB" memory.weights.nonrepeating="608.6 MiB" memory.graph.full="533.3 MiB" memory.graph.partial="533.3 MiB"
Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.525Z level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:32 GPULayers:41[ID:GPU-93172f1a-c8d8-c77d-752e-87d3f45db623 Layers:41(0..40)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.569Z level=INFO source=ggml.go:130 msg="" architecture=qwen3 file_type=Q4_K_M name="Qwen3 14B" description="" num_tensors=443 num_key_values=28
Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: found 2 CUDA devices:
Aug 25 07:46:06 deepseek ollama[835892]: Device 0: NVIDIA L20, compute capability 8.9, VMM: yes, ID: GPU-b41ff8ac-0ce7-5ca4-85e4-e8adf0f96bcf
Aug 25 07:46:06 deepseek ollama[835892]: Device 1: NVIDIA L20, compute capability 8.9, VMM: yes, ID: GPU-93172f1a-c8d8-c77d-752e-87d3f45db623
Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/libggml-cuda.so
Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CPU backend from /usr/lib/ollama/libggml-cpu-icelake.so
Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: found 2 CUDA devices:
Aug 25 07:46:06 deepseek ollama[835892]: Device 0: NVIDIA L20, compute capability 8.9, VMM: yes
Aug 25 07:46:06 deepseek ollama[835892]: Device 1: NVIDIA L20, compute capability 8.9, VMM: yes
Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/cuda_v12/libggml-cuda.so
Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.841Z 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.AVX512=1 CPU.0.AVX512_VBMI=1 CPU.0.AVX512_VNNI=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.0.USE_GRAPHS=1 CUDA.0.PEER_MAX_BATCH_SIZE=128 CUDA.1.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.1.USE_GRAPHS=1 CUDA.1.PEER_MAX_BATCH_SIZE=128 CUDA.2.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.2.USE_GRAPHS=1 CUDA.2.PEER_MAX_BATCH_SIZE=128 CUDA.3.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.3.USE_GRAPHS=1 CUDA.3.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc)
Aug 25 07:46:06 deepseek ollama[835892]: unexpected fault address 0xafcee0000
Aug 25 07:46:06 deepseek ollama[835892]: fatal error: fault
Aug 25 07:46:06 deepseek ollama[835892]: [signal SIGSEGV: segmentation violation code=0x1 addr=0xafcee0000 pc=0x62d9303932a0]
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 85 gp=0xc000603180 m=11 mp=0xc00012d008 [running]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.throw({0x62d9313c349a?, 0xc000603180?})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/panic.go:1096 +0x4a fp=0xc00004ab90 sp=0xc00004ab60 pc=0x62d93040374a
Aug 25 07:46:06 deepseek ollama[835892]: runtime.sigpanic()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/signal_unix.go:939 +0x26c fp=0xc00004abf0 sp=0xc00004ab90 pc=0x62d930405bcc
Aug 25 07:46:06 deepseek ollama[835892]: indexbytebody()
Aug 25 07:46:06 deepseek ollama[835892]: internal/bytealg/indexbyte_amd64.s:131 +0xe0 fp=0xc00004abf8 sp=0xc00004abf0 pc=0x62d9303932a0
Aug 25 07:46:06 deepseek ollama[835892]: runtime.findnull(0xc00004ac78?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/string.go:577 +0x79 fp=0xc00004ac50 sp=0xc00004abf8 pc=0x62d9303eb3d9
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gostring(0xafcee0000)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/string.go:363 +0x1c fp=0xc00004ac88 sp=0xc00004ac50 pc=0x62d930406a3c
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml._Cfunc_GoString(...)
Aug 25 07:46:06 deepseek ollama[835892]: _cgo_gotypes.go:321
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml.New({0x7ffd3af54ce4, 0x6e}, {0x1, 0x20, {0xc00049c5d0, 0x1, 0x1}, 0x0})
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml/ggml.go:189 +0xcc7 fp=0xc00004b558 sp=0xc00004ac88 pc=0x62d930845987
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/ml.NewBackend({0x7ffd3af54ce4, 0x6e}, {0x1, 0x20, {0xc00049c5d0, 0x1, 0x1}, 0x0})
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc00004b5a8 sp=0xc00004b558 pc=0x62d9307e451c
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/model.New({0x7ffd3af54ce4?, 0x0?}, {0x1, 0x20, {0xc00049c5d0, 0x1, 0x1}, 0x0})
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/model/model.go:102 +0x7e fp=0xc00004b6a0 sp=0xc00004b5a8 pc=0x62d930857cfe
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002b90e0, {0x7ffd3af54ce4?, 0x62d9306f743a?}, {0x1, 0x20, {0xc00049c5d0, 0x1, 0x1}, 0x0}, {0x0, ...}, ...)
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc00004b730 sp=0xc00004b6a0 pc=0x62d93090568c
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002b90e0, {0x62d9318a7108, 0xc0004d4000}, 0xc00049e000)
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc00004bac0 sp=0xc00004b730 pc=0x62d93090620d
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x62d9318a7108?, 0xc0004d4000?}, 0xc000429b40?)
Aug 25 07:46:06 deepseek ollama[835892]: :1 +0x36 fp=0xc00004baf0 sp=0xc00004bac0 pc=0x62d930907a16
Aug 25 07:46:06 deepseek ollama[835892]: net/http.HandlerFunc.ServeHTTP(0xc0002be780?, {0x62d9318a7108?, 0xc0004d4000?}, 0xc000429b60?)
Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:2294 +0x29 fp=0xc00004bb18 sp=0xc00004baf0 pc=0x62d930702109
Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*ServeMux).ServeHTTP(0x62d9303a7d85?, {0x62d9318a7108, 0xc0004d4000}, 0xc00049e000)
Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:2822 +0x1c4 fp=0xc00004bb68 sp=0xc00004bb18 pc=0x62d930704004
Aug 25 07:46:06 deepseek ollama[835892]: net/http.serverHandler.ServeHTTP({0x62d9318a3790?}, {0x62d9318a7108?, 0xc0004d4000?}, 0x1?)
Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:3301 +0x8e fp=0xc00004bb98 sp=0xc00004bb68 pc=0x62d930721a8e
Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*conn).serve(0xc0003c43f0, {0x62d9318a93a8, 0xc0003c2f30})
Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:2102 +0x625 fp=0xc00004bfb8 sp=0xc00004bb98 pc=0x62d930700605
Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*Server).Serve.gowrap3()
Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:3454 +0x28 fp=0xc00004bfe0 sp=0xc00004bfb8 pc=0x62d930705ec8
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by net/http.(*Server).Serve in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:3454 +0x485
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 1 gp=0xc000002380 m=nil [IO wait]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000d07790 sp=0xc000d07770 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.netpollblock(0xc00058f7e0?, 0x3039c666?, 0xd9?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/netpoll.go:575 +0xf7 fp=0xc000d077c8 sp=0xc000d07790 pc=0x62d9303c8357
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.runtime_pollWait(0x7e10293c8de0, 0x72)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/netpoll.go:351 +0x85 fp=0xc000d077e8 sp=0xc000d077c8 pc=0x62d930402a85
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*pollDesc).wait(0xc00035d080?, 0x900000036?, 0x0)
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000d07810 sp=0xc000d077e8 pc=0x62d930489ec7
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*pollDesc).waitRead(...)
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:89
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*FD).Accept(0xc00035d080)
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_unix.go:620 +0x295 fp=0xc000d078b8 sp=0xc000d07810 pc=0x62d93048f295
Aug 25 07:46:06 deepseek ollama[835892]: net.(*netFD).accept(0xc00035d080)
Aug 25 07:46:06 deepseek ollama[835892]: net/fd_unix.go:172 +0x29 fp=0xc000d07970 sp=0xc000d078b8 pc=0x62d930502249
Aug 25 07:46:06 deepseek ollama[835892]: net.(*TCPListener).accept(0xc000121cc0)
Aug 25 07:46:06 deepseek ollama[835892]: net/tcpsock_posix.go:159 +0x1b fp=0xc000d079c0 sp=0xc000d07970 pc=0x62d930517bfb
Aug 25 07:46:06 deepseek ollama[835892]: net.(*TCPListener).Accept(0xc000121cc0)
Aug 25 07:46:06 deepseek ollama[835892]: net/tcpsock.go:380 +0x30 fp=0xc000d079f0 sp=0xc000d079c0 pc=0x62d930516ab0
Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*onceCloseListener).Accept(0xc0003c43f0?)
Aug 25 07:46:06 deepseek ollama[835892]: :1 +0x24 fp=0xc000d07a08 sp=0xc000d079f0 pc=0x62d93072e204
Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*Server).Serve(0xc000159300, {0x62d9318a6f28, 0xc000121cc0})
Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:3424 +0x30c fp=0xc000d07b38 sp=0xc000d07a08 pc=0x62d930705acc
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0001b2030, 0x4, 0x4})
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc000d07d08 sp=0xc000d07b38 pc=0x62d9309073e6
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner.Execute({0xc0001b2010?, 0x0?, 0x0?})
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000d07d30 sp=0xc000d07d08 pc=0x62d930907c29
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/cmd.NewCLI.func2(0xc000159100?, {0x62d9313c2081?, 0x4?, 0x62d9313c2085?})
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc000d07d58 sp=0xc000d07d30 pc=0x62d93106cce5
Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).execute(0xc0003def08, {0xc00035aa00, 0x5, 0x5})
Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000d07e78 sp=0xc000d07d58 pc=0x62d93057b89c
Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).ExecuteC(0xc00014e908)
Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000d07f30 sp=0xc000d07e78 pc=0x62d93057c0e5
Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).Execute(...)
Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:992
Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).ExecuteContext(...)
Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:985
Aug 25 07:46:06 deepseek ollama[835892]: main.main()
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000d07f50 sp=0xc000d07f30 pc=0x62d93106d7cd
Aug 25 07:46:06 deepseek ollama[835892]: runtime.main()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:283 +0x29d fp=0xc000d07fe0 sp=0xc000d07f50 pc=0x62d9303cf9dd
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000d07fe8 sp=0xc000d07fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f4fa8 sp=0xc0000f4f88 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goparkunlock(...)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:441
Aug 25 07:46:06 deepseek ollama[835892]: runtime.forcegchelper()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:348 +0xb8 fp=0xc0000f4fe0 sp=0xc0000f4fa8 pc=0x62d9303cfd18
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f4fe8 sp=0xc0000f4fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.init.7 in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:336 +0x1a
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f5780 sp=0xc0000f5760 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goparkunlock(...)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:441
Aug 25 07:46:06 deepseek ollama[835892]: runtime.bgsweep(0xc0000ee080)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgcsweep.go:316 +0xdf fp=0xc0000f57c8 sp=0xc0000f5780 pc=0x62d9303ba4bf
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcenable.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:204 +0x25 fp=0xc0000f57e0 sp=0xc0000f57c8 pc=0x62d9303ae8a5
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f57e8 sp=0xc0000f57e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcenable in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:204 +0x66
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x10000?, 0x62d931585af8?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f5f78 sp=0xc0000f5f58 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goparkunlock(...)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:441
Aug 25 07:46:06 deepseek ollama[835892]: runtime.(*scavengerState).park(0x62d932148f00)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgcscavenge.go:425 +0x49 fp=0xc0000f5fa8 sp=0xc0000f5f78 pc=0x62d9303b7f09
Aug 25 07:46:06 deepseek ollama[835892]: runtime.bgscavenge(0xc0000ee080)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgcscavenge.go:658 +0x59 fp=0xc0000f5fc8 sp=0xc0000f5fa8 pc=0x62d9303b8499
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcenable.gowrap2()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:205 +0x25 fp=0xc0000f5fe0 sp=0xc0000f5fc8 pc=0x62d9303ae845
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f5fe8 sp=0xc0000f5fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcenable in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:205 +0xa5
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 18 gp=0xc000182700 m=nil [finalizer wait]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc0000f4688?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f4630 sp=0xc0000f4610 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.runfinq()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mfinal.go:196 +0x107 fp=0xc0000f47e0 sp=0xc0000f4630 pc=0x62d9303ad867
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f47e8 sp=0xc0000f47e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.createfing in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mfinal.go:166 +0x3d
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 19 gp=0xc000183180 m=nil [chan receive]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0xc0002b7860?, 0xc000010030?, 0x60?, 0xff?, 0x62d9304e8e88?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00060ff18 sp=0xc00060fef8 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.chanrecv(0xc000190310, 0x0, 0x1)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/chan.go:664 +0x445 fp=0xc00060ff90 sp=0xc00060ff18 pc=0x62d93039f245
Aug 25 07:46:06 deepseek ollama[835892]: runtime.chanrecv1(0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/chan.go:506 +0x12 fp=0xc00060ffb8 sp=0xc00060ff90 pc=0x62d93039edd2
Aug 25 07:46:06 deepseek ollama[835892]: runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1796
Aug 25 07:46:06 deepseek ollama[835892]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1799 +0x2f fp=0xc00060ffe0 sp=0xc00060ffb8 pc=0x62d9303b1a4f
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00060ffe8 sp=0xc00060ffe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1794 +0x85
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 20 gp=0xc000183340 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f0f38 sp=0xc0000f0f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f0fc8 sp=0xc0000f0f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f0fe0 sp=0xc0000f0fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f0fe8 sp=0xc0000f0fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 34 gp=0xc000492000 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000498738 sp=0xc000498718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004987c8 sp=0xc000498738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004987e0 sp=0xc0004987c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004987e8 sp=0xc0004987e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 35 gp=0xc0004921c0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000498f38 sp=0xc000498f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000498fc8 sp=0xc000498f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000498fe0 sp=0xc000498fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000498fe8 sp=0xc000498fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 36 gp=0xc000492380 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000499738 sp=0xc000499718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004997c8 sp=0xc000499738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004997e0 sp=0xc0004997c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004997e8 sp=0xc0004997e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 37 gp=0xc000492540 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000499f38 sp=0xc000499f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000499fc8 sp=0xc000499f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000499fe0 sp=0xc000499fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000499fe8 sp=0xc000499fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 38 gp=0xc000492700 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00049a738 sp=0xc00049a718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00049a7c8 sp=0xc00049a738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00049a7e0 sp=0xc00049a7c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00049a7e8 sp=0xc00049a7e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 39 gp=0xc0004928c0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00049af38 sp=0xc00049af18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00049afc8 sp=0xc00049af38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00049afe0 sp=0xc00049afc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00049afe8 sp=0xc00049afe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 40 gp=0xc000492a80 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00049b738 sp=0xc00049b718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00049b7c8 sp=0xc00049b738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00049b7e0 sp=0xc00049b7c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00049b7e8 sp=0xc00049b7e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 41 gp=0xc000492c40 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00049bf38 sp=0xc00049bf18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00049bfc8 sp=0xc00049bf38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00049bfe0 sp=0xc00049bfc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00049bfe8 sp=0xc00049bfe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 42 gp=0xc000492e00 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000494738 sp=0xc000494718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004947c8 sp=0xc000494738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004947e0 sp=0xc0004947c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004947e8 sp=0xc0004947e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 43 gp=0xc000492fc0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000494f38 sp=0xc000494f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000494fc8 sp=0xc000494f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000494fe0 sp=0xc000494fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000494fe8 sp=0xc000494fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 44 gp=0xc000493180 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000495738 sp=0xc000495718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004957c8 sp=0xc000495738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004957e0 sp=0xc0004957c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004957e8 sp=0xc0004957e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 45 gp=0xc000493340 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000495f38 sp=0xc000495f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000495fc8 sp=0xc000495f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000495fe0 sp=0xc000495fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000495fe8 sp=0xc000495fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 46 gp=0xc000493500 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000496738 sp=0xc000496718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004967c8 sp=0xc000496738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004967e0 sp=0xc0004967c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004967e8 sp=0xc0004967e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 47 gp=0xc0004936c0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000496f38 sp=0xc000496f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000496fc8 sp=0xc000496f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000496fe0 sp=0xc000496fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000496fe8 sp=0xc000496fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 48 gp=0xc000493880 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000497738 sp=0xc000497718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004977c8 sp=0xc000497738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004977e0 sp=0xc0004977c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004977e8 sp=0xc0004977e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 49 gp=0xc000493a40 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000497f38 sp=0xc000497f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000497fc8 sp=0xc000497f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000497fe0 sp=0xc000497fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000497fe8 sp=0xc000497fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 50 gp=0xc000493c00 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a4738 sp=0xc0004a4718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a47c8 sp=0xc0004a4738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a47e0 sp=0xc0004a47c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a47e8 sp=0xc0004a47e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 51 gp=0xc000493dc0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a4f38 sp=0xc0004a4f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a4fc8 sp=0xc0004a4f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a4fe0 sp=0xc0004a4fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a4fe8 sp=0xc0004a4fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 52 gp=0xc0004a8000 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a5738 sp=0xc0004a5718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a57c8 sp=0xc0004a5738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a57e0 sp=0xc0004a57c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a57e8 sp=0xc0004a57e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 53 gp=0xc0004a81c0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a5f38 sp=0xc0004a5f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a5fc8 sp=0xc0004a5f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a5fe0 sp=0xc0004a5fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a5fe8 sp=0xc0004a5fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 54 gp=0xc0004a8380 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a6738 sp=0xc0004a6718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a67c8 sp=0xc0004a6738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a67e0 sp=0xc0004a67c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a67e8 sp=0xc0004a67e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 55 gp=0xc0004a8540 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a6f38 sp=0xc0004a6f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a6fc8 sp=0xc0004a6f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a6fe0 sp=0xc0004a6fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a6fe8 sp=0xc0004a6fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 56 gp=0xc0004a8700 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a7738 sp=0xc0004a7718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a77c8 sp=0xc0004a7738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a77e0 sp=0xc0004a77c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a77e8 sp=0xc0004a77e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 57 gp=0xc0004a88c0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a7f38 sp=0xc0004a7f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a7fc8 sp=0xc0004a7f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a7fe0 sp=0xc0004a7fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a7fe8 sp=0xc0004a7fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 58 gp=0xc0004a8a80 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a0738 sp=0xc0004a0718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a07c8 sp=0xc0004a0738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a07e0 sp=0xc0004a07c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a07e8 sp=0xc0004a07e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 5 gp=0xc000003dc0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f6738 sp=0xc0000f6718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f67c8 sp=0xc0000f6738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f67e0 sp=0xc0000f67c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f67e8 sp=0xc0000f67e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 59 gp=0xc0004a8c40 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a0f38 sp=0xc0004a0f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a0fc8 sp=0xc0004a0f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a0fe0 sp=0xc0004a0fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a0fe8 sp=0xc0004a0fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 6 gp=0xc000136000 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f6f38 sp=0xc0000f6f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f6fc8 sp=0xc0000f6f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f6fe0 sp=0xc0000f6fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f6fe8 sp=0xc0000f6fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 60 gp=0xc0004a8e00 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a1738 sp=0xc0004a1718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a17c8 sp=0xc0004a1738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a17e0 sp=0xc0004a17c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a17e8 sp=0xc0004a17e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 21 gp=0xc000183500 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f1738 sp=0xc0000f1718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f17c8 sp=0xc0000f1738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f17e0 sp=0xc0000f17c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f17e8 sp=0xc0000f17e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 22 gp=0xc0001836c0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f1f38 sp=0xc0000f1f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f1fc8 sp=0xc0000f1f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f1fe0 sp=0xc0000f1fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f1fe8 sp=0xc0000f1fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 23 gp=0xc000183880 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f2738 sp=0xc0000f2718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f27c8 sp=0xc0000f2738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f27e0 sp=0xc0000f27c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f27e8 sp=0xc0000f27e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 24 gp=0xc000183a40 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f2f38 sp=0xc0000f2f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f2fc8 sp=0xc0000f2f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f2fe0 sp=0xc0000f2fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f2fe8 sp=0xc0000f2fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 25 gp=0xc000183c00 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f3738 sp=0xc0000f3718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f37c8 sp=0xc0000f3738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f37e0 sp=0xc0000f37c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f37e8 sp=0xc0000f37e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 26 gp=0xc000183dc0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f3f38 sp=0xc0000f3f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f3fc8 sp=0xc0000f3f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f3fe0 sp=0xc0000f3fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f3fe8 sp=0xc0000f3fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 27 gp=0xc00047a000 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000504738 sp=0xc000504718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005047c8 sp=0xc000504738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005047e0 sp=0xc0005047c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005047e8 sp=0xc0005047e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 28 gp=0xc00047a1c0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000504f38 sp=0xc000504f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000504fc8 sp=0xc000504f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000504fe0 sp=0xc000504fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000504fe8 sp=0xc000504fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 29 gp=0xc00047a380 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000505738 sp=0xc000505718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005057c8 sp=0xc000505738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005057e0 sp=0xc0005057c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005057e8 sp=0xc0005057e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 30 gp=0xc00047a540 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000505f38 sp=0xc000505f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000505fc8 sp=0xc000505f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000505fe0 sp=0xc000505fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000505fe8 sp=0xc000505fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 31 gp=0xc00047a700 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000506738 sp=0xc000506718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005067c8 sp=0xc000506738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005067e0 sp=0xc0005067c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005067e8 sp=0xc0005067e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 32 gp=0xc00047a8c0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000506f38 sp=0xc000506f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000506fc8 sp=0xc000506f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000506fe0 sp=0xc000506fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000506fe8 sp=0xc000506fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 33 gp=0xc00047aa80 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000507738 sp=0xc000507718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005077c8 sp=0xc000507738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005077e0 sp=0xc0005077c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005077e8 sp=0xc0005077e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 66 gp=0xc00047ac40 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000507f38 sp=0xc000507f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000507fc8 sp=0xc000507f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000507fe0 sp=0xc000507fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000507fe8 sp=0xc000507fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 67 gp=0xc00047ae00 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000500738 sp=0xc000500718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005007c8 sp=0xc000500738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005007e0 sp=0xc0005007c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005007e8 sp=0xc0005007e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 68 gp=0xc00047afc0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000500f38 sp=0xc000500f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000500fc8 sp=0xc000500f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000500fe0 sp=0xc000500fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000500fe8 sp=0xc000500fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 69 gp=0xc00047b180 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000501738 sp=0xc000501718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005017c8 sp=0xc000501738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005017e0 sp=0xc0005017c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005017e8 sp=0xc0005017e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 70 gp=0xc00047b340 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000501f38 sp=0xc000501f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000501fc8 sp=0xc000501f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000501fe0 sp=0xc000501fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000501fe8 sp=0xc000501fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 71 gp=0xc00047b500 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000502738 sp=0xc000502718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005027c8 sp=0xc000502738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005027e0 sp=0xc0005027c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005027e8 sp=0xc0005027e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 72 gp=0xc00047b6c0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000502f38 sp=0xc000502f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000502fc8 sp=0xc000502f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000502fe0 sp=0xc000502fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000502fe8 sp=0xc000502fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 73 gp=0xc00047b880 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000503738 sp=0xc000503718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005037c8 sp=0xc000503738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005037e0 sp=0xc0005037c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005037e8 sp=0xc0005037e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 61 gp=0xc0004a8fc0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a1f38 sp=0xc0004a1f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a1fc8 sp=0xc0004a1f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a1fe0 sp=0xc0004a1fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a1fe8 sp=0xc0004a1fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 7 gp=0xc0001361c0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f7738 sp=0xc0000f7718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f77c8 sp=0xc0000f7738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f77e0 sp=0xc0000f77c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f77e8 sp=0xc0000f77e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 8 gp=0xc000136380 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f7f38 sp=0xc0000f7f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f7fc8 sp=0xc0000f7f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f7fe0 sp=0xc0000f7fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f7fe8 sp=0xc0000f7fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 9 gp=0xc000136540 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013c738 sp=0xc00013c718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013c7c8 sp=0xc00013c738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013c7e0 sp=0xc00013c7c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013c7e8 sp=0xc00013c7e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 10 gp=0xc000136700 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5c266f?, 0x1?, 0x6a?, 0x31?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013cf38 sp=0xc00013cf18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013cfc8 sp=0xc00013cf38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013cfe0 sp=0xc00013cfc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013cfe8 sp=0xc00013cfe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 11 gp=0xc0001368c0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x62d9321f8bc0?, 0x1?, 0xe5?, 0x80?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013d738 sp=0xc00013d718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013d7c8 sp=0xc00013d738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013d7e0 sp=0xc00013d7c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013d7e8 sp=0xc00013d7e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 12 gp=0xc000136a80 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5c2831?, 0x1?, 0xea?, 0xf0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013df38 sp=0xc00013df18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013dfc8 sp=0xc00013df38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013dfe0 sp=0xc00013dfc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013dfe8 sp=0xc00013dfe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 13 gp=0xc000136c40 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5cbea2?, 0x1?, 0xa4?, 0xf7?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013e738 sp=0xc00013e718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013e7c8 sp=0xc00013e738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013e7e0 sp=0xc00013e7c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013e7e8 sp=0xc00013e7e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 14 gp=0xc000136e00 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5fa8f5?, 0x1?, 0x7f?, 0x55?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013ef38 sp=0xc00013ef18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013efc8 sp=0xc00013ef38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013efe0 sp=0xc00013efc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013efe8 sp=0xc00013efe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 15 gp=0xc000136fc0 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5fb3e5?, 0x1?, 0xd0?, 0x84?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013f738 sp=0xc00013f718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013f7c8 sp=0xc00013f738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013f7e0 sp=0xc00013f7c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013f7e8 sp=0xc00013f7e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 16 gp=0xc000137180 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5cd3c4?, 0x1?, 0x53?, 0x2?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013ff38 sp=0xc00013ff18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013ffc8 sp=0xc00013ff38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013ffe0 sp=0xc00013ffc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013ffe8 sp=0xc00013ffe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 82 gp=0xc000137340 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5b52b0?, 0x1?, 0xbd?, 0xd9?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000138738 sp=0xc000138718 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001387c8 sp=0xc000138738 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001387e0 sp=0xc0001387c8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001387e8 sp=0xc0001387e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 83 gp=0xc000137500 m=nil [GC worker (idle)]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x62d9321f8bc0?, 0x1?, 0x5a?, 0xf6?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000138f38 sp=0xc000138f18 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000138fc8 sp=0xc000138f38 pc=0x62d9303b0d69
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000138fe0 sp=0xc000138fc8 pc=0x62d9303b0c45
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000138fe8 sp=0xc000138fe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 84 gp=0xc000602fc0 m=nil [sync.WaitGroup.Wait]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x60?, 0x0?, 0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013aed0 sp=0xc00013aeb0 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goparkunlock(...)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:441
Aug 25 07:46:06 deepseek ollama[835892]: runtime.semacquire1(0xc0002b9198, 0x0, 0x1, 0x0, 0x18)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/sema.go:188 +0x229 fp=0xc00013af38 sp=0xc00013aed0 pc=0x62d9303e2fa9
Aug 25 07:46:06 deepseek ollama[835892]: sync.runtime_SemacquireWaitGroup(0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/sema.go:110 +0x25 fp=0xc00013af70 sp=0xc00013af38 pc=0x62d930405285
Aug 25 07:46:06 deepseek ollama[835892]: sync.(*WaitGroup).Wait(0x0?)
Aug 25 07:46:06 deepseek ollama[835892]: sync/waitgroup.go:118 +0x48 fp=0xc00013af98 sp=0xc00013af70 pc=0x62d9304168e8
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002b90e0, {0x62d9318a93e0, 0xc00035aaa0})
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00013afb8 sp=0xc00013af98 pc=0x62d93090160a
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00013afe0 sp=0xc00013afb8 pc=0x62d930907648
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013afe8 sp=0xc00013afe0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9
Aug 25 07:46:06 deepseek ollama[835892]: goroutine 74 gp=0xc000603340 m=nil [IO wait]:
Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x62d9320dd600?, 0xc00013b638?, 0x38?, 0xb6?, 0xb?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013b5d8 sp=0xc00013b5b8 pc=0x62d93040386e
Aug 25 07:46:06 deepseek ollama[835892]: runtime.netpollblock(0x62d930426bd8?, 0x3039c666?, 0xd9?)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/netpoll.go:575 +0xf7 fp=0xc00013b610 sp=0xc00013b5d8 pc=0x62d9303c8357
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.runtime_pollWait(0x7e10293c8cc8, 0x72)
Aug 25 07:46:06 deepseek ollama[835892]: runtime/netpoll.go:351 +0x85 fp=0xc00013b630 sp=0xc00013b610 pc=0x62d930402a85
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*pollDesc).wait(0xc00035d100?, 0xc0003c3031?, 0x0)
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00013b658 sp=0xc00013b630 pc=0x62d930489ec7
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*pollDesc).waitRead(...)
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:89
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*FD).Read(0xc00035d100, {0xc0003c3031, 0x1, 0x1})
Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_unix.go:165 +0x27a fp=0xc00013b6f0 sp=0xc00013b658 pc=0x62d93048b1ba
Aug 25 07:46:06 deepseek ollama[835892]: net.(*netFD).Read(0xc00035d100, {0xc0003c3031?, 0xc000121d98?, 0xc00013b770?})
Aug 25 07:46:06 deepseek ollama[835892]: net/fd_posix.go:55 +0x25 fp=0xc00013b738 sp=0xc00013b6f0 pc=0x62d9305002a5
Aug 25 07:46:06 deepseek ollama[835892]: net.(*conn).Read(0xc00019ca20, {0xc0003c3031?, 0x0?, 0x0?})
Aug 25 07:46:06 deepseek ollama[835892]: net/net.go:194 +0x45 fp=0xc00013b780 sp=0xc00013b738 pc=0x62d93050e665
Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*connReader).backgroundRead(0xc0003c3020)
Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:690 +0x37 fp=0xc00013b7c8 sp=0xc00013b780 pc=0x62d9306fa4d7
Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*connReader).startBackgroundRead.gowrap2()
Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:686 +0x25 fp=0xc00013b7e0 sp=0xc00013b7c8 pc=0x62d9306fa405
Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013b7e8 sp=0xc00013b7e0 pc=0x62d93040afa1
Aug 25 07:46:06 deepseek ollama[835892]: created by net/http.(*connReader).startBackgroundRead in goroutine 85
Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:686 +0xb6
Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.874Z level=INFO source=sched.go:441 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post "http://127.0.0.1:40589/load": EOF"
Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.910Z level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2"
Aug 25 07:46:06 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:46:06 | 500 | 1.279034478s | 127.0.0.1 | POST "/api/generate"
Aug 25 07:47:08 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:47:08 | 200 | 80.498µs | 127.0.0.1 | HEAD "/"
Aug 25 07:47:08 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:47:08 | 200 | 78.920331ms | 127.0.0.1 | POST "/api/show"
Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.532Z level=INFO source=server.go:383 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --model /usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e --port 43005"
Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.560Z level=INFO source=runner.go:1006 msg="starting ollama engine"
Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.560Z level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:43005"
Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.746Z level=INFO source=server.go:488 msg="system memory" total="251.6 GiB" free="242.6 GiB" free_swap="8.0 GiB"
Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.746Z level=INFO source=memory.go:36 msg="new model will fit in available VRAM across minimum required GPUs, loading" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e library=cuda parallel=1 required="10.0 GiB" gpus=1
Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.747Z level=INFO source=server.go:531 msg=offload library=cuda layers.requested=-1 layers.model=41 layers.offload=41 layers.split=[41] memory.available="[44.1 GiB]" memory.gpu_overhead="0 B" memory.required.full="10.0 GiB" memory.required.partial="10.0 GiB" memory.required.kv="640.0 MiB" memory.required.allocations="[10.0 GiB]" memory.weights.total="8.2 GiB" memory.weights.repeating="7.6 GiB" memory.weights.nonrepeating="608.6 MiB" memory.graph.full="533.3 MiB" memory.graph.partial="533.3 MiB"
Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.749Z level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:32 GPULayers:41[ID:GPU-93172f1a-c8d8-c77d-752e-87d3f45db623 Layers:41(0..40)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.796Z level=INFO source=ggml.go:130 msg="" architecture=qwen3 file_type=Q4_K_M name="Qwen3 14B" description="" num_tensors=443 num_key_values=28
Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: found 2 CUDA devices:
Aug 25 07:47:09 deepseek ollama[835892]: Device 0: NVIDIA L20, compute capability 8.9, VMM: yes, ID: GPU-b41ff8ac-0ce7-5ca4-85e4-e8adf0f96bcf
Aug 25 07:47:09 deepseek ollama[835892]: Device 1: NVIDIA L20, compute capability 8.9, VMM: yes, ID: GPU-93172f1a-c8d8-c77d-752e-87d3f45db623
Aug 25 07:47:09 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/libggml-cuda.so
Aug 25 07:47:09 deepseek ollama[835892]: load_backend: loaded CPU backend from /usr/lib/ollama/libggml-cpu-icelake.so
Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: found 2 CUDA devices:
Aug 25 07:47:09 deepseek ollama[835892]: Device 0: NVIDIA L20, compute capability 8.9, VMM: yes
Aug 25 07:47:09 deepseek ollama[835892]: Device 1: NVIDIA L20, compute capability 8.9, VMM: yes
Aug 25 07:47:10 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/cuda_v12/libggml-cuda.so
Aug 25 07:47:10 deepseek ollama[835892]: time=2025-08-25T07:47:10.082Z 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.AVX512=1 CPU.0.AVX512_VBMI=1 CPU.0.AVX512_VNNI=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.0.USE_GRAPHS=1 CUDA.0.PEER_MAX_BATCH_SIZE=128 CUDA.1.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.1.USE_GRAPHS=1 CUDA.1.PEER_MAX_BATCH_SIZE=128 CUDA.2.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.2.USE_GRAPHS=1 CUDA.2.PEER_MAX_BATCH_SIZE=128 CUDA.3.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.3.USE_GRAPHS=1 CUDA.3.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc)
Aug 25 07:47:10 deepseek ollama[835892]: unexpected fault address 0xafcee0000
Aug 25 07:47:10 deepseek ollama[835892]: fatal error: fault
Aug 25 07:47:10 deepseek ollama[835892]: [signal SIGSEGV: segmentation violation code=0x1 addr=0xafcee0000 pc=0x55bd918b62a0]
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 56 gp=0xc000505880 m=13 mp=0xc000580808 [running]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.throw({0x55bd928e649a?, 0xc000505880?})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/panic.go:1096 +0x4a fp=0xc00004ab90 sp=0xc00004ab60 pc=0x55bd9192674a
Aug 25 07:47:10 deepseek ollama[835892]: runtime.sigpanic()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/signal_unix.go:939 +0x26c fp=0xc00004abf0 sp=0xc00004ab90 pc=0x55bd91928bcc
Aug 25 07:47:10 deepseek ollama[835892]: indexbytebody()
Aug 25 07:47:10 deepseek ollama[835892]: internal/bytealg/indexbyte_amd64.s:131 +0xe0 fp=0xc00004abf8 sp=0xc00004abf0 pc=0x55bd918b62a0
Aug 25 07:47:10 deepseek ollama[835892]: runtime.findnull(0xc00004ac78?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/string.go:577 +0x79 fp=0xc00004ac50 sp=0xc00004abf8 pc=0x55bd9190e3d9
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gostring(0xafcee0000)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/string.go:363 +0x1c fp=0xc00004ac88 sp=0xc00004ac50 pc=0x55bd91929a3c
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml._Cfunc_GoString(...)
Aug 25 07:47:10 deepseek ollama[835892]: _cgo_gotypes.go:321
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml.New({0x7ffc6b986ce4, 0x6e}, {0x1, 0x20, {0xc0004f77d0, 0x1, 0x1}, 0x0})
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml/ggml.go:189 +0xcc7 fp=0xc00004b558 sp=0xc00004ac88 pc=0x55bd91d68987
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/ml.NewBackend({0x7ffc6b986ce4, 0x6e}, {0x1, 0x20, {0xc0004f77d0, 0x1, 0x1}, 0x0})
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc00004b5a8 sp=0xc00004b558 pc=0x55bd91d0751c
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/model.New({0x7ffc6b986ce4?, 0x0?}, {0x1, 0x20, {0xc0004f77d0, 0x1, 0x1}, 0x0})
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/model/model.go:102 +0x7e fp=0xc00004b6a0 sp=0xc00004b5a8 pc=0x55bd91d7acfe
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002a50e0, {0x7ffc6b986ce4?, 0x55bd91c1a43a?}, {0x1, 0x20, {0xc0004f77d0, 0x1, 0x1}, 0x0}, {0x0, ...}, ...)
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc00004b730 sp=0xc00004b6a0 pc=0x55bd91e2868c
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002a50e0, {0x55bd92dca108, 0xc0004c95e0}, 0xc0004e8780)
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc00004bac0 sp=0xc00004b730 pc=0x55bd91e2920d
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x55bd92dca108?, 0xc0004c95e0?}, 0xc0001dfb40?)
Aug 25 07:47:10 deepseek ollama[835892]: :1 +0x36 fp=0xc00004baf0 sp=0xc00004bac0 pc=0x55bd91e2aa16
Aug 25 07:47:10 deepseek ollama[835892]: net/http.HandlerFunc.ServeHTTP(0xc000577c80?, {0x55bd92dca108?, 0xc0004c95e0?}, 0xc0001dfb60?)
Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:2294 +0x29 fp=0xc00004bb18 sp=0xc00004baf0 pc=0x55bd91c25109
Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*ServeMux).ServeHTTP(0x55bd918cad85?, {0x55bd92dca108, 0xc0004c95e0}, 0xc0004e8780)
Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:2822 +0x1c4 fp=0xc00004bb68 sp=0xc00004bb18 pc=0x55bd91c27004
Aug 25 07:47:10 deepseek ollama[835892]: net/http.serverHandler.ServeHTTP({0x55bd92dc6790?}, {0x55bd92dca108?, 0xc0004c95e0?}, 0x1?)
Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:3301 +0x8e fp=0xc00004bb98 sp=0xc00004bb68 pc=0x55bd91c44a8e
Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*conn).serve(0xc0004fa3f0, {0x55bd92dcc3a8, 0xc0004f6cf0})
Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:2102 +0x625 fp=0xc00004bfb8 sp=0xc00004bb98 pc=0x55bd91c23605
Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*Server).Serve.gowrap3()
Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:3454 +0x28 fp=0xc00004bfe0 sp=0xc00004bfb8 pc=0x55bd91c28ec8
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by net/http.(*Server).Serve in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:3454 +0x485
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 1 gp=0xc000002380 m=nil [IO wait]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000721790 sp=0xc000721770 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.netpollblock(0xc0001bd7e0?, 0x918bf666?, 0xbd?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/netpoll.go:575 +0xf7 fp=0xc0007217c8 sp=0xc000721790 pc=0x55bd918eb357
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.runtime_pollWait(0x7ae7a7696eb0, 0x72)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/netpoll.go:351 +0x85 fp=0xc0007217e8 sp=0xc0007217c8 pc=0x55bd91925a85
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*pollDesc).wait(0xc0004e2980?, 0x900000036?, 0x0)
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000721810 sp=0xc0007217e8 pc=0x55bd919acec7
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*pollDesc).waitRead(...)
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:89
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*FD).Accept(0xc0004e2980)
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_unix.go:620 +0x295 fp=0xc0007218b8 sp=0xc000721810 pc=0x55bd919b2295
Aug 25 07:47:10 deepseek ollama[835892]: net.(*netFD).accept(0xc0004e2980)
Aug 25 07:47:10 deepseek ollama[835892]: net/fd_unix.go:172 +0x29 fp=0xc000721970 sp=0xc0007218b8 pc=0x55bd91a25249
Aug 25 07:47:10 deepseek ollama[835892]: net.(*TCPListener).accept(0xc000787780)
Aug 25 07:47:10 deepseek ollama[835892]: net/tcpsock_posix.go:159 +0x1b fp=0xc0007219c0 sp=0xc000721970 pc=0x55bd91a3abfb
Aug 25 07:47:10 deepseek ollama[835892]: net.(*TCPListener).Accept(0xc000787780)
Aug 25 07:47:10 deepseek ollama[835892]: net/tcpsock.go:380 +0x30 fp=0xc0007219f0 sp=0xc0007219c0 pc=0x55bd91a39ab0
Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*onceCloseListener).Accept(0xc0004fa3f0?)
Aug 25 07:47:10 deepseek ollama[835892]: :1 +0x24 fp=0xc000721a08 sp=0xc0007219f0 pc=0x55bd91c51204
Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*Server).Serve(0xc00056f000, {0x55bd92dc9f28, 0xc000787780})
Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:3424 +0x30c fp=0xc000721b38 sp=0xc000721a08 pc=0x55bd91c28acc
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0000340a0, 0x4, 0x4})
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc000721d08 sp=0xc000721b38 pc=0x55bd91e2a3e6
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner.Execute({0xc000034080?, 0x0?, 0x0?})
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000721d30 sp=0xc000721d08 pc=0x55bd91e2ac29
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/cmd.NewCLI.func2(0xc00056ee00?, {0x55bd928e5081?, 0x4?, 0x55bd928e5085?})
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc000721d58 sp=0xc000721d30 pc=0x55bd9258fce5
Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).execute(0xc0004fcf08, {0xc00078b720, 0x5, 0x5})
Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000721e78 sp=0xc000721d58 pc=0x55bd91a9e89c
Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).ExecuteC(0xc0004be908)
Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000721f30 sp=0xc000721e78 pc=0x55bd91a9f0e5
Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).Execute(...)
Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:992
Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).ExecuteContext(...)
Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:985
Aug 25 07:47:10 deepseek ollama[835892]: main.main()
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000721f50 sp=0xc000721f30 pc=0x55bd925907cd
Aug 25 07:47:10 deepseek ollama[835892]: runtime.main()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:283 +0x29d fp=0xc000721fe0 sp=0xc000721f50 pc=0x55bd918f29dd
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000721fe8 sp=0xc000721fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f4fa8 sp=0xc0000f4f88 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goparkunlock(...)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:441
Aug 25 07:47:10 deepseek ollama[835892]: runtime.forcegchelper()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:348 +0xb8 fp=0xc0000f4fe0 sp=0xc0000f4fa8 pc=0x55bd918f2d18
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f4fe8 sp=0xc0000f4fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.init.7 in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:336 +0x1a
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f5780 sp=0xc0000f5760 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goparkunlock(...)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:441
Aug 25 07:47:10 deepseek ollama[835892]: runtime.bgsweep(0xc0000ee080)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgcsweep.go:316 +0xdf fp=0xc0000f57c8 sp=0xc0000f5780 pc=0x55bd918dd4bf
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcenable.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:204 +0x25 fp=0xc0000f57e0 sp=0xc0000f57c8 pc=0x55bd918d18a5
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f57e8 sp=0xc0000f57e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcenable in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:204 +0x66
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x10000?, 0x55bd92aa8af8?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f5f78 sp=0xc0000f5f58 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goparkunlock(...)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:441
Aug 25 07:47:10 deepseek ollama[835892]: runtime.(*scavengerState).park(0x55bd9366bf00)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgcscavenge.go:425 +0x49 fp=0xc0000f5fa8 sp=0xc0000f5f78 pc=0x55bd918daf09
Aug 25 07:47:10 deepseek ollama[835892]: runtime.bgscavenge(0xc0000ee080)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgcscavenge.go:658 +0x59 fp=0xc0000f5fc8 sp=0xc0000f5fa8 pc=0x55bd918db499
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcenable.gowrap2()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:205 +0x25 fp=0xc0000f5fe0 sp=0xc0000f5fc8 pc=0x55bd918d1845
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f5fe8 sp=0xc0000f5fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcenable in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:205 +0xa5
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc0000f4688?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f4630 sp=0xc0000f4610 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.runfinq()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mfinal.go:196 +0x107 fp=0xc0000f47e0 sp=0xc0000f4630 pc=0x55bd918d0867
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f47e8 sp=0xc0000f47e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.createfing in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mfinal.go:166 +0x3d
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 6 gp=0xc00024e8c0 m=nil [chan receive]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0xc0002a17c0?, 0xc0000101c8?, 0x60?, 0x67?, 0x55bd91a0be88?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f6718 sp=0xc0000f66f8 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.chanrecv(0xc00012c310, 0x0, 0x1)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/chan.go:664 +0x445 fp=0xc0000f6790 sp=0xc0000f6718 pc=0x55bd918c2245
Aug 25 07:47:10 deepseek ollama[835892]: runtime.chanrecv1(0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/chan.go:506 +0x12 fp=0xc0000f67b8 sp=0xc0000f6790 pc=0x55bd918c1dd2
Aug 25 07:47:10 deepseek ollama[835892]: runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1796
Aug 25 07:47:10 deepseek ollama[835892]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1799 +0x2f fp=0xc0000f67e0 sp=0xc0000f67b8 pc=0x55bd918d4a4f
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f67e8 sp=0xc0000f67e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1794 +0x85
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 7 gp=0xc00024ec40 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f6f38 sp=0xc0000f6f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f6fc8 sp=0xc0000f6f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f6fe0 sp=0xc0000f6fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f6fe8 sp=0xc0000f6fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 18 gp=0xc000504000 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f0738 sp=0xc0000f0718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f07c8 sp=0xc0000f0738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f07e0 sp=0xc0000f07c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f07e8 sp=0xc0000f07e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 19 gp=0xc0005041c0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f0f38 sp=0xc0000f0f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f0fc8 sp=0xc0000f0f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f0fe0 sp=0xc0000f0fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f0fe8 sp=0xc0000f0fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 34 gp=0xc000182380 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019a738 sp=0xc00019a718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019a7c8 sp=0xc00019a738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019a7e0 sp=0xc00019a7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019a7e8 sp=0xc00019a7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 35 gp=0xc000182540 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019af38 sp=0xc00019af18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019afc8 sp=0xc00019af38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019afe0 sp=0xc00019afc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019afe8 sp=0xc00019afe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 8 gp=0xc00024ee00 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f7738 sp=0xc0000f7718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f77c8 sp=0xc0000f7738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f77e0 sp=0xc0000f77c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f77e8 sp=0xc0000f77e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 9 gp=0xc00024efc0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f7f38 sp=0xc0000f7f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f7fc8 sp=0xc0000f7f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f7fe0 sp=0xc0000f7fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f7fe8 sp=0xc0000f7fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 10 gp=0xc00024f180 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000196738 sp=0xc000196718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001967c8 sp=0xc000196738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001967e0 sp=0xc0001967c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001967e8 sp=0xc0001967e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 11 gp=0xc00024f340 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000196f38 sp=0xc000196f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000196fc8 sp=0xc000196f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000196fe0 sp=0xc000196fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000196fe8 sp=0xc000196fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 12 gp=0xc00024f500 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000197738 sp=0xc000197718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001977c8 sp=0xc000197738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001977e0 sp=0xc0001977c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001977e8 sp=0xc0001977e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 13 gp=0xc00024f6c0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000197f38 sp=0xc000197f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000197fc8 sp=0xc000197f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000197fe0 sp=0xc000197fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000197fe8 sp=0xc000197fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 14 gp=0xc00024f880 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000198738 sp=0xc000198718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001987c8 sp=0xc000198738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001987e0 sp=0xc0001987c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001987e8 sp=0xc0001987e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 15 gp=0xc00024fa40 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000198f38 sp=0xc000198f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000198fc8 sp=0xc000198f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000198fe0 sp=0xc000198fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000198fe8 sp=0xc000198fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 16 gp=0xc00024fc00 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000199738 sp=0xc000199718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001997c8 sp=0xc000199738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001997e0 sp=0xc0001997c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001997e8 sp=0xc0001997e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 50 gp=0xc00024fdc0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000199f38 sp=0xc000199f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000199fc8 sp=0xc000199f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000199fe0 sp=0xc000199fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000199fe8 sp=0xc000199fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 51 gp=0xc0004a8000 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004ae738 sp=0xc0004ae718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004ae7c8 sp=0xc0004ae738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004ae7e0 sp=0xc0004ae7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ae7e8 sp=0xc0004ae7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 52 gp=0xc0004a81c0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004aef38 sp=0xc0004aef18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004aefc8 sp=0xc0004aef38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004aefe0 sp=0xc0004aefc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aefe8 sp=0xc0004aefe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 53 gp=0xc0004a8380 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004af738 sp=0xc0004af718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004af7c8 sp=0xc0004af738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004af7e0 sp=0xc0004af7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004af7e8 sp=0xc0004af7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 20 gp=0xc000504380 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f1738 sp=0xc0000f1718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f17c8 sp=0xc0000f1738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f17e0 sp=0xc0000f17c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f17e8 sp=0xc0000f17e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 36 gp=0xc000182700 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019b738 sp=0xc00019b718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019b7c8 sp=0xc00019b738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019b7e0 sp=0xc00019b7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019b7e8 sp=0xc00019b7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 37 gp=0xc0001828c0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019bf38 sp=0xc00019bf18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019bfc8 sp=0xc00019bf38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019bfe0 sp=0xc00019bfc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019bfe8 sp=0xc00019bfe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 38 gp=0xc000182a80 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019c738 sp=0xc00019c718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019c7c8 sp=0xc00019c738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019c7e0 sp=0xc00019c7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019c7e8 sp=0xc00019c7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 39 gp=0xc000182c40 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019cf38 sp=0xc00019cf18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019cfc8 sp=0xc00019cf38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019cfe0 sp=0xc00019cfc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019cfe8 sp=0xc00019cfe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 40 gp=0xc000182e00 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019d738 sp=0xc00019d718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019d7c8 sp=0xc00019d738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019d7e0 sp=0xc00019d7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019d7e8 sp=0xc00019d7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 41 gp=0xc000182fc0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019df38 sp=0xc00019df18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019dfc8 sp=0xc00019df38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019dfe0 sp=0xc00019dfc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019dfe8 sp=0xc00019dfe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 42 gp=0xc000183180 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004aa738 sp=0xc0004aa718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004aa7c8 sp=0xc0004aa738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004aa7e0 sp=0xc0004aa7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aa7e8 sp=0xc0004aa7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 43 gp=0xc000183340 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004aaf38 sp=0xc0004aaf18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004aafc8 sp=0xc0004aaf38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004aafe0 sp=0xc0004aafc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aafe8 sp=0xc0004aafe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 44 gp=0xc000183500 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004ab738 sp=0xc0004ab718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004ab7c8 sp=0xc0004ab738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004ab7e0 sp=0xc0004ab7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ab7e8 sp=0xc0004ab7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 45 gp=0xc0001836c0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004abf38 sp=0xc0004abf18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004abfc8 sp=0xc0004abf38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004abfe0 sp=0xc0004abfc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004abfe8 sp=0xc0004abfe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 46 gp=0xc000183880 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004ac738 sp=0xc0004ac718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004ac7c8 sp=0xc0004ac738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004ac7e0 sp=0xc0004ac7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ac7e8 sp=0xc0004ac7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 47 gp=0xc000183a40 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004acf38 sp=0xc0004acf18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004acfc8 sp=0xc0004acf38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004acfe0 sp=0xc0004acfc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004acfe8 sp=0xc0004acfe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 48 gp=0xc000183c00 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004ad738 sp=0xc0004ad718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004ad7c8 sp=0xc0004ad738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004ad7e0 sp=0xc0004ad7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ad7e8 sp=0xc0004ad7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 49 gp=0xc000183dc0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004adf38 sp=0xc0004adf18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004adfc8 sp=0xc0004adf38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004adfe0 sp=0xc0004adfc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004adfe8 sp=0xc0004adfe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 66 gp=0xc0001a0000 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a6738 sp=0xc0001a6718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a67c8 sp=0xc0001a6738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a67e0 sp=0xc0001a67c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a67e8 sp=0xc0001a67e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 67 gp=0xc0001a01c0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a6f38 sp=0xc0001a6f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a6fc8 sp=0xc0001a6f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a6fe0 sp=0xc0001a6fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a6fe8 sp=0xc0001a6fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 68 gp=0xc0001a0380 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a7738 sp=0xc0001a7718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a77c8 sp=0xc0001a7738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a77e0 sp=0xc0001a77c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a77e8 sp=0xc0001a77e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 69 gp=0xc0001a0540 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a7f38 sp=0xc0001a7f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a7fc8 sp=0xc0001a7f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a7fe0 sp=0xc0001a7fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a7fe8 sp=0xc0001a7fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 70 gp=0xc0001a0700 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a8738 sp=0xc0001a8718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a87c8 sp=0xc0001a8738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a87e0 sp=0xc0001a87c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a87e8 sp=0xc0001a87e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 71 gp=0xc0001a08c0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a8f38 sp=0xc0001a8f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a8fc8 sp=0xc0001a8f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a8fe0 sp=0xc0001a8fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a8fe8 sp=0xc0001a8fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 72 gp=0xc0001a0a80 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a9738 sp=0xc0001a9718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a97c8 sp=0xc0001a9738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a97e0 sp=0xc0001a97c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a97e8 sp=0xc0001a97e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 73 gp=0xc0001a0c40 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a9f38 sp=0xc0001a9f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a9fc8 sp=0xc0001a9f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a9fe0 sp=0xc0001a9fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a9fe8 sp=0xc0001a9fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 74 gp=0xc0001a0e00 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a2738 sp=0xc0001a2718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a27c8 sp=0xc0001a2738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a27e0 sp=0xc0001a27c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a27e8 sp=0xc0001a27e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 75 gp=0xc0001a0fc0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a2f38 sp=0xc0001a2f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a2fc8 sp=0xc0001a2f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a2fe0 sp=0xc0001a2fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a2fe8 sp=0xc0001a2fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 76 gp=0xc0001a1180 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a3738 sp=0xc0001a3718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a37c8 sp=0xc0001a3738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a37e0 sp=0xc0001a37c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a37e8 sp=0xc0001a37e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 77 gp=0xc0001a1340 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a3f38 sp=0xc0001a3f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a3fc8 sp=0xc0001a3f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a3fe0 sp=0xc0001a3fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a3fe8 sp=0xc0001a3fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 78 gp=0xc0001a1500 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a4738 sp=0xc0001a4718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a47c8 sp=0xc0001a4738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a47e0 sp=0xc0001a47c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a47e8 sp=0xc0001a47e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 79 gp=0xc0001a16c0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a4f38 sp=0xc0001a4f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a4fc8 sp=0xc0001a4f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a4fe0 sp=0xc0001a4fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a4fe8 sp=0xc0001a4fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 80 gp=0xc0001a1880 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a5738 sp=0xc0001a5718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a57c8 sp=0xc0001a5738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a57e0 sp=0xc0001a57c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a57e8 sp=0xc0001a57e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 81 gp=0xc0001a1a40 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a5f38 sp=0xc0001a5f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a5fc8 sp=0xc0001a5f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a5fe0 sp=0xc0001a5fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a5fe8 sp=0xc0001a5fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 82 gp=0xc0001a1c00 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001ae738 sp=0xc0001ae718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001ae7c8 sp=0xc0001ae738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001ae7e0 sp=0xc0001ae7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001ae7e8 sp=0xc0001ae7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 83 gp=0xc0001a1dc0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001aef38 sp=0xc0001aef18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001aefc8 sp=0xc0001aef38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001aefe0 sp=0xc0001aefc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001aefe8 sp=0xc0001aefe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 84 gp=0xc0001b2000 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001af738 sp=0xc0001af718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001af7c8 sp=0xc0001af738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001af7e0 sp=0xc0001af7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001af7e8 sp=0xc0001af7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 85 gp=0xc0001b21c0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001aff38 sp=0xc0001aff18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001affc8 sp=0xc0001aff38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001affe0 sp=0xc0001affc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001affe8 sp=0xc0001affe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 86 gp=0xc0001b2380 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001b0738 sp=0xc0001b0718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001b07c8 sp=0xc0001b0738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001b07e0 sp=0xc0001b07c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b07e8 sp=0xc0001b07e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 87 gp=0xc0001b2540 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001b0f38 sp=0xc0001b0f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001b0fc8 sp=0xc0001b0f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001b0fe0 sp=0xc0001b0fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b0fe8 sp=0xc0001b0fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 88 gp=0xc0001b2700 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x33e85fc6ef7bca?, 0x1?, 0x93?, 0x2?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001b1738 sp=0xc0001b1718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001b17c8 sp=0xc0001b1738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001b17e0 sp=0xc0001b17c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b17e8 sp=0xc0001b17e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 21 gp=0xc000504540 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd9371bbc0?, 0x1?, 0x13?, 0x1c?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f1f38 sp=0xc0000f1f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f1fc8 sp=0xc0000f1f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f1fe0 sp=0xc0000f1fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f1fe8 sp=0xc0000f1fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 89 gp=0xc0001b28c0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x33e85fc6f01ef6?, 0x1?, 0xf6?, 0x10?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001b1f38 sp=0xc0001b1f18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001b1fc8 sp=0xc0001b1f38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001b1fe0 sp=0xc0001b1fc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b1fe8 sp=0xc0001b1fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 90 gp=0xc0001b2a80 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd9371bbc0?, 0x1?, 0xac?, 0xba?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001aa738 sp=0xc0001aa718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001aa7c8 sp=0xc0001aa738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001aa7e0 sp=0xc0001aa7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001aa7e8 sp=0xc0001aa7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 91 gp=0xc0001b2c40 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x33e85fc6f10fca?, 0x1?, 0x5c?, 0xd2?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001aaf38 sp=0xc0001aaf18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001aafc8 sp=0xc0001aaf38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001aafe0 sp=0xc0001aafc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001aafe8 sp=0xc0001aafe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 92 gp=0xc0001b2e00 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd9371bbc0?, 0x1?, 0x12?, 0xa5?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001ab738 sp=0xc0001ab718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001ab7c8 sp=0xc0001ab738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001ab7e0 sp=0xc0001ab7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001ab7e8 sp=0xc0001ab7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 93 gp=0xc0001b2fc0 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x33e85fc6efc87e?, 0x1?, 0x3c?, 0x73?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001abf38 sp=0xc0001abf18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001abfc8 sp=0xc0001abf38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001abfe0 sp=0xc0001abfc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001abfe8 sp=0xc0001abfe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 94 gp=0xc0001b3180 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd9371bbc0?, 0x1?, 0xd8?, 0x5e?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001ac738 sp=0xc0001ac718 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001ac7c8 sp=0xc0001ac738 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001ac7e0 sp=0xc0001ac7c8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001ac7e8 sp=0xc0001ac7e0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 54 gp=0xc0004a8540 m=nil [GC worker (idle)]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd9371bbc0?, 0x1?, 0xa2?, 0xc2?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004aff38 sp=0xc0004aff18 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004affc8 sp=0xc0004aff38 pc=0x55bd918d3d69
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004affe0 sp=0xc0004affc8 pc=0x55bd918d3c45
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004affe8 sp=0xc0004affe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 55 gp=0xc0005056c0 m=nil [sync.WaitGroup.Wait]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x20?, 0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f3ed0 sp=0xc0000f3eb0 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goparkunlock(...)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:441
Aug 25 07:47:10 deepseek ollama[835892]: runtime.semacquire1(0xc0002a5198, 0x0, 0x1, 0x0, 0x18)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/sema.go:188 +0x229 fp=0xc0000f3f38 sp=0xc0000f3ed0 pc=0x55bd91905fa9
Aug 25 07:47:10 deepseek ollama[835892]: sync.runtime_SemacquireWaitGroup(0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/sema.go:110 +0x25 fp=0xc0000f3f70 sp=0xc0000f3f38 pc=0x55bd91928285
Aug 25 07:47:10 deepseek ollama[835892]: sync.(*WaitGroup).Wait(0x0?)
Aug 25 07:47:10 deepseek ollama[835892]: sync/waitgroup.go:118 +0x48 fp=0xc0000f3f98 sp=0xc0000f3f70 pc=0x55bd919398e8
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002a50e0, {0x55bd92dcc3e0, 0xc00078b7c0})
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc0000f3fb8 sp=0xc0000f3f98 pc=0x55bd91e2460a
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc0000f3fe0 sp=0xc0000f3fb8 pc=0x55bd91e2a648
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f3fe8 sp=0xc0000f3fe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9
Aug 25 07:47:10 deepseek ollama[835892]: goroutine 58 gp=0xc000505a40 m=nil [IO wait]:
Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd93600600?, 0xc0001ace38?, 0x38?, 0xce?, 0xb?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001acdd8 sp=0xc0001acdb8 pc=0x55bd9192686e
Aug 25 07:47:10 deepseek ollama[835892]: runtime.netpollblock(0x55bd91949bd8?, 0x918bf666?, 0xbd?)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/netpoll.go:575 +0xf7 fp=0xc0001ace10 sp=0xc0001acdd8 pc=0x55bd918eb357
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.runtime_pollWait(0x7ae7a7696d98, 0x72)
Aug 25 07:47:10 deepseek ollama[835892]: runtime/netpoll.go:351 +0x85 fp=0xc0001ace30 sp=0xc0001ace10 pc=0x55bd91925a85
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*pollDesc).wait(0xc0004e2a00?, 0xc0004f6df1?, 0x0)
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0001ace58 sp=0xc0001ace30 pc=0x55bd919acec7
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*pollDesc).waitRead(...)
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:89
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*FD).Read(0xc0004e2a00, {0xc0004f6df1, 0x1, 0x1})
Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_unix.go:165 +0x27a fp=0xc0001acef0 sp=0xc0001ace58 pc=0x55bd919ae1ba
Aug 25 07:47:10 deepseek ollama[835892]: net.(*netFD).Read(0xc0004e2a00, {0xc0004f6df1?, 0xc000787858?, 0xc0001acf70?})
Aug 25 07:47:10 deepseek ollama[835892]: net/fd_posix.go:55 +0x25 fp=0xc0001acf38 sp=0xc0001acef0 pc=0x55bd91a232a5
Aug 25 07:47:10 deepseek ollama[835892]: net.(*conn).Read(0xc0005226d8, {0xc0004f6df1?, 0x0?, 0x0?})
Aug 25 07:47:10 deepseek ollama[835892]: net/net.go:194 +0x45 fp=0xc0001acf80 sp=0xc0001acf38 pc=0x55bd91a31665
Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*connReader).backgroundRead(0xc0004f6de0)
Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:690 +0x37 fp=0xc0001acfc8 sp=0xc0001acf80 pc=0x55bd91c1d4d7
Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*connReader).startBackgroundRead.gowrap2()
Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:686 +0x25 fp=0xc0001acfe0 sp=0xc0001acfc8 pc=0x55bd91c1d405
Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({})
Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001acfe8 sp=0xc0001acfe0 pc=0x55bd9192dfa1
Aug 25 07:47:10 deepseek ollama[835892]: created by net/http.(*connReader).startBackgroundRead in goroutine 56
Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:686 +0xb6
Aug 25 07:47:10 deepseek ollama[835892]: time=2025-08-25T07:47:10.112Z level=INFO source=sched.go:441 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post "http://127.0.0.1:43005/load": EOF"
Aug 25 07:47:10 deepseek ollama[835892]: time=2025-08-25T07:47:10.149Z level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2"
Aug 25 07:47:10 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:47:10 | 500 | 1.311394648s | 127.0.0.1 | POST "/api/generate"

<!-- gh-comment-id:3219208571 --> @AdkinsHan commented on GitHub (Aug 25, 2025): > Please attach full [server log](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues). sorry too much lines Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005917c8 sp=0xc000591738 pc=0x6417495cbd69 Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005917e0 sp=0xc0005917c8 pc=0x6417495cbc45 Aug 25 07:45:37 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:45:37 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005917e8 sp=0xc0005917e0 pc=0x641749625fa1 Aug 25 07:45:37 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:45:37 deepseek ollama[835892]: goroutine 85 gp=0xc00058fdc0 m=nil [GC worker (idle)]: Aug 25 07:45:37 deepseek ollama[835892]: runtime.gopark(0x64174b413bc0?, 0x1?, 0x2b?, 0xb3?, 0x0?) Aug 25 07:45:37 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000591f38 sp=0xc000591f18 pc=0x64174961e86e Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000591fc8 sp=0xc000591f38 pc=0x6417495cbd69 Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000591fe0 sp=0xc000591fc8 pc=0x6417495cbc45 Aug 25 07:45:37 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:45:37 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000591fe8 sp=0xc000591fe0 pc=0x641749625fa1 Aug 25 07:45:37 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:45:37 deepseek ollama[835892]: goroutine 86 gp=0xc00059a000 m=nil [GC worker (idle)]: Aug 25 07:45:37 deepseek ollama[835892]: runtime.gopark(0x33e84a4c6f9d16?, 0x1?, 0x24?, 0xe1?, 0x0?) Aug 25 07:45:37 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000592738 sp=0xc000592718 pc=0x64174961e86e Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005927c8 sp=0xc000592738 pc=0x6417495cbd69 Aug 25 07:45:37 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005927e0 sp=0xc0005927c8 pc=0x6417495cbc45 Aug 25 07:45:37 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:45:37 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005927e8 sp=0xc0005927e0 pc=0x641749625fa1 Aug 25 07:45:37 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:45:37 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:45:37 deepseek ollama[835892]: goroutine 14 gp=0xc0001836c0 m=nil [sync.WaitGroup.Wait]: Aug 25 07:45:37 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x60?, 0x0?, 0x0?) Aug 25 07:45:37 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019ded0 sp=0xc00019deb0 pc=0x64174961e86e Aug 25 07:45:37 deepseek ollama[835892]: runtime.goparkunlock(...) Aug 25 07:45:37 deepseek ollama[835892]: runtime/proc.go:441 Aug 25 07:45:37 deepseek ollama[835892]: runtime.semacquire1(0xc0002a5198, 0x0, 0x1, 0x0, 0x18) Aug 25 07:45:37 deepseek ollama[835892]: runtime/sema.go:188 +0x229 fp=0xc00019df38 sp=0xc00019ded0 pc=0x6417495fdfa9 Aug 25 07:45:37 deepseek ollama[835892]: sync.runtime_SemacquireWaitGroup(0x0?) Aug 25 07:45:37 deepseek ollama[835892]: runtime/sema.go:110 +0x25 fp=0xc00019df70 sp=0xc00019df38 pc=0x641749620285 Aug 25 07:45:37 deepseek ollama[835892]: sync.(*WaitGroup).Wait(0x0?) Aug 25 07:45:37 deepseek ollama[835892]: sync/waitgroup.go:118 +0x48 fp=0xc00019df98 sp=0xc00019df70 pc=0x6417496318e8 Aug 25 07:45:37 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002a50e0, {0x64174aac43e0, 0xc0003fb7c0}) Aug 25 07:45:37 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00019dfb8 sp=0xc00019df98 pc=0x641749b1c60a Aug 25 07:45:37 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() Aug 25 07:45:37 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00019dfe0 sp=0xc00019dfb8 pc=0x641749b22648 Aug 25 07:45:37 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:45:37 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019dfe8 sp=0xc00019dfe0 pc=0x641749625fa1 Aug 25 07:45:37 deepseek ollama[835892]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 Aug 25 07:45:37 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9 Aug 25 07:45:37 deepseek ollama[835892]: goroutine 98 gp=0xc000183c00 m=nil [IO wait]: Aug 25 07:45:37 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?) Aug 25 07:45:37 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000198dd8 sp=0xc000198db8 pc=0x64174961e86e Aug 25 07:45:37 deepseek ollama[835892]: runtime.netpollblock(0x641749641bd8?, 0x495b7666?, 0x17?) Aug 25 07:45:37 deepseek ollama[835892]: runtime/netpoll.go:575 +0xf7 fp=0xc000198e10 sp=0xc000198dd8 pc=0x6417495e3357 Aug 25 07:45:37 deepseek ollama[835892]: internal/poll.runtime_pollWait(0x7f8b30496d98, 0x72) Aug 25 07:45:37 deepseek ollama[835892]: runtime/netpoll.go:351 +0x85 fp=0xc000198e30 sp=0xc000198e10 pc=0x64174961da85 Aug 25 07:45:37 deepseek ollama[835892]: internal/poll.(*pollDesc).wait(0xc0002aea00?, 0xc00038adf1?, 0x0) Aug 25 07:45:37 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000198e58 sp=0xc000198e30 pc=0x6417496a4ec7 Aug 25 07:45:37 deepseek ollama[835892]: internal/poll.(*pollDesc).waitRead(...) Aug 25 07:45:37 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:89 Aug 25 07:45:37 deepseek ollama[835892]: internal/poll.(*FD).Read(0xc0002aea00, {0xc00038adf1, 0x1, 0x1}) Aug 25 07:45:37 deepseek ollama[835892]: internal/poll/fd_unix.go:165 +0x27a fp=0xc000198ef0 sp=0xc000198e58 pc=0x6417496a61ba Aug 25 07:45:37 deepseek ollama[835892]: net.(*netFD).Read(0xc0002aea00, {0xc00038adf1?, 0x0?, 0x0?}) Aug 25 07:45:37 deepseek ollama[835892]: net/fd_posix.go:55 +0x25 fp=0xc000198f38 sp=0xc000198ef0 pc=0x64174971b2a5 Aug 25 07:45:37 deepseek ollama[835892]: net.(*conn).Read(0xc0000f8a20, {0xc00038adf1?, 0x0?, 0x0?}) Aug 25 07:45:37 deepseek ollama[835892]: net/net.go:194 +0x45 fp=0xc000198f80 sp=0xc000198f38 pc=0x641749729665 Aug 25 07:45:37 deepseek ollama[835892]: net/http.(*connReader).backgroundRead(0xc00038ade0) Aug 25 07:45:37 deepseek ollama[835892]: net/http/server.go:690 +0x37 fp=0xc000198fc8 sp=0xc000198f80 pc=0x6417499154d7 Aug 25 07:45:37 deepseek ollama[835892]: net/http.(*connReader).startBackgroundRead.gowrap2() Aug 25 07:45:37 deepseek ollama[835892]: net/http/server.go:686 +0x25 fp=0xc000198fe0 sp=0xc000198fc8 pc=0x641749915405 Aug 25 07:45:37 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:45:37 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000198fe8 sp=0xc000198fe0 pc=0x641749625fa1 Aug 25 07:45:37 deepseek ollama[835892]: created by net/http.(*connReader).startBackgroundRead in goroutine 15 Aug 25 07:45:37 deepseek ollama[835892]: net/http/server.go:686 +0xb6 Aug 25 07:45:37 deepseek ollama[835892]: time=2025-08-25T07:45:37.851Z level=INFO source=sched.go:441 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post \"http://127.0.0.1:44821/load\": EOF" Aug 25 07:45:37 deepseek ollama[835892]: time=2025-08-25T07:45:37.886Z level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2" Aug 25 07:45:37 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:45:37 | 500 | 1.293214231s | 127.0.0.1 | POST "/api/generate" Aug 25 07:46:05 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:46:05 | 200 | 49.413µs | 127.0.0.1 | HEAD "/" Aug 25 07:46:05 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:46:05 | 200 | 71.64855ms | 127.0.0.1 | POST "/api/show" Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.316Z level=INFO source=server.go:383 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --model /usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e --port 40589" Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.338Z level=INFO source=runner.go:1006 msg="starting ollama engine" Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.338Z level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:40589" Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.521Z level=INFO source=server.go:488 msg="system memory" total="251.6 GiB" free="242.6 GiB" free_swap="8.0 GiB" Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.522Z level=INFO source=memory.go:36 msg="new model will fit in available VRAM across minimum required GPUs, loading" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e library=cuda parallel=1 required="10.0 GiB" gpus=1 Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.522Z level=INFO source=server.go:531 msg=offload library=cuda layers.requested=-1 layers.model=41 layers.offload=41 layers.split=[41] memory.available="[44.1 GiB]" memory.gpu_overhead="0 B" memory.required.full="10.0 GiB" memory.required.partial="10.0 GiB" memory.required.kv="640.0 MiB" memory.required.allocations="[10.0 GiB]" memory.weights.total="8.2 GiB" memory.weights.repeating="7.6 GiB" memory.weights.nonrepeating="608.6 MiB" memory.graph.full="533.3 MiB" memory.graph.partial="533.3 MiB" Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.525Z level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:32 GPULayers:41[ID:GPU-93172f1a-c8d8-c77d-752e-87d3f45db623 Layers:41(0..40)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.569Z level=INFO source=ggml.go:130 msg="" architecture=qwen3 file_type=Q4_K_M name="Qwen3 14B" description="" num_tensors=443 num_key_values=28 Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: found 2 CUDA devices: Aug 25 07:46:06 deepseek ollama[835892]: Device 0: NVIDIA L20, compute capability 8.9, VMM: yes, ID: GPU-b41ff8ac-0ce7-5ca4-85e4-e8adf0f96bcf Aug 25 07:46:06 deepseek ollama[835892]: Device 1: NVIDIA L20, compute capability 8.9, VMM: yes, ID: GPU-93172f1a-c8d8-c77d-752e-87d3f45db623 Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/libggml-cuda.so Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CPU backend from /usr/lib/ollama/libggml-cpu-icelake.so Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: found 2 CUDA devices: Aug 25 07:46:06 deepseek ollama[835892]: Device 0: NVIDIA L20, compute capability 8.9, VMM: yes Aug 25 07:46:06 deepseek ollama[835892]: Device 1: NVIDIA L20, compute capability 8.9, VMM: yes Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/cuda_v12/libggml-cuda.so Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.841Z 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.AVX512=1 CPU.0.AVX512_VBMI=1 CPU.0.AVX512_VNNI=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.0.USE_GRAPHS=1 CUDA.0.PEER_MAX_BATCH_SIZE=128 CUDA.1.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.1.USE_GRAPHS=1 CUDA.1.PEER_MAX_BATCH_SIZE=128 CUDA.2.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.2.USE_GRAPHS=1 CUDA.2.PEER_MAX_BATCH_SIZE=128 CUDA.3.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.3.USE_GRAPHS=1 CUDA.3.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc) Aug 25 07:46:06 deepseek ollama[835892]: unexpected fault address 0xafcee0000 Aug 25 07:46:06 deepseek ollama[835892]: fatal error: fault Aug 25 07:46:06 deepseek ollama[835892]: [signal SIGSEGV: segmentation violation code=0x1 addr=0xafcee0000 pc=0x62d9303932a0] Aug 25 07:46:06 deepseek ollama[835892]: goroutine 85 gp=0xc000603180 m=11 mp=0xc00012d008 [running]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.throw({0x62d9313c349a?, 0xc000603180?}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/panic.go:1096 +0x4a fp=0xc00004ab90 sp=0xc00004ab60 pc=0x62d93040374a Aug 25 07:46:06 deepseek ollama[835892]: runtime.sigpanic() Aug 25 07:46:06 deepseek ollama[835892]: runtime/signal_unix.go:939 +0x26c fp=0xc00004abf0 sp=0xc00004ab90 pc=0x62d930405bcc Aug 25 07:46:06 deepseek ollama[835892]: indexbytebody() Aug 25 07:46:06 deepseek ollama[835892]: internal/bytealg/indexbyte_amd64.s:131 +0xe0 fp=0xc00004abf8 sp=0xc00004abf0 pc=0x62d9303932a0 Aug 25 07:46:06 deepseek ollama[835892]: runtime.findnull(0xc00004ac78?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/string.go:577 +0x79 fp=0xc00004ac50 sp=0xc00004abf8 pc=0x62d9303eb3d9 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gostring(0xafcee0000) Aug 25 07:46:06 deepseek ollama[835892]: runtime/string.go:363 +0x1c fp=0xc00004ac88 sp=0xc00004ac50 pc=0x62d930406a3c Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml._Cfunc_GoString(...) Aug 25 07:46:06 deepseek ollama[835892]: _cgo_gotypes.go:321 Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml.New({0x7ffd3af54ce4, 0x6e}, {0x1, 0x20, {0xc00049c5d0, 0x1, 0x1}, 0x0}) Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml/ggml.go:189 +0xcc7 fp=0xc00004b558 sp=0xc00004ac88 pc=0x62d930845987 Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/ml.NewBackend({0x7ffd3af54ce4, 0x6e}, {0x1, 0x20, {0xc00049c5d0, 0x1, 0x1}, 0x0}) Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc00004b5a8 sp=0xc00004b558 pc=0x62d9307e451c Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/model.New({0x7ffd3af54ce4?, 0x0?}, {0x1, 0x20, {0xc00049c5d0, 0x1, 0x1}, 0x0}) Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/model/model.go:102 +0x7e fp=0xc00004b6a0 sp=0xc00004b5a8 pc=0x62d930857cfe Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002b90e0, {0x7ffd3af54ce4?, 0x62d9306f743a?}, {0x1, 0x20, {0xc00049c5d0, 0x1, 0x1}, 0x0}, {0x0, ...}, ...) Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc00004b730 sp=0xc00004b6a0 pc=0x62d93090568c Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002b90e0, {0x62d9318a7108, 0xc0004d4000}, 0xc00049e000) Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc00004bac0 sp=0xc00004b730 pc=0x62d93090620d Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x62d9318a7108?, 0xc0004d4000?}, 0xc000429b40?) Aug 25 07:46:06 deepseek ollama[835892]: <autogenerated>:1 +0x36 fp=0xc00004baf0 sp=0xc00004bac0 pc=0x62d930907a16 Aug 25 07:46:06 deepseek ollama[835892]: net/http.HandlerFunc.ServeHTTP(0xc0002be780?, {0x62d9318a7108?, 0xc0004d4000?}, 0xc000429b60?) Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:2294 +0x29 fp=0xc00004bb18 sp=0xc00004baf0 pc=0x62d930702109 Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*ServeMux).ServeHTTP(0x62d9303a7d85?, {0x62d9318a7108, 0xc0004d4000}, 0xc00049e000) Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:2822 +0x1c4 fp=0xc00004bb68 sp=0xc00004bb18 pc=0x62d930704004 Aug 25 07:46:06 deepseek ollama[835892]: net/http.serverHandler.ServeHTTP({0x62d9318a3790?}, {0x62d9318a7108?, 0xc0004d4000?}, 0x1?) Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:3301 +0x8e fp=0xc00004bb98 sp=0xc00004bb68 pc=0x62d930721a8e Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*conn).serve(0xc0003c43f0, {0x62d9318a93a8, 0xc0003c2f30}) Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:2102 +0x625 fp=0xc00004bfb8 sp=0xc00004bb98 pc=0x62d930700605 Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*Server).Serve.gowrap3() Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:3454 +0x28 fp=0xc00004bfe0 sp=0xc00004bfb8 pc=0x62d930705ec8 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by net/http.(*Server).Serve in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:3454 +0x485 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 1 gp=0xc000002380 m=nil [IO wait]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000d07790 sp=0xc000d07770 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.netpollblock(0xc00058f7e0?, 0x3039c666?, 0xd9?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/netpoll.go:575 +0xf7 fp=0xc000d077c8 sp=0xc000d07790 pc=0x62d9303c8357 Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.runtime_pollWait(0x7e10293c8de0, 0x72) Aug 25 07:46:06 deepseek ollama[835892]: runtime/netpoll.go:351 +0x85 fp=0xc000d077e8 sp=0xc000d077c8 pc=0x62d930402a85 Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*pollDesc).wait(0xc00035d080?, 0x900000036?, 0x0) Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000d07810 sp=0xc000d077e8 pc=0x62d930489ec7 Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*pollDesc).waitRead(...) Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:89 Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*FD).Accept(0xc00035d080) Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_unix.go:620 +0x295 fp=0xc000d078b8 sp=0xc000d07810 pc=0x62d93048f295 Aug 25 07:46:06 deepseek ollama[835892]: net.(*netFD).accept(0xc00035d080) Aug 25 07:46:06 deepseek ollama[835892]: net/fd_unix.go:172 +0x29 fp=0xc000d07970 sp=0xc000d078b8 pc=0x62d930502249 Aug 25 07:46:06 deepseek ollama[835892]: net.(*TCPListener).accept(0xc000121cc0) Aug 25 07:46:06 deepseek ollama[835892]: net/tcpsock_posix.go:159 +0x1b fp=0xc000d079c0 sp=0xc000d07970 pc=0x62d930517bfb Aug 25 07:46:06 deepseek ollama[835892]: net.(*TCPListener).Accept(0xc000121cc0) Aug 25 07:46:06 deepseek ollama[835892]: net/tcpsock.go:380 +0x30 fp=0xc000d079f0 sp=0xc000d079c0 pc=0x62d930516ab0 Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*onceCloseListener).Accept(0xc0003c43f0?) Aug 25 07:46:06 deepseek ollama[835892]: <autogenerated>:1 +0x24 fp=0xc000d07a08 sp=0xc000d079f0 pc=0x62d93072e204 Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*Server).Serve(0xc000159300, {0x62d9318a6f28, 0xc000121cc0}) Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:3424 +0x30c fp=0xc000d07b38 sp=0xc000d07a08 pc=0x62d930705acc Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0001b2030, 0x4, 0x4}) Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc000d07d08 sp=0xc000d07b38 pc=0x62d9309073e6 Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner.Execute({0xc0001b2010?, 0x0?, 0x0?}) Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000d07d30 sp=0xc000d07d08 pc=0x62d930907c29 Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/cmd.NewCLI.func2(0xc000159100?, {0x62d9313c2081?, 0x4?, 0x62d9313c2085?}) Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc000d07d58 sp=0xc000d07d30 pc=0x62d93106cce5 Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).execute(0xc0003def08, {0xc00035aa00, 0x5, 0x5}) Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000d07e78 sp=0xc000d07d58 pc=0x62d93057b89c Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).ExecuteC(0xc00014e908) Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000d07f30 sp=0xc000d07e78 pc=0x62d93057c0e5 Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).Execute(...) Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:992 Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).ExecuteContext(...) Aug 25 07:46:06 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:985 Aug 25 07:46:06 deepseek ollama[835892]: main.main() Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000d07f50 sp=0xc000d07f30 pc=0x62d93106d7cd Aug 25 07:46:06 deepseek ollama[835892]: runtime.main() Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:283 +0x29d fp=0xc000d07fe0 sp=0xc000d07f50 pc=0x62d9303cf9dd Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000d07fe8 sp=0xc000d07fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f4fa8 sp=0xc0000f4f88 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.goparkunlock(...) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:441 Aug 25 07:46:06 deepseek ollama[835892]: runtime.forcegchelper() Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:348 +0xb8 fp=0xc0000f4fe0 sp=0xc0000f4fa8 pc=0x62d9303cfd18 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f4fe8 sp=0xc0000f4fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.init.7 in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:336 +0x1a Aug 25 07:46:06 deepseek ollama[835892]: goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f5780 sp=0xc0000f5760 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.goparkunlock(...) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:441 Aug 25 07:46:06 deepseek ollama[835892]: runtime.bgsweep(0xc0000ee080) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgcsweep.go:316 +0xdf fp=0xc0000f57c8 sp=0xc0000f5780 pc=0x62d9303ba4bf Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcenable.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:204 +0x25 fp=0xc0000f57e0 sp=0xc0000f57c8 pc=0x62d9303ae8a5 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f57e8 sp=0xc0000f57e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcenable in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:204 +0x66 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x10000?, 0x62d931585af8?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f5f78 sp=0xc0000f5f58 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.goparkunlock(...) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:441 Aug 25 07:46:06 deepseek ollama[835892]: runtime.(*scavengerState).park(0x62d932148f00) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgcscavenge.go:425 +0x49 fp=0xc0000f5fa8 sp=0xc0000f5f78 pc=0x62d9303b7f09 Aug 25 07:46:06 deepseek ollama[835892]: runtime.bgscavenge(0xc0000ee080) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgcscavenge.go:658 +0x59 fp=0xc0000f5fc8 sp=0xc0000f5fa8 pc=0x62d9303b8499 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcenable.gowrap2() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:205 +0x25 fp=0xc0000f5fe0 sp=0xc0000f5fc8 pc=0x62d9303ae845 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f5fe8 sp=0xc0000f5fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcenable in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:205 +0xa5 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 18 gp=0xc000182700 m=nil [finalizer wait]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc0000f4688?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f4630 sp=0xc0000f4610 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.runfinq() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mfinal.go:196 +0x107 fp=0xc0000f47e0 sp=0xc0000f4630 pc=0x62d9303ad867 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f47e8 sp=0xc0000f47e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.createfing in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mfinal.go:166 +0x3d Aug 25 07:46:06 deepseek ollama[835892]: goroutine 19 gp=0xc000183180 m=nil [chan receive]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0xc0002b7860?, 0xc000010030?, 0x60?, 0xff?, 0x62d9304e8e88?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00060ff18 sp=0xc00060fef8 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.chanrecv(0xc000190310, 0x0, 0x1) Aug 25 07:46:06 deepseek ollama[835892]: runtime/chan.go:664 +0x445 fp=0xc00060ff90 sp=0xc00060ff18 pc=0x62d93039f245 Aug 25 07:46:06 deepseek ollama[835892]: runtime.chanrecv1(0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/chan.go:506 +0x12 fp=0xc00060ffb8 sp=0xc00060ff90 pc=0x62d93039edd2 Aug 25 07:46:06 deepseek ollama[835892]: runtime.unique_runtime_registerUniqueMapCleanup.func2(...) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1796 Aug 25 07:46:06 deepseek ollama[835892]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1799 +0x2f fp=0xc00060ffe0 sp=0xc00060ffb8 pc=0x62d9303b1a4f Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00060ffe8 sp=0xc00060ffe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1794 +0x85 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 20 gp=0xc000183340 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f0f38 sp=0xc0000f0f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f0fc8 sp=0xc0000f0f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f0fe0 sp=0xc0000f0fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f0fe8 sp=0xc0000f0fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 34 gp=0xc000492000 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000498738 sp=0xc000498718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004987c8 sp=0xc000498738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004987e0 sp=0xc0004987c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004987e8 sp=0xc0004987e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 35 gp=0xc0004921c0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000498f38 sp=0xc000498f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000498fc8 sp=0xc000498f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000498fe0 sp=0xc000498fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000498fe8 sp=0xc000498fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 36 gp=0xc000492380 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000499738 sp=0xc000499718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004997c8 sp=0xc000499738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004997e0 sp=0xc0004997c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004997e8 sp=0xc0004997e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 37 gp=0xc000492540 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000499f38 sp=0xc000499f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000499fc8 sp=0xc000499f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000499fe0 sp=0xc000499fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000499fe8 sp=0xc000499fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 38 gp=0xc000492700 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00049a738 sp=0xc00049a718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00049a7c8 sp=0xc00049a738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00049a7e0 sp=0xc00049a7c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00049a7e8 sp=0xc00049a7e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 39 gp=0xc0004928c0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00049af38 sp=0xc00049af18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00049afc8 sp=0xc00049af38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00049afe0 sp=0xc00049afc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00049afe8 sp=0xc00049afe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 40 gp=0xc000492a80 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00049b738 sp=0xc00049b718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00049b7c8 sp=0xc00049b738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00049b7e0 sp=0xc00049b7c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00049b7e8 sp=0xc00049b7e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 41 gp=0xc000492c40 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00049bf38 sp=0xc00049bf18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00049bfc8 sp=0xc00049bf38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00049bfe0 sp=0xc00049bfc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00049bfe8 sp=0xc00049bfe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 42 gp=0xc000492e00 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000494738 sp=0xc000494718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004947c8 sp=0xc000494738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004947e0 sp=0xc0004947c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004947e8 sp=0xc0004947e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 43 gp=0xc000492fc0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000494f38 sp=0xc000494f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000494fc8 sp=0xc000494f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000494fe0 sp=0xc000494fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000494fe8 sp=0xc000494fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 44 gp=0xc000493180 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000495738 sp=0xc000495718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004957c8 sp=0xc000495738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004957e0 sp=0xc0004957c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004957e8 sp=0xc0004957e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 45 gp=0xc000493340 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000495f38 sp=0xc000495f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000495fc8 sp=0xc000495f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000495fe0 sp=0xc000495fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000495fe8 sp=0xc000495fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 46 gp=0xc000493500 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000496738 sp=0xc000496718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004967c8 sp=0xc000496738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004967e0 sp=0xc0004967c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004967e8 sp=0xc0004967e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 47 gp=0xc0004936c0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000496f38 sp=0xc000496f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000496fc8 sp=0xc000496f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000496fe0 sp=0xc000496fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000496fe8 sp=0xc000496fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 48 gp=0xc000493880 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000497738 sp=0xc000497718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004977c8 sp=0xc000497738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004977e0 sp=0xc0004977c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004977e8 sp=0xc0004977e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 49 gp=0xc000493a40 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000497f38 sp=0xc000497f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000497fc8 sp=0xc000497f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000497fe0 sp=0xc000497fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000497fe8 sp=0xc000497fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 50 gp=0xc000493c00 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a4738 sp=0xc0004a4718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a47c8 sp=0xc0004a4738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a47e0 sp=0xc0004a47c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a47e8 sp=0xc0004a47e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 51 gp=0xc000493dc0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a4f38 sp=0xc0004a4f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a4fc8 sp=0xc0004a4f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a4fe0 sp=0xc0004a4fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a4fe8 sp=0xc0004a4fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 52 gp=0xc0004a8000 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a5738 sp=0xc0004a5718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a57c8 sp=0xc0004a5738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a57e0 sp=0xc0004a57c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a57e8 sp=0xc0004a57e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 53 gp=0xc0004a81c0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a5f38 sp=0xc0004a5f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a5fc8 sp=0xc0004a5f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a5fe0 sp=0xc0004a5fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a5fe8 sp=0xc0004a5fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 54 gp=0xc0004a8380 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a6738 sp=0xc0004a6718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a67c8 sp=0xc0004a6738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a67e0 sp=0xc0004a67c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a67e8 sp=0xc0004a67e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 55 gp=0xc0004a8540 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a6f38 sp=0xc0004a6f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a6fc8 sp=0xc0004a6f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a6fe0 sp=0xc0004a6fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a6fe8 sp=0xc0004a6fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 56 gp=0xc0004a8700 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a7738 sp=0xc0004a7718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a77c8 sp=0xc0004a7738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a77e0 sp=0xc0004a77c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a77e8 sp=0xc0004a77e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 57 gp=0xc0004a88c0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a7f38 sp=0xc0004a7f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a7fc8 sp=0xc0004a7f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a7fe0 sp=0xc0004a7fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a7fe8 sp=0xc0004a7fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 58 gp=0xc0004a8a80 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a0738 sp=0xc0004a0718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a07c8 sp=0xc0004a0738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a07e0 sp=0xc0004a07c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a07e8 sp=0xc0004a07e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 5 gp=0xc000003dc0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f6738 sp=0xc0000f6718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f67c8 sp=0xc0000f6738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f67e0 sp=0xc0000f67c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f67e8 sp=0xc0000f67e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 59 gp=0xc0004a8c40 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a0f38 sp=0xc0004a0f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a0fc8 sp=0xc0004a0f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a0fe0 sp=0xc0004a0fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a0fe8 sp=0xc0004a0fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 6 gp=0xc000136000 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f6f38 sp=0xc0000f6f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f6fc8 sp=0xc0000f6f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f6fe0 sp=0xc0000f6fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f6fe8 sp=0xc0000f6fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 60 gp=0xc0004a8e00 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a1738 sp=0xc0004a1718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a17c8 sp=0xc0004a1738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a17e0 sp=0xc0004a17c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a17e8 sp=0xc0004a17e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 21 gp=0xc000183500 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f1738 sp=0xc0000f1718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f17c8 sp=0xc0000f1738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f17e0 sp=0xc0000f17c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f17e8 sp=0xc0000f17e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 22 gp=0xc0001836c0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f1f38 sp=0xc0000f1f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f1fc8 sp=0xc0000f1f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f1fe0 sp=0xc0000f1fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f1fe8 sp=0xc0000f1fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 23 gp=0xc000183880 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f2738 sp=0xc0000f2718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f27c8 sp=0xc0000f2738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f27e0 sp=0xc0000f27c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f27e8 sp=0xc0000f27e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 24 gp=0xc000183a40 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f2f38 sp=0xc0000f2f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f2fc8 sp=0xc0000f2f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f2fe0 sp=0xc0000f2fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f2fe8 sp=0xc0000f2fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 25 gp=0xc000183c00 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f3738 sp=0xc0000f3718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f37c8 sp=0xc0000f3738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f37e0 sp=0xc0000f37c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f37e8 sp=0xc0000f37e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 26 gp=0xc000183dc0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f3f38 sp=0xc0000f3f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f3fc8 sp=0xc0000f3f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f3fe0 sp=0xc0000f3fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f3fe8 sp=0xc0000f3fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 27 gp=0xc00047a000 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000504738 sp=0xc000504718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005047c8 sp=0xc000504738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005047e0 sp=0xc0005047c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005047e8 sp=0xc0005047e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 28 gp=0xc00047a1c0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000504f38 sp=0xc000504f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000504fc8 sp=0xc000504f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000504fe0 sp=0xc000504fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000504fe8 sp=0xc000504fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 29 gp=0xc00047a380 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000505738 sp=0xc000505718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005057c8 sp=0xc000505738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005057e0 sp=0xc0005057c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005057e8 sp=0xc0005057e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 30 gp=0xc00047a540 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000505f38 sp=0xc000505f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000505fc8 sp=0xc000505f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000505fe0 sp=0xc000505fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000505fe8 sp=0xc000505fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 31 gp=0xc00047a700 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000506738 sp=0xc000506718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005067c8 sp=0xc000506738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005067e0 sp=0xc0005067c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005067e8 sp=0xc0005067e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 32 gp=0xc00047a8c0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000506f38 sp=0xc000506f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000506fc8 sp=0xc000506f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000506fe0 sp=0xc000506fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000506fe8 sp=0xc000506fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 33 gp=0xc00047aa80 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000507738 sp=0xc000507718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005077c8 sp=0xc000507738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005077e0 sp=0xc0005077c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005077e8 sp=0xc0005077e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 66 gp=0xc00047ac40 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000507f38 sp=0xc000507f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000507fc8 sp=0xc000507f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000507fe0 sp=0xc000507fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000507fe8 sp=0xc000507fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 67 gp=0xc00047ae00 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000500738 sp=0xc000500718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005007c8 sp=0xc000500738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005007e0 sp=0xc0005007c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005007e8 sp=0xc0005007e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 68 gp=0xc00047afc0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000500f38 sp=0xc000500f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000500fc8 sp=0xc000500f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000500fe0 sp=0xc000500fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000500fe8 sp=0xc000500fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 69 gp=0xc00047b180 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000501738 sp=0xc000501718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005017c8 sp=0xc000501738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005017e0 sp=0xc0005017c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005017e8 sp=0xc0005017e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 70 gp=0xc00047b340 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000501f38 sp=0xc000501f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000501fc8 sp=0xc000501f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000501fe0 sp=0xc000501fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000501fe8 sp=0xc000501fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 71 gp=0xc00047b500 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000502738 sp=0xc000502718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005027c8 sp=0xc000502738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005027e0 sp=0xc0005027c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005027e8 sp=0xc0005027e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 72 gp=0xc00047b6c0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000502f38 sp=0xc000502f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000502fc8 sp=0xc000502f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000502fe0 sp=0xc000502fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000502fe8 sp=0xc000502fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 73 gp=0xc00047b880 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000503738 sp=0xc000503718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0005037c8 sp=0xc000503738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0005037e0 sp=0xc0005037c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005037e8 sp=0xc0005037e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 61 gp=0xc0004a8fc0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004a1f38 sp=0xc0004a1f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004a1fc8 sp=0xc0004a1f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004a1fe0 sp=0xc0004a1fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a1fe8 sp=0xc0004a1fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 7 gp=0xc0001361c0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f7738 sp=0xc0000f7718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f77c8 sp=0xc0000f7738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f77e0 sp=0xc0000f77c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f77e8 sp=0xc0000f77e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 8 gp=0xc000136380 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f7f38 sp=0xc0000f7f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f7fc8 sp=0xc0000f7f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f7fe0 sp=0xc0000f7fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f7fe8 sp=0xc0000f7fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 9 gp=0xc000136540 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013c738 sp=0xc00013c718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013c7c8 sp=0xc00013c738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013c7e0 sp=0xc00013c7c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013c7e8 sp=0xc00013c7e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 10 gp=0xc000136700 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5c266f?, 0x1?, 0x6a?, 0x31?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013cf38 sp=0xc00013cf18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013cfc8 sp=0xc00013cf38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013cfe0 sp=0xc00013cfc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013cfe8 sp=0xc00013cfe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 11 gp=0xc0001368c0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x62d9321f8bc0?, 0x1?, 0xe5?, 0x80?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013d738 sp=0xc00013d718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013d7c8 sp=0xc00013d738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013d7e0 sp=0xc00013d7c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013d7e8 sp=0xc00013d7e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 12 gp=0xc000136a80 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5c2831?, 0x1?, 0xea?, 0xf0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013df38 sp=0xc00013df18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013dfc8 sp=0xc00013df38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013dfe0 sp=0xc00013dfc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013dfe8 sp=0xc00013dfe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 13 gp=0xc000136c40 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5cbea2?, 0x1?, 0xa4?, 0xf7?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013e738 sp=0xc00013e718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013e7c8 sp=0xc00013e738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013e7e0 sp=0xc00013e7c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013e7e8 sp=0xc00013e7e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 14 gp=0xc000136e00 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5fa8f5?, 0x1?, 0x7f?, 0x55?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013ef38 sp=0xc00013ef18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013efc8 sp=0xc00013ef38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013efe0 sp=0xc00013efc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013efe8 sp=0xc00013efe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 15 gp=0xc000136fc0 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5fb3e5?, 0x1?, 0xd0?, 0x84?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013f738 sp=0xc00013f718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013f7c8 sp=0xc00013f738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013f7e0 sp=0xc00013f7c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013f7e8 sp=0xc00013f7e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 16 gp=0xc000137180 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5cd3c4?, 0x1?, 0x53?, 0x2?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013ff38 sp=0xc00013ff18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00013ffc8 sp=0xc00013ff38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00013ffe0 sp=0xc00013ffc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013ffe8 sp=0xc00013ffe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 82 gp=0xc000137340 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x33e8510e5b52b0?, 0x1?, 0xbd?, 0xd9?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000138738 sp=0xc000138718 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001387c8 sp=0xc000138738 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001387e0 sp=0xc0001387c8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001387e8 sp=0xc0001387e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 83 gp=0xc000137500 m=nil [GC worker (idle)]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x62d9321f8bc0?, 0x1?, 0x5a?, 0xf6?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000138f38 sp=0xc000138f18 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc000191570) Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000138fc8 sp=0xc000138f38 pc=0x62d9303b0d69 Aug 25 07:46:06 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000138fe0 sp=0xc000138fc8 pc=0x62d9303b0c45 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000138fe8 sp=0xc000138fe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 84 gp=0xc000602fc0 m=nil [sync.WaitGroup.Wait]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x60?, 0x0?, 0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013aed0 sp=0xc00013aeb0 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.goparkunlock(...) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:441 Aug 25 07:46:06 deepseek ollama[835892]: runtime.semacquire1(0xc0002b9198, 0x0, 0x1, 0x0, 0x18) Aug 25 07:46:06 deepseek ollama[835892]: runtime/sema.go:188 +0x229 fp=0xc00013af38 sp=0xc00013aed0 pc=0x62d9303e2fa9 Aug 25 07:46:06 deepseek ollama[835892]: sync.runtime_SemacquireWaitGroup(0x0?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/sema.go:110 +0x25 fp=0xc00013af70 sp=0xc00013af38 pc=0x62d930405285 Aug 25 07:46:06 deepseek ollama[835892]: sync.(*WaitGroup).Wait(0x0?) Aug 25 07:46:06 deepseek ollama[835892]: sync/waitgroup.go:118 +0x48 fp=0xc00013af98 sp=0xc00013af70 pc=0x62d9304168e8 Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002b90e0, {0x62d9318a93e0, 0xc00035aaa0}) Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00013afb8 sp=0xc00013af98 pc=0x62d93090160a Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00013afe0 sp=0xc00013afb8 pc=0x62d930907648 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013afe8 sp=0xc00013afe0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 Aug 25 07:46:06 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9 Aug 25 07:46:06 deepseek ollama[835892]: goroutine 74 gp=0xc000603340 m=nil [IO wait]: Aug 25 07:46:06 deepseek ollama[835892]: runtime.gopark(0x62d9320dd600?, 0xc00013b638?, 0x38?, 0xb6?, 0xb?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00013b5d8 sp=0xc00013b5b8 pc=0x62d93040386e Aug 25 07:46:06 deepseek ollama[835892]: runtime.netpollblock(0x62d930426bd8?, 0x3039c666?, 0xd9?) Aug 25 07:46:06 deepseek ollama[835892]: runtime/netpoll.go:575 +0xf7 fp=0xc00013b610 sp=0xc00013b5d8 pc=0x62d9303c8357 Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.runtime_pollWait(0x7e10293c8cc8, 0x72) Aug 25 07:46:06 deepseek ollama[835892]: runtime/netpoll.go:351 +0x85 fp=0xc00013b630 sp=0xc00013b610 pc=0x62d930402a85 Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*pollDesc).wait(0xc00035d100?, 0xc0003c3031?, 0x0) Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00013b658 sp=0xc00013b630 pc=0x62d930489ec7 Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*pollDesc).waitRead(...) Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:89 Aug 25 07:46:06 deepseek ollama[835892]: internal/poll.(*FD).Read(0xc00035d100, {0xc0003c3031, 0x1, 0x1}) Aug 25 07:46:06 deepseek ollama[835892]: internal/poll/fd_unix.go:165 +0x27a fp=0xc00013b6f0 sp=0xc00013b658 pc=0x62d93048b1ba Aug 25 07:46:06 deepseek ollama[835892]: net.(*netFD).Read(0xc00035d100, {0xc0003c3031?, 0xc000121d98?, 0xc00013b770?}) Aug 25 07:46:06 deepseek ollama[835892]: net/fd_posix.go:55 +0x25 fp=0xc00013b738 sp=0xc00013b6f0 pc=0x62d9305002a5 Aug 25 07:46:06 deepseek ollama[835892]: net.(*conn).Read(0xc00019ca20, {0xc0003c3031?, 0x0?, 0x0?}) Aug 25 07:46:06 deepseek ollama[835892]: net/net.go:194 +0x45 fp=0xc00013b780 sp=0xc00013b738 pc=0x62d93050e665 Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*connReader).backgroundRead(0xc0003c3020) Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:690 +0x37 fp=0xc00013b7c8 sp=0xc00013b780 pc=0x62d9306fa4d7 Aug 25 07:46:06 deepseek ollama[835892]: net/http.(*connReader).startBackgroundRead.gowrap2() Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:686 +0x25 fp=0xc00013b7e0 sp=0xc00013b7c8 pc=0x62d9306fa405 Aug 25 07:46:06 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:46:06 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00013b7e8 sp=0xc00013b7e0 pc=0x62d93040afa1 Aug 25 07:46:06 deepseek ollama[835892]: created by net/http.(*connReader).startBackgroundRead in goroutine 85 Aug 25 07:46:06 deepseek ollama[835892]: net/http/server.go:686 +0xb6 Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.874Z level=INFO source=sched.go:441 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post \"http://127.0.0.1:40589/load\": EOF" Aug 25 07:46:06 deepseek ollama[835892]: time=2025-08-25T07:46:06.910Z level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2" Aug 25 07:46:06 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:46:06 | 500 | 1.279034478s | 127.0.0.1 | POST "/api/generate" Aug 25 07:47:08 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:47:08 | 200 | 80.498µs | 127.0.0.1 | HEAD "/" Aug 25 07:47:08 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:47:08 | 200 | 78.920331ms | 127.0.0.1 | POST "/api/show" Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.532Z level=INFO source=server.go:383 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --model /usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e --port 43005" Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.560Z level=INFO source=runner.go:1006 msg="starting ollama engine" Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.560Z level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:43005" Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.746Z level=INFO source=server.go:488 msg="system memory" total="251.6 GiB" free="242.6 GiB" free_swap="8.0 GiB" Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.746Z level=INFO source=memory.go:36 msg="new model will fit in available VRAM across minimum required GPUs, loading" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e library=cuda parallel=1 required="10.0 GiB" gpus=1 Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.747Z level=INFO source=server.go:531 msg=offload library=cuda layers.requested=-1 layers.model=41 layers.offload=41 layers.split=[41] memory.available="[44.1 GiB]" memory.gpu_overhead="0 B" memory.required.full="10.0 GiB" memory.required.partial="10.0 GiB" memory.required.kv="640.0 MiB" memory.required.allocations="[10.0 GiB]" memory.weights.total="8.2 GiB" memory.weights.repeating="7.6 GiB" memory.weights.nonrepeating="608.6 MiB" memory.graph.full="533.3 MiB" memory.graph.partial="533.3 MiB" Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.749Z level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:32 GPULayers:41[ID:GPU-93172f1a-c8d8-c77d-752e-87d3f45db623 Layers:41(0..40)] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" Aug 25 07:47:09 deepseek ollama[835892]: time=2025-08-25T07:47:09.796Z level=INFO source=ggml.go:130 msg="" architecture=qwen3 file_type=Q4_K_M name="Qwen3 14B" description="" num_tensors=443 num_key_values=28 Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: found 2 CUDA devices: Aug 25 07:47:09 deepseek ollama[835892]: Device 0: NVIDIA L20, compute capability 8.9, VMM: yes, ID: GPU-b41ff8ac-0ce7-5ca4-85e4-e8adf0f96bcf Aug 25 07:47:09 deepseek ollama[835892]: Device 1: NVIDIA L20, compute capability 8.9, VMM: yes, ID: GPU-93172f1a-c8d8-c77d-752e-87d3f45db623 Aug 25 07:47:09 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/libggml-cuda.so Aug 25 07:47:09 deepseek ollama[835892]: load_backend: loaded CPU backend from /usr/lib/ollama/libggml-cpu-icelake.so Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no Aug 25 07:47:09 deepseek ollama[835892]: ggml_cuda_init: found 2 CUDA devices: Aug 25 07:47:09 deepseek ollama[835892]: Device 0: NVIDIA L20, compute capability 8.9, VMM: yes Aug 25 07:47:09 deepseek ollama[835892]: Device 1: NVIDIA L20, compute capability 8.9, VMM: yes Aug 25 07:47:10 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/cuda_v12/libggml-cuda.so Aug 25 07:47:10 deepseek ollama[835892]: time=2025-08-25T07:47:10.082Z 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.AVX512=1 CPU.0.AVX512_VBMI=1 CPU.0.AVX512_VNNI=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.0.USE_GRAPHS=1 CUDA.0.PEER_MAX_BATCH_SIZE=128 CUDA.1.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.1.USE_GRAPHS=1 CUDA.1.PEER_MAX_BATCH_SIZE=128 CUDA.2.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.2.USE_GRAPHS=1 CUDA.2.PEER_MAX_BATCH_SIZE=128 CUDA.3.ARCHS=500,600,610,700,750,800,860,870,890,900,1200 CUDA.3.USE_GRAPHS=1 CUDA.3.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc) Aug 25 07:47:10 deepseek ollama[835892]: unexpected fault address 0xafcee0000 Aug 25 07:47:10 deepseek ollama[835892]: fatal error: fault Aug 25 07:47:10 deepseek ollama[835892]: [signal SIGSEGV: segmentation violation code=0x1 addr=0xafcee0000 pc=0x55bd918b62a0] Aug 25 07:47:10 deepseek ollama[835892]: goroutine 56 gp=0xc000505880 m=13 mp=0xc000580808 [running]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.throw({0x55bd928e649a?, 0xc000505880?}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/panic.go:1096 +0x4a fp=0xc00004ab90 sp=0xc00004ab60 pc=0x55bd9192674a Aug 25 07:47:10 deepseek ollama[835892]: runtime.sigpanic() Aug 25 07:47:10 deepseek ollama[835892]: runtime/signal_unix.go:939 +0x26c fp=0xc00004abf0 sp=0xc00004ab90 pc=0x55bd91928bcc Aug 25 07:47:10 deepseek ollama[835892]: indexbytebody() Aug 25 07:47:10 deepseek ollama[835892]: internal/bytealg/indexbyte_amd64.s:131 +0xe0 fp=0xc00004abf8 sp=0xc00004abf0 pc=0x55bd918b62a0 Aug 25 07:47:10 deepseek ollama[835892]: runtime.findnull(0xc00004ac78?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/string.go:577 +0x79 fp=0xc00004ac50 sp=0xc00004abf8 pc=0x55bd9190e3d9 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gostring(0xafcee0000) Aug 25 07:47:10 deepseek ollama[835892]: runtime/string.go:363 +0x1c fp=0xc00004ac88 sp=0xc00004ac50 pc=0x55bd91929a3c Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml._Cfunc_GoString(...) Aug 25 07:47:10 deepseek ollama[835892]: _cgo_gotypes.go:321 Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml.New({0x7ffc6b986ce4, 0x6e}, {0x1, 0x20, {0xc0004f77d0, 0x1, 0x1}, 0x0}) Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend/ggml/ggml.go:189 +0xcc7 fp=0xc00004b558 sp=0xc00004ac88 pc=0x55bd91d68987 Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/ml.NewBackend({0x7ffc6b986ce4, 0x6e}, {0x1, 0x20, {0xc0004f77d0, 0x1, 0x1}, 0x0}) Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc00004b5a8 sp=0xc00004b558 pc=0x55bd91d0751c Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/model.New({0x7ffc6b986ce4?, 0x0?}, {0x1, 0x20, {0xc0004f77d0, 0x1, 0x1}, 0x0}) Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/model/model.go:102 +0x7e fp=0xc00004b6a0 sp=0xc00004b5a8 pc=0x55bd91d7acfe Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002a50e0, {0x7ffc6b986ce4?, 0x55bd91c1a43a?}, {0x1, 0x20, {0xc0004f77d0, 0x1, 0x1}, 0x0}, {0x0, ...}, ...) Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc00004b730 sp=0xc00004b6a0 pc=0x55bd91e2868c Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002a50e0, {0x55bd92dca108, 0xc0004c95e0}, 0xc0004e8780) Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc00004bac0 sp=0xc00004b730 pc=0x55bd91e2920d Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x55bd92dca108?, 0xc0004c95e0?}, 0xc0001dfb40?) Aug 25 07:47:10 deepseek ollama[835892]: <autogenerated>:1 +0x36 fp=0xc00004baf0 sp=0xc00004bac0 pc=0x55bd91e2aa16 Aug 25 07:47:10 deepseek ollama[835892]: net/http.HandlerFunc.ServeHTTP(0xc000577c80?, {0x55bd92dca108?, 0xc0004c95e0?}, 0xc0001dfb60?) Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:2294 +0x29 fp=0xc00004bb18 sp=0xc00004baf0 pc=0x55bd91c25109 Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*ServeMux).ServeHTTP(0x55bd918cad85?, {0x55bd92dca108, 0xc0004c95e0}, 0xc0004e8780) Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:2822 +0x1c4 fp=0xc00004bb68 sp=0xc00004bb18 pc=0x55bd91c27004 Aug 25 07:47:10 deepseek ollama[835892]: net/http.serverHandler.ServeHTTP({0x55bd92dc6790?}, {0x55bd92dca108?, 0xc0004c95e0?}, 0x1?) Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:3301 +0x8e fp=0xc00004bb98 sp=0xc00004bb68 pc=0x55bd91c44a8e Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*conn).serve(0xc0004fa3f0, {0x55bd92dcc3a8, 0xc0004f6cf0}) Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:2102 +0x625 fp=0xc00004bfb8 sp=0xc00004bb98 pc=0x55bd91c23605 Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*Server).Serve.gowrap3() Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:3454 +0x28 fp=0xc00004bfe0 sp=0xc00004bfb8 pc=0x55bd91c28ec8 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by net/http.(*Server).Serve in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:3454 +0x485 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 1 gp=0xc000002380 m=nil [IO wait]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000721790 sp=0xc000721770 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.netpollblock(0xc0001bd7e0?, 0x918bf666?, 0xbd?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/netpoll.go:575 +0xf7 fp=0xc0007217c8 sp=0xc000721790 pc=0x55bd918eb357 Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.runtime_pollWait(0x7ae7a7696eb0, 0x72) Aug 25 07:47:10 deepseek ollama[835892]: runtime/netpoll.go:351 +0x85 fp=0xc0007217e8 sp=0xc0007217c8 pc=0x55bd91925a85 Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*pollDesc).wait(0xc0004e2980?, 0x900000036?, 0x0) Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000721810 sp=0xc0007217e8 pc=0x55bd919acec7 Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*pollDesc).waitRead(...) Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:89 Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*FD).Accept(0xc0004e2980) Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_unix.go:620 +0x295 fp=0xc0007218b8 sp=0xc000721810 pc=0x55bd919b2295 Aug 25 07:47:10 deepseek ollama[835892]: net.(*netFD).accept(0xc0004e2980) Aug 25 07:47:10 deepseek ollama[835892]: net/fd_unix.go:172 +0x29 fp=0xc000721970 sp=0xc0007218b8 pc=0x55bd91a25249 Aug 25 07:47:10 deepseek ollama[835892]: net.(*TCPListener).accept(0xc000787780) Aug 25 07:47:10 deepseek ollama[835892]: net/tcpsock_posix.go:159 +0x1b fp=0xc0007219c0 sp=0xc000721970 pc=0x55bd91a3abfb Aug 25 07:47:10 deepseek ollama[835892]: net.(*TCPListener).Accept(0xc000787780) Aug 25 07:47:10 deepseek ollama[835892]: net/tcpsock.go:380 +0x30 fp=0xc0007219f0 sp=0xc0007219c0 pc=0x55bd91a39ab0 Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*onceCloseListener).Accept(0xc0004fa3f0?) Aug 25 07:47:10 deepseek ollama[835892]: <autogenerated>:1 +0x24 fp=0xc000721a08 sp=0xc0007219f0 pc=0x55bd91c51204 Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*Server).Serve(0xc00056f000, {0x55bd92dc9f28, 0xc000787780}) Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:3424 +0x30c fp=0xc000721b38 sp=0xc000721a08 pc=0x55bd91c28acc Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0000340a0, 0x4, 0x4}) Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc000721d08 sp=0xc000721b38 pc=0x55bd91e2a3e6 Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner.Execute({0xc000034080?, 0x0?, 0x0?}) Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc000721d30 sp=0xc000721d08 pc=0x55bd91e2ac29 Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/cmd.NewCLI.func2(0xc00056ee00?, {0x55bd928e5081?, 0x4?, 0x55bd928e5085?}) Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc000721d58 sp=0xc000721d30 pc=0x55bd9258fce5 Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).execute(0xc0004fcf08, {0xc00078b720, 0x5, 0x5}) Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000721e78 sp=0xc000721d58 pc=0x55bd91a9e89c Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).ExecuteC(0xc0004be908) Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000721f30 sp=0xc000721e78 pc=0x55bd91a9f0e5 Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).Execute(...) Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:992 Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra.(*Command).ExecuteContext(...) Aug 25 07:47:10 deepseek ollama[835892]: github.com/spf13/cobra@v1.7.0/command.go:985 Aug 25 07:47:10 deepseek ollama[835892]: main.main() Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000721f50 sp=0xc000721f30 pc=0x55bd925907cd Aug 25 07:47:10 deepseek ollama[835892]: runtime.main() Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:283 +0x29d fp=0xc000721fe0 sp=0xc000721f50 pc=0x55bd918f29dd Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000721fe8 sp=0xc000721fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f4fa8 sp=0xc0000f4f88 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.goparkunlock(...) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:441 Aug 25 07:47:10 deepseek ollama[835892]: runtime.forcegchelper() Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:348 +0xb8 fp=0xc0000f4fe0 sp=0xc0000f4fa8 pc=0x55bd918f2d18 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f4fe8 sp=0xc0000f4fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.init.7 in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:336 +0x1a Aug 25 07:47:10 deepseek ollama[835892]: goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f5780 sp=0xc0000f5760 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.goparkunlock(...) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:441 Aug 25 07:47:10 deepseek ollama[835892]: runtime.bgsweep(0xc0000ee080) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgcsweep.go:316 +0xdf fp=0xc0000f57c8 sp=0xc0000f5780 pc=0x55bd918dd4bf Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcenable.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:204 +0x25 fp=0xc0000f57e0 sp=0xc0000f57c8 pc=0x55bd918d18a5 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f57e8 sp=0xc0000f57e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcenable in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:204 +0x66 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x10000?, 0x55bd92aa8af8?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f5f78 sp=0xc0000f5f58 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.goparkunlock(...) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:441 Aug 25 07:47:10 deepseek ollama[835892]: runtime.(*scavengerState).park(0x55bd9366bf00) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgcscavenge.go:425 +0x49 fp=0xc0000f5fa8 sp=0xc0000f5f78 pc=0x55bd918daf09 Aug 25 07:47:10 deepseek ollama[835892]: runtime.bgscavenge(0xc0000ee080) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgcscavenge.go:658 +0x59 fp=0xc0000f5fc8 sp=0xc0000f5fa8 pc=0x55bd918db499 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcenable.gowrap2() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:205 +0x25 fp=0xc0000f5fe0 sp=0xc0000f5fc8 pc=0x55bd918d1845 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f5fe8 sp=0xc0000f5fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcenable in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:205 +0xa5 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc0000f4688?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f4630 sp=0xc0000f4610 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.runfinq() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mfinal.go:196 +0x107 fp=0xc0000f47e0 sp=0xc0000f4630 pc=0x55bd918d0867 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f47e8 sp=0xc0000f47e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.createfing in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mfinal.go:166 +0x3d Aug 25 07:47:10 deepseek ollama[835892]: goroutine 6 gp=0xc00024e8c0 m=nil [chan receive]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0xc0002a17c0?, 0xc0000101c8?, 0x60?, 0x67?, 0x55bd91a0be88?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f6718 sp=0xc0000f66f8 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.chanrecv(0xc00012c310, 0x0, 0x1) Aug 25 07:47:10 deepseek ollama[835892]: runtime/chan.go:664 +0x445 fp=0xc0000f6790 sp=0xc0000f6718 pc=0x55bd918c2245 Aug 25 07:47:10 deepseek ollama[835892]: runtime.chanrecv1(0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/chan.go:506 +0x12 fp=0xc0000f67b8 sp=0xc0000f6790 pc=0x55bd918c1dd2 Aug 25 07:47:10 deepseek ollama[835892]: runtime.unique_runtime_registerUniqueMapCleanup.func2(...) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1796 Aug 25 07:47:10 deepseek ollama[835892]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1799 +0x2f fp=0xc0000f67e0 sp=0xc0000f67b8 pc=0x55bd918d4a4f Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f67e8 sp=0xc0000f67e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1794 +0x85 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 7 gp=0xc00024ec40 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f6f38 sp=0xc0000f6f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f6fc8 sp=0xc0000f6f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f6fe0 sp=0xc0000f6fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f6fe8 sp=0xc0000f6fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 18 gp=0xc000504000 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f0738 sp=0xc0000f0718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f07c8 sp=0xc0000f0738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f07e0 sp=0xc0000f07c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f07e8 sp=0xc0000f07e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 19 gp=0xc0005041c0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f0f38 sp=0xc0000f0f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f0fc8 sp=0xc0000f0f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f0fe0 sp=0xc0000f0fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f0fe8 sp=0xc0000f0fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 34 gp=0xc000182380 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019a738 sp=0xc00019a718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019a7c8 sp=0xc00019a738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019a7e0 sp=0xc00019a7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019a7e8 sp=0xc00019a7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 35 gp=0xc000182540 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019af38 sp=0xc00019af18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019afc8 sp=0xc00019af38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019afe0 sp=0xc00019afc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019afe8 sp=0xc00019afe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 8 gp=0xc00024ee00 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f7738 sp=0xc0000f7718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f77c8 sp=0xc0000f7738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f77e0 sp=0xc0000f77c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f77e8 sp=0xc0000f77e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 9 gp=0xc00024efc0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f7f38 sp=0xc0000f7f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f7fc8 sp=0xc0000f7f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f7fe0 sp=0xc0000f7fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f7fe8 sp=0xc0000f7fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 10 gp=0xc00024f180 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000196738 sp=0xc000196718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001967c8 sp=0xc000196738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001967e0 sp=0xc0001967c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001967e8 sp=0xc0001967e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 11 gp=0xc00024f340 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000196f38 sp=0xc000196f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000196fc8 sp=0xc000196f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000196fe0 sp=0xc000196fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000196fe8 sp=0xc000196fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 12 gp=0xc00024f500 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000197738 sp=0xc000197718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001977c8 sp=0xc000197738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001977e0 sp=0xc0001977c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001977e8 sp=0xc0001977e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 13 gp=0xc00024f6c0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000197f38 sp=0xc000197f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000197fc8 sp=0xc000197f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000197fe0 sp=0xc000197fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000197fe8 sp=0xc000197fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 14 gp=0xc00024f880 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000198738 sp=0xc000198718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001987c8 sp=0xc000198738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001987e0 sp=0xc0001987c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001987e8 sp=0xc0001987e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 15 gp=0xc00024fa40 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000198f38 sp=0xc000198f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000198fc8 sp=0xc000198f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000198fe0 sp=0xc000198fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000198fe8 sp=0xc000198fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 16 gp=0xc00024fc00 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000199738 sp=0xc000199718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001997c8 sp=0xc000199738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001997e0 sp=0xc0001997c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001997e8 sp=0xc0001997e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 50 gp=0xc00024fdc0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc000199f38 sp=0xc000199f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc000199fc8 sp=0xc000199f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc000199fe0 sp=0xc000199fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000199fe8 sp=0xc000199fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 51 gp=0xc0004a8000 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004ae738 sp=0xc0004ae718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004ae7c8 sp=0xc0004ae738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004ae7e0 sp=0xc0004ae7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ae7e8 sp=0xc0004ae7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 52 gp=0xc0004a81c0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004aef38 sp=0xc0004aef18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004aefc8 sp=0xc0004aef38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004aefe0 sp=0xc0004aefc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aefe8 sp=0xc0004aefe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 53 gp=0xc0004a8380 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004af738 sp=0xc0004af718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004af7c8 sp=0xc0004af738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004af7e0 sp=0xc0004af7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004af7e8 sp=0xc0004af7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 20 gp=0xc000504380 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f1738 sp=0xc0000f1718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f17c8 sp=0xc0000f1738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f17e0 sp=0xc0000f17c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f17e8 sp=0xc0000f17e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 36 gp=0xc000182700 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019b738 sp=0xc00019b718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019b7c8 sp=0xc00019b738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019b7e0 sp=0xc00019b7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019b7e8 sp=0xc00019b7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 37 gp=0xc0001828c0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019bf38 sp=0xc00019bf18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019bfc8 sp=0xc00019bf38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019bfe0 sp=0xc00019bfc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019bfe8 sp=0xc00019bfe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 38 gp=0xc000182a80 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019c738 sp=0xc00019c718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019c7c8 sp=0xc00019c738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019c7e0 sp=0xc00019c7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019c7e8 sp=0xc00019c7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 39 gp=0xc000182c40 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019cf38 sp=0xc00019cf18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019cfc8 sp=0xc00019cf38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019cfe0 sp=0xc00019cfc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019cfe8 sp=0xc00019cfe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 40 gp=0xc000182e00 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019d738 sp=0xc00019d718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019d7c8 sp=0xc00019d738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019d7e0 sp=0xc00019d7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019d7e8 sp=0xc00019d7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 41 gp=0xc000182fc0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc00019df38 sp=0xc00019df18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc00019dfc8 sp=0xc00019df38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc00019dfe0 sp=0xc00019dfc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00019dfe8 sp=0xc00019dfe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 42 gp=0xc000183180 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004aa738 sp=0xc0004aa718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004aa7c8 sp=0xc0004aa738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004aa7e0 sp=0xc0004aa7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aa7e8 sp=0xc0004aa7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 43 gp=0xc000183340 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004aaf38 sp=0xc0004aaf18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004aafc8 sp=0xc0004aaf38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004aafe0 sp=0xc0004aafc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aafe8 sp=0xc0004aafe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 44 gp=0xc000183500 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004ab738 sp=0xc0004ab718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004ab7c8 sp=0xc0004ab738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004ab7e0 sp=0xc0004ab7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ab7e8 sp=0xc0004ab7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 45 gp=0xc0001836c0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004abf38 sp=0xc0004abf18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004abfc8 sp=0xc0004abf38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004abfe0 sp=0xc0004abfc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004abfe8 sp=0xc0004abfe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 46 gp=0xc000183880 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004ac738 sp=0xc0004ac718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004ac7c8 sp=0xc0004ac738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004ac7e0 sp=0xc0004ac7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ac7e8 sp=0xc0004ac7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 47 gp=0xc000183a40 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004acf38 sp=0xc0004acf18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004acfc8 sp=0xc0004acf38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004acfe0 sp=0xc0004acfc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004acfe8 sp=0xc0004acfe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 48 gp=0xc000183c00 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004ad738 sp=0xc0004ad718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004ad7c8 sp=0xc0004ad738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004ad7e0 sp=0xc0004ad7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ad7e8 sp=0xc0004ad7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 49 gp=0xc000183dc0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004adf38 sp=0xc0004adf18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004adfc8 sp=0xc0004adf38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004adfe0 sp=0xc0004adfc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004adfe8 sp=0xc0004adfe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 66 gp=0xc0001a0000 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a6738 sp=0xc0001a6718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a67c8 sp=0xc0001a6738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a67e0 sp=0xc0001a67c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a67e8 sp=0xc0001a67e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 67 gp=0xc0001a01c0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a6f38 sp=0xc0001a6f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a6fc8 sp=0xc0001a6f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a6fe0 sp=0xc0001a6fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a6fe8 sp=0xc0001a6fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 68 gp=0xc0001a0380 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a7738 sp=0xc0001a7718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a77c8 sp=0xc0001a7738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a77e0 sp=0xc0001a77c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a77e8 sp=0xc0001a77e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 69 gp=0xc0001a0540 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a7f38 sp=0xc0001a7f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a7fc8 sp=0xc0001a7f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a7fe0 sp=0xc0001a7fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a7fe8 sp=0xc0001a7fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 70 gp=0xc0001a0700 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a8738 sp=0xc0001a8718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a87c8 sp=0xc0001a8738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a87e0 sp=0xc0001a87c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a87e8 sp=0xc0001a87e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 71 gp=0xc0001a08c0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a8f38 sp=0xc0001a8f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a8fc8 sp=0xc0001a8f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a8fe0 sp=0xc0001a8fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a8fe8 sp=0xc0001a8fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 72 gp=0xc0001a0a80 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a9738 sp=0xc0001a9718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a97c8 sp=0xc0001a9738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a97e0 sp=0xc0001a97c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a97e8 sp=0xc0001a97e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 73 gp=0xc0001a0c40 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a9f38 sp=0xc0001a9f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a9fc8 sp=0xc0001a9f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a9fe0 sp=0xc0001a9fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a9fe8 sp=0xc0001a9fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 74 gp=0xc0001a0e00 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a2738 sp=0xc0001a2718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a27c8 sp=0xc0001a2738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a27e0 sp=0xc0001a27c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a27e8 sp=0xc0001a27e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 75 gp=0xc0001a0fc0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a2f38 sp=0xc0001a2f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a2fc8 sp=0xc0001a2f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a2fe0 sp=0xc0001a2fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a2fe8 sp=0xc0001a2fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 76 gp=0xc0001a1180 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a3738 sp=0xc0001a3718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a37c8 sp=0xc0001a3738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a37e0 sp=0xc0001a37c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a37e8 sp=0xc0001a37e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 77 gp=0xc0001a1340 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a3f38 sp=0xc0001a3f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a3fc8 sp=0xc0001a3f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a3fe0 sp=0xc0001a3fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a3fe8 sp=0xc0001a3fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 78 gp=0xc0001a1500 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a4738 sp=0xc0001a4718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a47c8 sp=0xc0001a4738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a47e0 sp=0xc0001a47c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a47e8 sp=0xc0001a47e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 79 gp=0xc0001a16c0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a4f38 sp=0xc0001a4f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a4fc8 sp=0xc0001a4f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a4fe0 sp=0xc0001a4fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a4fe8 sp=0xc0001a4fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 80 gp=0xc0001a1880 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a5738 sp=0xc0001a5718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a57c8 sp=0xc0001a5738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a57e0 sp=0xc0001a57c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a57e8 sp=0xc0001a57e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 81 gp=0xc0001a1a40 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001a5f38 sp=0xc0001a5f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001a5fc8 sp=0xc0001a5f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001a5fe0 sp=0xc0001a5fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a5fe8 sp=0xc0001a5fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 82 gp=0xc0001a1c00 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001ae738 sp=0xc0001ae718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001ae7c8 sp=0xc0001ae738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001ae7e0 sp=0xc0001ae7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001ae7e8 sp=0xc0001ae7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 83 gp=0xc0001a1dc0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001aef38 sp=0xc0001aef18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001aefc8 sp=0xc0001aef38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001aefe0 sp=0xc0001aefc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001aefe8 sp=0xc0001aefe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 84 gp=0xc0001b2000 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001af738 sp=0xc0001af718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001af7c8 sp=0xc0001af738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001af7e0 sp=0xc0001af7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001af7e8 sp=0xc0001af7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 85 gp=0xc0001b21c0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001aff38 sp=0xc0001aff18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001affc8 sp=0xc0001aff38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001affe0 sp=0xc0001affc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001affe8 sp=0xc0001affe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 86 gp=0xc0001b2380 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001b0738 sp=0xc0001b0718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001b07c8 sp=0xc0001b0738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001b07e0 sp=0xc0001b07c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b07e8 sp=0xc0001b07e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 87 gp=0xc0001b2540 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001b0f38 sp=0xc0001b0f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001b0fc8 sp=0xc0001b0f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001b0fe0 sp=0xc0001b0fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b0fe8 sp=0xc0001b0fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 88 gp=0xc0001b2700 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x33e85fc6ef7bca?, 0x1?, 0x93?, 0x2?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001b1738 sp=0xc0001b1718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001b17c8 sp=0xc0001b1738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001b17e0 sp=0xc0001b17c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b17e8 sp=0xc0001b17e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 21 gp=0xc000504540 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd9371bbc0?, 0x1?, 0x13?, 0x1c?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f1f38 sp=0xc0000f1f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0000f1fc8 sp=0xc0000f1f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0000f1fe0 sp=0xc0000f1fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f1fe8 sp=0xc0000f1fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 89 gp=0xc0001b28c0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x33e85fc6f01ef6?, 0x1?, 0xf6?, 0x10?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001b1f38 sp=0xc0001b1f18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001b1fc8 sp=0xc0001b1f38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001b1fe0 sp=0xc0001b1fc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b1fe8 sp=0xc0001b1fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 90 gp=0xc0001b2a80 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd9371bbc0?, 0x1?, 0xac?, 0xba?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001aa738 sp=0xc0001aa718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001aa7c8 sp=0xc0001aa738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001aa7e0 sp=0xc0001aa7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001aa7e8 sp=0xc0001aa7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 91 gp=0xc0001b2c40 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x33e85fc6f10fca?, 0x1?, 0x5c?, 0xd2?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001aaf38 sp=0xc0001aaf18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001aafc8 sp=0xc0001aaf38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001aafe0 sp=0xc0001aafc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001aafe8 sp=0xc0001aafe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 92 gp=0xc0001b2e00 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd9371bbc0?, 0x1?, 0x12?, 0xa5?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001ab738 sp=0xc0001ab718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001ab7c8 sp=0xc0001ab738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001ab7e0 sp=0xc0001ab7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001ab7e8 sp=0xc0001ab7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 93 gp=0xc0001b2fc0 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x33e85fc6efc87e?, 0x1?, 0x3c?, 0x73?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001abf38 sp=0xc0001abf18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001abfc8 sp=0xc0001abf38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001abfe0 sp=0xc0001abfc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001abfe8 sp=0xc0001abfe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 94 gp=0xc0001b3180 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd9371bbc0?, 0x1?, 0xd8?, 0x5e?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001ac738 sp=0xc0001ac718 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0001ac7c8 sp=0xc0001ac738 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0001ac7e0 sp=0xc0001ac7c8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001ac7e8 sp=0xc0001ac7e0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 54 gp=0xc0004a8540 m=nil [GC worker (idle)]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd9371bbc0?, 0x1?, 0xa2?, 0xc2?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0004aff38 sp=0xc0004aff18 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkWorker(0xc00012d570) Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1423 +0xe9 fp=0xc0004affc8 sp=0xc0004aff38 pc=0x55bd918d3d69 Aug 25 07:47:10 deepseek ollama[835892]: runtime.gcBgMarkStartWorkers.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x25 fp=0xc0004affe0 sp=0xc0004affc8 pc=0x55bd918d3c45 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0004affe8 sp=0xc0004affe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: runtime/mgc.go:1339 +0x105 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 55 gp=0xc0005056c0 m=nil [sync.WaitGroup.Wait]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x20?, 0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0000f3ed0 sp=0xc0000f3eb0 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.goparkunlock(...) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:441 Aug 25 07:47:10 deepseek ollama[835892]: runtime.semacquire1(0xc0002a5198, 0x0, 0x1, 0x0, 0x18) Aug 25 07:47:10 deepseek ollama[835892]: runtime/sema.go:188 +0x229 fp=0xc0000f3f38 sp=0xc0000f3ed0 pc=0x55bd91905fa9 Aug 25 07:47:10 deepseek ollama[835892]: sync.runtime_SemacquireWaitGroup(0x0?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/sema.go:110 +0x25 fp=0xc0000f3f70 sp=0xc0000f3f38 pc=0x55bd91928285 Aug 25 07:47:10 deepseek ollama[835892]: sync.(*WaitGroup).Wait(0x0?) Aug 25 07:47:10 deepseek ollama[835892]: sync/waitgroup.go:118 +0x48 fp=0xc0000f3f98 sp=0xc0000f3f70 pc=0x55bd919398e8 Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002a50e0, {0x55bd92dcc3e0, 0xc00078b7c0}) Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc0000f3fb8 sp=0xc0000f3f98 pc=0x55bd91e2460a Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc0000f3fe0 sp=0xc0000f3fb8 pc=0x55bd91e2a648 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f3fe8 sp=0xc0000f3fe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 Aug 25 07:47:10 deepseek ollama[835892]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9 Aug 25 07:47:10 deepseek ollama[835892]: goroutine 58 gp=0xc000505a40 m=nil [IO wait]: Aug 25 07:47:10 deepseek ollama[835892]: runtime.gopark(0x55bd93600600?, 0xc0001ace38?, 0x38?, 0xce?, 0xb?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/proc.go:435 +0xce fp=0xc0001acdd8 sp=0xc0001acdb8 pc=0x55bd9192686e Aug 25 07:47:10 deepseek ollama[835892]: runtime.netpollblock(0x55bd91949bd8?, 0x918bf666?, 0xbd?) Aug 25 07:47:10 deepseek ollama[835892]: runtime/netpoll.go:575 +0xf7 fp=0xc0001ace10 sp=0xc0001acdd8 pc=0x55bd918eb357 Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.runtime_pollWait(0x7ae7a7696d98, 0x72) Aug 25 07:47:10 deepseek ollama[835892]: runtime/netpoll.go:351 +0x85 fp=0xc0001ace30 sp=0xc0001ace10 pc=0x55bd91925a85 Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*pollDesc).wait(0xc0004e2a00?, 0xc0004f6df1?, 0x0) Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0001ace58 sp=0xc0001ace30 pc=0x55bd919acec7 Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*pollDesc).waitRead(...) Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_poll_runtime.go:89 Aug 25 07:47:10 deepseek ollama[835892]: internal/poll.(*FD).Read(0xc0004e2a00, {0xc0004f6df1, 0x1, 0x1}) Aug 25 07:47:10 deepseek ollama[835892]: internal/poll/fd_unix.go:165 +0x27a fp=0xc0001acef0 sp=0xc0001ace58 pc=0x55bd919ae1ba Aug 25 07:47:10 deepseek ollama[835892]: net.(*netFD).Read(0xc0004e2a00, {0xc0004f6df1?, 0xc000787858?, 0xc0001acf70?}) Aug 25 07:47:10 deepseek ollama[835892]: net/fd_posix.go:55 +0x25 fp=0xc0001acf38 sp=0xc0001acef0 pc=0x55bd91a232a5 Aug 25 07:47:10 deepseek ollama[835892]: net.(*conn).Read(0xc0005226d8, {0xc0004f6df1?, 0x0?, 0x0?}) Aug 25 07:47:10 deepseek ollama[835892]: net/net.go:194 +0x45 fp=0xc0001acf80 sp=0xc0001acf38 pc=0x55bd91a31665 Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*connReader).backgroundRead(0xc0004f6de0) Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:690 +0x37 fp=0xc0001acfc8 sp=0xc0001acf80 pc=0x55bd91c1d4d7 Aug 25 07:47:10 deepseek ollama[835892]: net/http.(*connReader).startBackgroundRead.gowrap2() Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:686 +0x25 fp=0xc0001acfe0 sp=0xc0001acfc8 pc=0x55bd91c1d405 Aug 25 07:47:10 deepseek ollama[835892]: runtime.goexit({}) Aug 25 07:47:10 deepseek ollama[835892]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001acfe8 sp=0xc0001acfe0 pc=0x55bd9192dfa1 Aug 25 07:47:10 deepseek ollama[835892]: created by net/http.(*connReader).startBackgroundRead in goroutine 56 Aug 25 07:47:10 deepseek ollama[835892]: net/http/server.go:686 +0xb6 Aug 25 07:47:10 deepseek ollama[835892]: time=2025-08-25T07:47:10.112Z level=INFO source=sched.go:441 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e error="do load request: Post \"http://127.0.0.1:43005/load\": EOF" Aug 25 07:47:10 deepseek ollama[835892]: time=2025-08-25T07:47:10.149Z level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2" Aug 25 07:47:10 deepseek ollama[835892]: [GIN] 2025/08/25 - 07:47:10 | 500 | 1.311394648s | 127.0.0.1 | POST "/api/generate"
Author
Owner

@rick-github commented on GitHub (Aug 25, 2025):

This is from after the crash. It helps if we can see what happened leading up to the crash.

<!-- gh-comment-id:3219444671 --> @rick-github commented on GitHub (Aug 25, 2025): This is from after the crash. It helps if we can see what happened leading up to the crash.
Author
Owner

@nire0510 commented on GitHub (Aug 25, 2025):

Having the same issue, on Intel Mac.

<!-- gh-comment-id:3220587422 --> @nire0510 commented on GitHub (Aug 25, 2025): Having the same issue, on Intel Mac.
Author
Owner

@rick-github commented on GitHub (Aug 25, 2025):

@nire0510 Attach full server log.

<!-- gh-comment-id:3220593972 --> @rick-github commented on GitHub (Aug 25, 2025): @nire0510 Attach full [server log](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues).
Author
Owner

@nire0510 commented on GitHub (Aug 25, 2025):

Sure @rick-github

`
time=2025-08-25T17:28:14.394+03:00 level=INFO source=server.go:383 msg="starting runner" cmd="/Applications/Ollama.app/Contents/Resources/ollama runner --ollama-engine --model /Users/nire0510/.ollama/models/blobs/sha256-7cd4618c1faf8b7233c6c906dac1694b6a47684b37b8895d470ac688520b9c01 --port 57949"
time=2025-08-25T17:28:14.399+03:00 level=INFO source=server.go:488 msg="system memory" total="16.0 GiB" free="6.3 GiB" free_swap="0 B"
time=2025-08-25T17:28:14.401+03:00 level=INFO source=server.go:531 msg=offload library=cpu layers.requested=-1 layers.model=27 layers.offload=0 layers.split=[] memory.available="[6.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="1.3 GiB" memory.required.partial="0 B" memory.required.kv="38.0 MiB" memory.required.allocations="[1.3 GiB]" memory.weights.total="762.5 MiB" memory.weights.repeating="456.5 MiB" memory.weights.nonrepeating="306.0 MiB" memory.graph.full="514.2 MiB" memory.graph.partial="750.5 MiB"
time=2025-08-25T17:28:14.441+03:00 level=INFO source=runner.go:1006 msg="starting ollama engine"
time=2025-08-25T17:28:14.442+03:00 level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:57949"
time=2025-08-25T17:28:14.446+03:00 level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:4 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
time=2025-08-25T17:28:14.537+03:00 level=INFO source=ggml.go:130 msg="" architecture=gemma3 file_type=Q4_K_M name="" description="" num_tensors=340 num_key_values=32
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.cpp:22: GGML_ASSERT(prev != ggml_uncaught_exception) failed
(lldb) process attach --pid 73549
error: attach failed: attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries, when the attach failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.)
SIGABRT: abort
PC=0x7ff819409846 m=4 sigcode=0
signal arrived during cgo execution

goroutine 9 gp=0xc000505180 m=4 mp=0xc000077808 [syscall]:
runtime.cgocall(0x10fa90cb0, 0xc000046720)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/cgocall.go:167 +0x4b fp=0xc0000466f8 sp=0xc0000466c0 pc=0x10edb488b
github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x6000009938d0)
_cgo_gotypes.go:195 +0x3a fp=0xc000046720 sp=0xc0000466f8 pc=0x10f16145a
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003c094, 0x2b})
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b8 sp=0xc000046720 pc=0x10f160ef5
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1()
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x546 fp=0xc000046a18 sp=0xc0000467b8 pc=0x10f160d46
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046a60 sp=0xc000046a18 pc=0x10f160722
sync.(*Once).doSlow(0x1102103b0?, 0x110ae31a0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046ab8 sp=0xc000046a60 pc=0x10edc9deb
sync.(*Once).Do(0x0?, 0xc000046b60?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046ad8 sp=0xc000046ab8 pc=0x10edc9d19
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046b08 sp=0xc000046ad8 pc=0x10f16068d
github.com/ollama/ollama/ml/backend/ggml.init.func1()
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046b98 sp=0xc000046b08 pc=0x10f1e0803
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046be0 sp=0xc000046b98 pc=0x10f1e0702
sync.(*Once).doSlow(0x10001102060e8?, 0xc000074088?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046c38 sp=0xc000046be0 pc=0x10edc9deb
sync.(*Once).Do(0x10edc9ea0?, 0x110ae379c?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046c58 sp=0xc000046c38 pc=0x10edc9d19
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046c88 sp=0xc000046c58 pc=0x10f1e066d
github.com/ollama/ollama/ml/backend/ggml.New({0x7ff7b11bfae2, 0x6c}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:141 +0x124 fp=0xc000047558 sp=0xc000046c88 pc=0x10f1e86e4
github.com/ollama/ollama/ml.NewBackend({0x7ff7b11bfae2, 0x6c}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475a8 sp=0xc000047558 pc=0x10f18821c
github.com/ollama/ollama/model.New({0x7ff7b11bfae2?, 0x0?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/model/model.go:102 +0x7e fp=0xc0000476a0 sp=0xc0000475a8 pc=0x10f1fb53e
github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0000c25a0, {0x7ff7b11bfae2?, 0x10f0abb1a?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}, {0x0, ...}, ...)
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x10f2a8a0c
github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0000c25a0, {0x11020e148, 0xc0001ca460}, 0xc00051a000)
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x10f2a958d
github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x11020e148?, 0xc0001ca460?}, 0xc0000adb40?)
:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x10f2aad96
net/http.HandlerFunc.ServeHTTP(0xc0000c75c0?, {0x11020e148?, 0xc0001ca460?}, 0xc0000adb60?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x10f0b67e9
net/http.(*ServeMux).ServeHTTP(0x10ed5d3c5?, {0x11020e148, 0xc0001ca460}, 0xc00051a000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x10f0b86e4
net/http.serverHandler.ServeHTTP({0x11020a7b0?}, {0x11020e148?, 0xc0001ca460?}, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x10f0d616e
net/http.(*conn).serve(0xc0000e83f0, {0x1102103e8, 0xc0000ec660})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x10f0b4ce5
net/http.(*Server).Serve.gowrap3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x10f0ba5a8
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x10edbf7e1
created by net/http.(*Server).Serve in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x485

goroutine 1 gp=0xc000002380 m=nil [IO wait]:
runtime.gopark(0xc0005177e0?, 0x10edda918?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc001605790 sp=0xc001605770 pc=0x10edb7cae
runtime.netpollblock(0xc0005177e0?, 0xed520a6?, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc0016057c8 sp=0xc001605790 pc=0x10ed7d497
internal/poll.runtime_pollWait(0x1576f4070, 0x72)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc0016057e8 sp=0xc0016057c8 pc=0x10edb6f05
internal/poll.(*pollDesc).wait(0xc0000b9000?, 0x9000ec6c0?, 0x0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc001605810 sp=0xc0016057e8 pc=0x10ee3c527
internal/poll.(*pollDesc).waitRead(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc0000b9000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:620 +0x295 fp=0xc0016058b8 sp=0xc001605810 pc=0x10ee418f5
net.(*netFD).accept(0xc0000b9000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_unix.go:172 +0x29 fp=0xc001605970 sp=0xc0016058b8 pc=0x10eeb57c9
net.(*TCPListener).accept(0xc00004ef40)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock_posix.go:159 +0x1b fp=0xc0016059c0 sp=0xc001605970 pc=0x10eeca45b
net.(*TCPListener).Accept(0xc00004ef40)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock.go:380 +0x30 fp=0xc0016059f0 sp=0xc0016059c0 pc=0x10eec9350
net/http.(*onceCloseListener).Accept(0xc0000e83f0?)
:1 +0x24 fp=0xc001605a08 sp=0xc0016059f0 pc=0x10f0e28e4
net/http.(*Server).Serve(0xc0001f7600, {0x11020df68, 0xc00004ef40})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3424 +0x30c fp=0xc001605b38 sp=0xc001605a08 pc=0x10f0ba1ac
github.com/ollama/ollama/runner/ollamarunner.Execute({0xc000138030, 0x4, 0x4})
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc001605d08 sp=0xc001605b38 pc=0x10f2aa766
github.com/ollama/ollama/runner.Execute({0xc000138010?, 0x0?, 0x0?})
/Users/runner/work/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc001605d30 sp=0xc001605d08 pc=0x10f2aafa9
github.com/ollama/ollama/cmd.NewCLI.func2(0xc0001f7400?, {0x10fd7e098?, 0x4?, 0x10fd7e09c?})
/Users/runner/work/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc001605d58 sp=0xc001605d30 pc=0x10fa10525
github.com/spf13/cobra.(*Command).execute(0xc0000eef08, {0xc0000bae60, 0x5, 0x5})
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc001605e78 sp=0xc001605d58 pc=0x10ef2df1c
github.com/spf13/cobra.(*Command).ExecuteC(0xc000496f08)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc001605f30 sp=0xc001605e78 pc=0x10ef2e765
github.com/spf13/cobra.(*Command).Execute(...)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
/Users/runner/work/ollama/ollama/main.go:12 +0x4d fp=0xc001605f50 sp=0xc001605f30 pc=0x10fa1100d
runtime.main()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:283 +0x28b fp=0xc001605fe0 sp=0xc001605f50 pc=0x10ed841cb
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc001605fe8 sp=0xc001605fe0 pc=0x10edbf7e1

goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070fa8 sp=0xc000070f88 pc=0x10edb7cae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.forcegchelper()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:348 +0xb3 fp=0xc000070fe0 sp=0xc000070fa8 pc=0x10ed84513
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x10edbf7e1
created by runtime.init.7 in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:336 +0x1a

goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071780 sp=0xc000071760 pc=0x10edb7cae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.bgsweep(0xc00009c000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcsweep.go:316 +0xdf fp=0xc0000717c8 sp=0xc000071780 pc=0x10ed6f63f
runtime.gcenable.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x25 fp=0xc0000717e0 sp=0xc0000717c8 pc=0x10ed63a85
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000717e8 sp=0xc0000717e0 pc=0x10edbf7e1
created by runtime.gcenable in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x10ff3b6a8?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071f78 sp=0xc000071f58 pc=0x10edb7cae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.(*scavengerState).park(0x110ab9ee0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000071fa8 sp=0xc000071f78 pc=0x10ed6d069
runtime.bgscavenge(0xc00009c000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000071fc8 sp=0xc000071fa8 pc=0x10ed6d5f9
runtime.gcenable.gowrap2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0x25 fp=0xc000071fe0 sp=0xc000071fc8 pc=0x10ed63a25
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000071fe8 sp=0xc000071fe0 pc=0x10edbf7e1
created by runtime.gcenable in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0xa5

goroutine 18 gp=0xc000102700 m=nil [finalizer wait]:
runtime.gopark(0x1b8?, 0x10ed865e7?, 0x1?, 0x23?, 0xc000070688?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070630 sp=0xc000070610 pc=0x10edb7cae
runtime.runfinq()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:196 +0x107 fp=0xc0000707e0 sp=0xc000070630 pc=0x10ed62a47
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x10edbf7e1
created by runtime.createfing in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:166 +0x3d

goroutine 19 gp=0xc000103180 m=nil [chan receive]:
runtime.gopark(0xc0002297c0?, 0xc000010048?, 0x60?, 0xc7?, 0x10ee981c8?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006c718 sp=0xc00006c6f8 pc=0x10edb7cae
runtime.chanrecv(0xc000110310, 0x0, 0x1)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:664 +0x445 fp=0xc00006c790 sp=0xc00006c718 pc=0x10ed54845
runtime.chanrecv1(0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:506 +0x12 fp=0xc00006c7b8 sp=0xc00006c790 pc=0x10ed543d2
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1796
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1799 +0x2f fp=0xc00006c7e0 sp=0xc00006c7b8 pc=0x10ed66bcf
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006c7e8 sp=0xc00006c7e0 pc=0x10edbf7e1
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1794 +0x79

goroutine 20 gp=0xc000103500 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006cf38 sp=0xc00006cf18 pc=0x10edb7cae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006cfc8 sp=0xc00006cf38 pc=0x10ed65ee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006cfe0 sp=0xc00006cfc8 pc=0x10ed65dc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006cfe8 sp=0xc00006cfe0 pc=0x10edbf7e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 34 gp=0xc000504000 m=nil [GC worker (idle)]:
runtime.gopark(0xbc335d31ca6?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050a738 sp=0xc00050a718 pc=0x10edb7cae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050a7c8 sp=0xc00050a738 pc=0x10ed65ee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050a7e0 sp=0xc00050a7c8 pc=0x10ed65dc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050a7e8 sp=0xc00050a7e0 pc=0x10edbf7e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]:
runtime.gopark(0xbc336491363?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072738 sp=0xc000072718 pc=0x10edb7cae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000727c8 sp=0xc000072738 pc=0x10ed65ee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000727e0 sp=0xc0000727c8 pc=0x10ed65dc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x10edbf7e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 21 gp=0xc0001036c0 m=nil [GC worker (idle)]:
runtime.gopark(0xbc335d319e1?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006d738 sp=0xc00006d718 pc=0x10edb7cae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006d7c8 sp=0xc00006d738 pc=0x10ed65ee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006d7e0 sp=0xc00006d7c8 pc=0x10ed65dc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006d7e8 sp=0xc00006d7e0 pc=0x10edbf7e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 35 gp=0xc0005041c0 m=nil [GC worker (idle)]:
runtime.gopark(0xbc335d37da0?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050af38 sp=0xc00050af18 pc=0x10edb7cae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050afc8 sp=0xc00050af38 pc=0x10ed65ee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050afe0 sp=0xc00050afc8 pc=0x10ed65dc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050afe8 sp=0xc00050afe0 pc=0x10edbf7e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 36 gp=0xc000504380 m=nil [GC worker (idle)]:
runtime.gopark(0xbc335d321c0?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050b738 sp=0xc00050b718 pc=0x10edb7cae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050b7c8 sp=0xc00050b738 pc=0x10ed65ee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050b7e0 sp=0xc00050b7c8 pc=0x10ed65dc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050b7e8 sp=0xc00050b7e0 pc=0x10edbf7e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 6 gp=0xc000003c00 m=nil [GC worker (idle)]:
runtime.gopark(0xbc33663a71c?, 0x1?, 0xb6?, 0xda?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072f38 sp=0xc000072f18 pc=0x10edb7cae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc000072fc8 sp=0xc000072f38 pc=0x10ed65ee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x10ed65dc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000072fe8 sp=0xc000072fe0 pc=0x10edbf7e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 7 gp=0xc000003dc0 m=nil [GC worker (idle)]:
runtime.gopark(0xbc336576ba9?, 0x3?, 0xd7?, 0x24?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000073738 sp=0xc000073718 pc=0x10edb7cae
runtime.gcBgMarkWorker(0xc000111730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000737c8 sp=0xc000073738 pc=0x10ed65ee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000737e0 sp=0xc0000737c8 pc=0x10ed65dc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000737e8 sp=0xc0000737e0 pc=0x10edbf7e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 8 gp=0xc000504fc0 m=nil [sync.WaitGroup.Wait]:
runtime.gopark(0x0?, 0x0?, 0x20?, 0x21?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050d6d0 sp=0xc00050d6b0 pc=0x10edb7cae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.semacquire1(0xc0000c2658, 0x0, 0x1, 0x0, 0x18)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:188 +0x21d fp=0xc00050d738 sp=0xc00050d6d0 pc=0x10ed9769d
sync.runtime_SemacquireWaitGroup(0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:110 +0x25 fp=0xc00050d770 sp=0xc00050d738 pc=0x10edb9645
sync.(*WaitGroup).Wait(0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/waitgroup.go:118 +0x48 fp=0xc00050d798 sp=0xc00050d770 pc=0x10edcb228
github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0000c25a0, {0x110210420, 0xc0000baf00})
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00050d7b8 sp=0xc00050d798 pc=0x10f2a498a
github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00050d7e0 sp=0xc00050d7b8 pc=0x10f2aa9c8
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050d7e8 sp=0xc00050d7e0 pc=0x10edbf7e1
created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9

goroutine 37 gp=0xc000002000 m=nil [IO wait]:
runtime.gopark(0x5?, 0xc0000ec761?, 0x1?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000507dd8 sp=0xc000507db8 pc=0x10edb7cae
runtime.netpollblock(0x10edd9665?, 0xed520a6?, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc000507e10 sp=0xc000507dd8 pc=0x10ed7d497
internal/poll.runtime_pollWait(0x1576f3f58, 0x72)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc000507e30 sp=0xc000507e10 pc=0x10edb6f05
internal/poll.(*pollDesc).wait(0xc0000b9080?, 0xc0000ec761?, 0x0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000507e58 sp=0xc000507e30 pc=0x10ee3c527
internal/poll.(*pollDesc).waitRead(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0000b9080, {0xc0000ec761, 0x1, 0x1})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:165 +0x27a fp=0xc000507ef0 sp=0xc000507e58 pc=0x10ee3d81a
net.(*netFD).Read(0xc0000b9080, {0xc0000ec761?, 0x0?, 0x0?})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_posix.go:55 +0x25 fp=0xc000507f38 sp=0xc000507ef0 pc=0x10eeb3825
net.(*conn).Read(0xc00011c908, {0xc0000ec761?, 0x0?, 0x0?})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/net.go:194 +0x45 fp=0xc000507f80 sp=0xc000507f38 pc=0x10eec12c5
net/http.(*connReader).backgroundRead(0xc0000ec750)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:690 +0x37 fp=0xc000507fc8 sp=0xc000507f80 pc=0x10f0aebb7
net/http.(*connReader).startBackgroundRead.gowrap2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0x25 fp=0xc000507fe0 sp=0xc000507fc8 pc=0x10f0aeae5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000507fe8 sp=0xc000507fe0 pc=0x10edbf7e1
created by net/http.(*connReader).startBackgroundRead in goroutine 9
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0xb6

rax 0x0
rbx 0x6
rcx 0x700003d838b8
rdx 0x0
rdi 0x1c03
rsi 0x6
rbp 0x700003d838e0
rsp 0x700003d838b8
r8 0xd4b00000000
r9 0x160300000003
r10 0x7ff85b0519c0
r11 0x246
r12 0x7b9
r13 0x157a932a0
r14 0x1c03
r15 0x16
rip 0x7ff819409846
rflags 0x246
cs 0x7
fs 0x0
gs 0x0
time=2025-08-25T17:28:15.631+03:00 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2"
time=2025-08-25T17:28:15.631+03:00 level=INFO source=sched.go:441 msg="Load failed" model=/Users/nire0510/.ollama/models/blobs/sha256-7cd4618c1faf8b7233c6c906dac1694b6a47684b37b8895d470ac688520b9c01 error="do load request: Post "http://127.0.0.1:57949/load": EOF"
[GIN] 2025/08/25 - 17:28:15 | 500 | 1.74070275s | 127.0.0.1 | POST "/api/generate"
time=2025-08-25T17:28:38.634+03:00 level=INFO source=server.go:383 msg="starting runner" cmd="/Applications/Ollama.app/Contents/Resources/ollama runner --ollama-engine --model /Users/nire0510/.ollama/models/blobs/sha256-7cd4618c1faf8b7233c6c906dac1694b6a47684b37b8895d470ac688520b9c01 --port 57971"
time=2025-08-25T17:28:38.640+03:00 level=INFO source=server.go:488 msg="system memory" total="16.0 GiB" free="5.8 GiB" free_swap="0 B"
time=2025-08-25T17:28:38.641+03:00 level=INFO source=server.go:531 msg=offload library=cpu layers.requested=-1 layers.model=27 layers.offload=0 layers.split=[] memory.available="[5.8 GiB]" memory.gpu_overhead="0 B" memory.required.full="1.3 GiB" memory.required.partial="0 B" memory.required.kv="38.0 MiB" memory.required.allocations="[1.3 GiB]" memory.weights.total="762.5 MiB" memory.weights.repeating="456.5 MiB" memory.weights.nonrepeating="306.0 MiB" memory.graph.full="514.2 MiB" memory.graph.partial="750.5 MiB"
time=2025-08-25T17:28:38.668+03:00 level=INFO source=runner.go:1006 msg="starting ollama engine"
time=2025-08-25T17:28:38.668+03:00 level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:57971"
time=2025-08-25T17:28:38.675+03:00 level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:4 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}"
time=2025-08-25T17:28:38.762+03:00 level=INFO source=ggml.go:130 msg="" architecture=gemma3 file_type=Q4_K_M name="" description="" num_tensors=340 num_key_values=32
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.cpp:22: GGML_ASSERT(prev != ggml_uncaught_exception) failed
(lldb) process attach --pid 73757
error: attach failed: attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries, when the attach failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.)
SIGABRT: abort
PC=0x7ff819409846 m=6 sigcode=0
signal arrived during cgo execution

goroutine 7 gp=0xc000584c40 m=6 mp=0xc000180008 [syscall]:
runtime.cgocall(0x10feb8cb0, 0xc000046720)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/cgocall.go:167 +0x4b fp=0xc0000466f8 sp=0xc0000466c0 pc=0x10f1dc88b
github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x6000019f0840)
_cgo_gotypes.go:195 +0x3a fp=0xc000046720 sp=0xc0000466f8 pc=0x10f58945a
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003c094, 0x2b})
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b8 sp=0xc000046720 pc=0x10f588ef5
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1()
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x546 fp=0xc000046a18 sp=0xc0000467b8 pc=0x10f588d46
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046a60 sp=0xc000046a18 pc=0x10f588722
sync.(*Once).doSlow(0x1106383b0?, 0x110f0b1a0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046ab8 sp=0xc000046a60 pc=0x10f1f1deb
sync.(*Once).Do(0x0?, 0xc000046b60?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046ad8 sp=0xc000046ab8 pc=0x10f1f1d19
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046b08 sp=0xc000046ad8 pc=0x10f58868d
github.com/ollama/ollama/ml/backend/ggml.init.func1()
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046b98 sp=0xc000046b08 pc=0x10f608803
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046be0 sp=0xc000046b98 pc=0x10f608702
sync.(*Once).doSlow(0x100011062e0e8?, 0xc000074618?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046c38 sp=0xc000046be0 pc=0x10f1f1deb
sync.(*Once).Do(0x10f1f1ea0?, 0x110f0b79c?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046c58 sp=0xc000046c38 pc=0x10f1f1d19
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046c88 sp=0xc000046c58 pc=0x10f60866d
github.com/ollama/ollama/ml/backend/ggml.New({0x7ff7b0d97ae2, 0x6c}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:141 +0x124 fp=0xc000047558 sp=0xc000046c88 pc=0x10f6106e4
github.com/ollama/ollama/ml.NewBackend({0x7ff7b0d97ae2, 0x6c}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475a8 sp=0xc000047558 pc=0x10f5b021c
github.com/ollama/ollama/model.New({0x7ff7b0d97ae2?, 0x0?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0})
/Users/runner/work/ollama/ollama/model/model.go:102 +0x7e fp=0xc0000476a0 sp=0xc0000475a8 pc=0x10f62353e
github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002a8d20, {0x7ff7b0d97ae2?, 0x10f4d3b1a?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}, {0x0, ...}, ...)
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x10f6d0a0c
github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002a8d20, {0x110636148, 0xc00024ab60}, 0xc0000e6f00)
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x10f6d158d
github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x110636148?, 0xc00024ab60?}, 0xc000115b40?)
:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x10f6d2d96
net/http.HandlerFunc.ServeHTTP(0xc0000e4300?, {0x110636148?, 0xc00024ab60?}, 0xc000115b60?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x10f4de7e9
net/http.(*ServeMux).ServeHTTP(0x10f1853c5?, {0x110636148, 0xc00024ab60}, 0xc0000e6f00)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x10f4e06e4
net/http.serverHandler.ServeHTTP({0x1106327b0?}, {0x110636148?, 0xc00024ab60?}, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x10f4fe16e
net/http.(*conn).serve(0xc0000f43f0, {0x1106383e8, 0xc0000f8660})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x10f4dcce5
net/http.(*Server).Serve.gowrap3()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x10f4e25a8
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x10f1e77e1
created by net/http.(*Server).Serve in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x485

goroutine 1 gp=0xc000002380 m=nil [IO wait]:
runtime.gopark(0xc0005957e0?, 0x10f202918?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc001585790 sp=0xc001585770 pc=0x10f1dfcae
runtime.netpollblock(0xc0005957e0?, 0xf17a0a6?, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc0015857c8 sp=0xc001585790 pc=0x10f1a5497
internal/poll.runtime_pollWait(0x157cfb830, 0x72)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc0015857e8 sp=0xc0015857c8 pc=0x10f1def05
internal/poll.(*pollDesc).wait(0xc000633100?, 0x9000f86c0?, 0x0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc001585810 sp=0xc0015857e8 pc=0x10f264527
internal/poll.(*pollDesc).waitRead(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc000633100)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:620 +0x295 fp=0xc0015858b8 sp=0xc001585810 pc=0x10f2698f5
net.(*netFD).accept(0xc000633100)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_unix.go:172 +0x29 fp=0xc001585970 sp=0xc0015858b8 pc=0x10f2dd7c9
net.(*TCPListener).accept(0xc00004ee00)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock_posix.go:159 +0x1b fp=0xc0015859c0 sp=0xc001585970 pc=0x10f2f245b
net.(*TCPListener).Accept(0xc00004ee00)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock.go:380 +0x30 fp=0xc0015859f0 sp=0xc0015859c0 pc=0x10f2f1350
net/http.(*onceCloseListener).Accept(0xc0000f43f0?)
:1 +0x24 fp=0xc001585a08 sp=0xc0015859f0 pc=0x10f50a8e4
net/http.(*Server).Serve(0xc000277600, {0x110635f68, 0xc00004ee00})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3424 +0x30c fp=0xc001585b38 sp=0xc001585a08 pc=0x10f4e21ac
github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0001b8030, 0x4, 0x4})
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc001585d08 sp=0xc001585b38 pc=0x10f6d2766
github.com/ollama/ollama/runner.Execute({0xc0001b8010?, 0x0?, 0x0?})
/Users/runner/work/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc001585d30 sp=0xc001585d08 pc=0x10f6d2fa9
github.com/ollama/ollama/cmd.NewCLI.func2(0xc000277400?, {0x1101a6098?, 0x4?, 0x1101a609c?})
/Users/runner/work/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc001585d58 sp=0xc001585d30 pc=0x10fe38525
github.com/spf13/cobra.(*Command).execute(0xc0000fcf08, {0xc0000bcb90, 0x5, 0x5})
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc001585e78 sp=0xc001585d58 pc=0x10f355f1c
github.com/spf13/cobra.(*Command).ExecuteC(0xc000642908)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc001585f30 sp=0xc001585e78 pc=0x10f356765
github.com/spf13/cobra.(*Command).Execute(...)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
/Users/runner/work/ollama/ollama/main.go:12 +0x4d fp=0xc001585f50 sp=0xc001585f30 pc=0x10fe3900d
runtime.main()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:283 +0x28b fp=0xc001585fe0 sp=0xc001585f50 pc=0x10f1ac1cb
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc001585fe8 sp=0xc001585fe0 pc=0x10f1e77e1

goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070fa8 sp=0xc000070f88 pc=0x10f1dfcae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.forcegchelper()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:348 +0xb3 fp=0xc000070fe0 sp=0xc000070fa8 pc=0x10f1ac513
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x10f1e77e1
created by runtime.init.7 in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:336 +0x1a

goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071780 sp=0xc000071760 pc=0x10f1dfcae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.bgsweep(0xc00009c000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcsweep.go:316 +0xdf fp=0xc0000717c8 sp=0xc000071780 pc=0x10f19763f
runtime.gcenable.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x25 fp=0xc0000717e0 sp=0xc0000717c8 pc=0x10f18ba85
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000717e8 sp=0xc0000717e0 pc=0x10f1e77e1
created by runtime.gcenable in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x1103636a8?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071f78 sp=0xc000071f58 pc=0x10f1dfcae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.(*scavengerState).park(0x110ee1ee0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000071fa8 sp=0xc000071f78 pc=0x10f195069
runtime.bgscavenge(0xc00009c000)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000071fc8 sp=0xc000071fa8 pc=0x10f1955f9
runtime.gcenable.gowrap2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0x25 fp=0xc000071fe0 sp=0xc000071fc8 pc=0x10f18ba25
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000071fe8 sp=0xc000071fe0 pc=0x10f1e77e1
created by runtime.gcenable in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0xa5

goroutine 18 gp=0xc000182700 m=nil [finalizer wait]:
runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000070688?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070630 sp=0xc000070610 pc=0x10f1dfcae
runtime.runfinq()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:196 +0x107 fp=0xc0000707e0 sp=0xc000070630 pc=0x10f18aa47
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x10f1e77e1
created by runtime.createfing in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:166 +0x3d

goroutine 19 gp=0xc000183180 m=nil [chan receive]:
runtime.gopark(0xc0002c50e0?, 0xc000010060?, 0x60?, 0xc7?, 0x10f2c01c8?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006c718 sp=0xc00006c6f8 pc=0x10f1dfcae
runtime.chanrecv(0xc000192310, 0x0, 0x1)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:664 +0x445 fp=0xc00006c790 sp=0xc00006c718 pc=0x10f17c845
runtime.chanrecv1(0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:506 +0x12 fp=0xc00006c7b8 sp=0xc00006c790 pc=0x10f17c3d2
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1796
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1799 +0x2f fp=0xc00006c7e0 sp=0xc00006c7b8 pc=0x10f18ebcf
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006c7e8 sp=0xc00006c7e0 pc=0x10f1e77e1
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1794 +0x79

goroutine 20 gp=0xc0001836c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006cf38 sp=0xc00006cf18 pc=0x10f1dfcae
runtime.gcBgMarkWorker(0xc000193730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006cfc8 sp=0xc00006cf38 pc=0x10f18dee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006cfe0 sp=0xc00006cfc8 pc=0x10f18ddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006cfe8 sp=0xc00006cfe0 pc=0x10f1e77e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 21 gp=0xc000183880 m=nil [GC worker (idle)]:
runtime.gopark(0xbc8d995c01e?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006d738 sp=0xc00006d718 pc=0x10f1dfcae
runtime.gcBgMarkWorker(0xc000193730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006d7c8 sp=0xc00006d738 pc=0x10f18dee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006d7e0 sp=0xc00006d7c8 pc=0x10f18ddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006d7e8 sp=0xc00006d7e0 pc=0x10f1e77e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 34 gp=0xc000584000 m=nil [GC worker (idle)]:
runtime.gopark(0xbc8d995c452?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00058a738 sp=0xc00058a718 pc=0x10f1dfcae
runtime.gcBgMarkWorker(0xc000193730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00058a7c8 sp=0xc00058a738 pc=0x10f18dee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00058a7e0 sp=0xc00058a7c8 pc=0x10f18ddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00058a7e8 sp=0xc00058a7e0 pc=0x10f1e77e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 35 gp=0xc0005841c0 m=nil [GC worker (idle)]:
runtime.gopark(0xbc8d995e30f?, 0x0?, 0x0?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00058af38 sp=0xc00058af18 pc=0x10f1dfcae
runtime.gcBgMarkWorker(0xc000193730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00058afc8 sp=0xc00058af38 pc=0x10f18dee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00058afe0 sp=0xc00058afc8 pc=0x10f18ddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00058afe8 sp=0xc00058afe0 pc=0x10f1e77e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]:
runtime.gopark(0xbc8d995c8c9?, 0x1?, 0xfa?, 0x7c?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072738 sp=0xc000072718 pc=0x10f1dfcae
runtime.gcBgMarkWorker(0xc000193730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000727c8 sp=0xc000072738 pc=0x10f18dee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000727e0 sp=0xc0000727c8 pc=0x10f18ddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x10f1e77e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 22 gp=0xc000183a40 m=nil [GC worker (idle)]:
runtime.gopark(0xbc8d995bfdd?, 0x3?, 0xd?, 0xdc?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006df38 sp=0xc00006df18 pc=0x10f1dfcae
runtime.gcBgMarkWorker(0xc000193730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006dfc8 sp=0xc00006df38 pc=0x10f18dee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006dfe0 sp=0xc00006dfc8 pc=0x10f18ddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006dfe8 sp=0xc00006dfe0 pc=0x10f1e77e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 23 gp=0xc000183c00 m=nil [GC worker (idle)]:
runtime.gopark(0xbc8d995c0db?, 0x1?, 0xe9?, 0x1b?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006e738 sp=0xc00006e718 pc=0x10f1dfcae
runtime.gcBgMarkWorker(0xc000193730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006e7c8 sp=0xc00006e738 pc=0x10f18dee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006e7e0 sp=0xc00006e7c8 pc=0x10f18ddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006e7e8 sp=0xc00006e7e0 pc=0x10f1e77e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 36 gp=0xc000584380 m=nil [GC worker (idle)]:
runtime.gopark(0xbc8da2ecdfa?, 0x1?, 0x9b?, 0x1a?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00058b738 sp=0xc00058b718 pc=0x10f1dfcae
runtime.gcBgMarkWorker(0xc000193730)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00058b7c8 sp=0xc00058b738 pc=0x10f18dee9
runtime.gcBgMarkStartWorkers.gowrap1()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00058b7e0 sp=0xc00058b7c8 pc=0x10f18ddc5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00058b7e8 sp=0xc00058b7e0 pc=0x10f1e77e1
created by runtime.gcBgMarkStartWorkers in goroutine 1
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105

goroutine 6 gp=0xc000584a80 m=nil [sync.WaitGroup.Wait]:
runtime.gopark(0x0?, 0x0?, 0x80?, 0x1?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00058d6d0 sp=0xc00058d6b0 pc=0x10f1dfcae
runtime.goparkunlock(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441
runtime.semacquire1(0xc0002a8dd8, 0x0, 0x1, 0x0, 0x18)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:188 +0x21d fp=0xc00058d738 sp=0xc00058d6d0 pc=0x10f1bf69d
sync.runtime_SemacquireWaitGroup(0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:110 +0x25 fp=0xc00058d770 sp=0xc00058d738 pc=0x10f1e1645
sync.(*WaitGroup).Wait(0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/waitgroup.go:118 +0x48 fp=0xc00058d798 sp=0xc00058d770 pc=0x10f1f3228
github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002a8d20, {0x110638420, 0xc0000bcc30})
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00058d7b8 sp=0xc00058d798 pc=0x10f6cc98a
github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00058d7e0 sp=0xc00058d7b8 pc=0x10f6d29c8
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00058d7e8 sp=0xc00058d7e0 pc=0x10f1e77e1
created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
/Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9

goroutine 9 gp=0xc000584e00 m=nil [IO wait]:
runtime.gopark(0x5?, 0xc0000f8761?, 0x1?, 0x0?, 0x0?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00058ddd8 sp=0xc00058ddb8 pc=0x10f1dfcae
runtime.netpollblock(0x10f201665?, 0xf17a0a6?, 0x1?)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc00058de10 sp=0xc00058ddd8 pc=0x10f1a5497
internal/poll.runtime_pollWait(0x157cfb718, 0x72)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc00058de30 sp=0xc00058de10 pc=0x10f1def05
internal/poll.(*pollDesc).wait(0xc000633180?, 0xc0000f8761?, 0x0)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00058de58 sp=0xc00058de30 pc=0x10f264527
internal/poll.(*pollDesc).waitRead(...)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000633180, {0xc0000f8761, 0x1, 0x1})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:165 +0x27a fp=0xc00058def0 sp=0xc00058de58 pc=0x10f26581a
net.(*netFD).Read(0xc000633180, {0xc0000f8761?, 0xc00004eed8?, 0xc00058df70?})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_posix.go:55 +0x25 fp=0xc00058df38 sp=0xc00058def0 pc=0x10f2db825
net.(*conn).Read(0xc000074598, {0xc0000f8761?, 0x0?, 0x0?})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/net.go:194 +0x45 fp=0xc00058df80 sp=0xc00058df38 pc=0x10f2e92c5
net/http.(*connReader).backgroundRead(0xc0000f8750)
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:690 +0x37 fp=0xc00058dfc8 sp=0xc00058df80 pc=0x10f4d6bb7
net/http.(*connReader).startBackgroundRead.gowrap2()
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0x25 fp=0xc00058dfe0 sp=0xc00058dfc8 pc=0x10f4d6ae5
runtime.goexit({})
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00058dfe8 sp=0xc00058dfe0 pc=0x10f1e77e1
created by net/http.(*connReader).startBackgroundRead in goroutine 7
/Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0xb6

rax 0x0
rbx 0x6
rcx 0x7000032718b8
rdx 0x0
rdi 0x1b03
rsi 0x6
rbp 0x7000032718e0
rsp 0x7000032718b8
r8 0xd4b00000000
r9 0x180300000003
r10 0x7ff85b0519c0
r11 0x246
r12 0x7b9
r13 0x157ebb2a0
r14 0x1b03
r15 0x16
rip 0x7ff819409846
rflags 0x246
cs 0x7
fs 0x0
gs 0x0
time=2025-08-25T17:28:39.242+03:00 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2"
time=2025-08-25T17:28:39.242+03:00 level=INFO source=sched.go:441 msg="Load failed" model=/Users/nire0510/.ollama/models/blobs/sha256-7cd4618c1faf8b7233c6c906dac1694b6a47684b37b8895d470ac688520b9c01 error="do load request: Post "http://127.0.0.1:57971/load": EOF"
[GIN] 2025/08/25 - 17:28:39 | 500 | 1.014162474s | 127.0.0.1 | POST "/api/generate"
`

<!-- gh-comment-id:3220614858 --> @nire0510 commented on GitHub (Aug 25, 2025): Sure @rick-github ` time=2025-08-25T17:28:14.394+03:00 level=INFO source=server.go:383 msg="starting runner" cmd="/Applications/Ollama.app/Contents/Resources/ollama runner --ollama-engine --model /Users/nire0510/.ollama/models/blobs/sha256-7cd4618c1faf8b7233c6c906dac1694b6a47684b37b8895d470ac688520b9c01 --port 57949" time=2025-08-25T17:28:14.399+03:00 level=INFO source=server.go:488 msg="system memory" total="16.0 GiB" free="6.3 GiB" free_swap="0 B" time=2025-08-25T17:28:14.401+03:00 level=INFO source=server.go:531 msg=offload library=cpu layers.requested=-1 layers.model=27 layers.offload=0 layers.split=[] memory.available="[6.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="1.3 GiB" memory.required.partial="0 B" memory.required.kv="38.0 MiB" memory.required.allocations="[1.3 GiB]" memory.weights.total="762.5 MiB" memory.weights.repeating="456.5 MiB" memory.weights.nonrepeating="306.0 MiB" memory.graph.full="514.2 MiB" memory.graph.partial="750.5 MiB" time=2025-08-25T17:28:14.441+03:00 level=INFO source=runner.go:1006 msg="starting ollama engine" time=2025-08-25T17:28:14.442+03:00 level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:57949" time=2025-08-25T17:28:14.446+03:00 level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:4 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" time=2025-08-25T17:28:14.537+03:00 level=INFO source=ggml.go:130 msg="" architecture=gemma3 file_type=Q4_K_M name="" description="" num_tensors=340 num_key_values=32 /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.cpp:22: GGML_ASSERT(prev != ggml_uncaught_exception) failed (lldb) process attach --pid 73549 error: attach failed: attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries, when the attach failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.) SIGABRT: abort PC=0x7ff819409846 m=4 sigcode=0 signal arrived during cgo execution goroutine 9 gp=0xc000505180 m=4 mp=0xc000077808 [syscall]: runtime.cgocall(0x10fa90cb0, 0xc000046720) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/cgocall.go:167 +0x4b fp=0xc0000466f8 sp=0xc0000466c0 pc=0x10edb488b github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x6000009938d0) _cgo_gotypes.go:195 +0x3a fp=0xc000046720 sp=0xc0000466f8 pc=0x10f16145a github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003c094, 0x2b}) /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b8 sp=0xc000046720 pc=0x10f160ef5 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1() /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x546 fp=0xc000046a18 sp=0xc0000467b8 pc=0x10f160d46 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046a60 sp=0xc000046a18 pc=0x10f160722 sync.(*Once).doSlow(0x1102103b0?, 0x110ae31a0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046ab8 sp=0xc000046a60 pc=0x10edc9deb sync.(*Once).Do(0x0?, 0xc000046b60?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046ad8 sp=0xc000046ab8 pc=0x10edc9d19 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046b08 sp=0xc000046ad8 pc=0x10f16068d github.com/ollama/ollama/ml/backend/ggml.init.func1() /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046b98 sp=0xc000046b08 pc=0x10f1e0803 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046be0 sp=0xc000046b98 pc=0x10f1e0702 sync.(*Once).doSlow(0x10001102060e8?, 0xc000074088?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046c38 sp=0xc000046be0 pc=0x10edc9deb sync.(*Once).Do(0x10edc9ea0?, 0x110ae379c?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046c58 sp=0xc000046c38 pc=0x10edc9d19 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046c88 sp=0xc000046c58 pc=0x10f1e066d github.com/ollama/ollama/ml/backend/ggml.New({0x7ff7b11bfae2, 0x6c}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:141 +0x124 fp=0xc000047558 sp=0xc000046c88 pc=0x10f1e86e4 github.com/ollama/ollama/ml.NewBackend({0x7ff7b11bfae2, 0x6c}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475a8 sp=0xc000047558 pc=0x10f18821c github.com/ollama/ollama/model.New({0x7ff7b11bfae2?, 0x0?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/model/model.go:102 +0x7e fp=0xc0000476a0 sp=0xc0000475a8 pc=0x10f1fb53e github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0000c25a0, {0x7ff7b11bfae2?, 0x10f0abb1a?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}, {0x0, ...}, ...) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x10f2a8a0c github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0000c25a0, {0x11020e148, 0xc0001ca460}, 0xc00051a000) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x10f2a958d github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x11020e148?, 0xc0001ca460?}, 0xc0000adb40?) <autogenerated>:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x10f2aad96 net/http.HandlerFunc.ServeHTTP(0xc0000c75c0?, {0x11020e148?, 0xc0001ca460?}, 0xc0000adb60?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x10f0b67e9 net/http.(*ServeMux).ServeHTTP(0x10ed5d3c5?, {0x11020e148, 0xc0001ca460}, 0xc00051a000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x10f0b86e4 net/http.serverHandler.ServeHTTP({0x11020a7b0?}, {0x11020e148?, 0xc0001ca460?}, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x10f0d616e net/http.(*conn).serve(0xc0000e83f0, {0x1102103e8, 0xc0000ec660}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x10f0b4ce5 net/http.(*Server).Serve.gowrap3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x10f0ba5a8 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x10edbf7e1 created by net/http.(*Server).Serve in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x485 goroutine 1 gp=0xc000002380 m=nil [IO wait]: runtime.gopark(0xc0005177e0?, 0x10edda918?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc001605790 sp=0xc001605770 pc=0x10edb7cae runtime.netpollblock(0xc0005177e0?, 0xed520a6?, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc0016057c8 sp=0xc001605790 pc=0x10ed7d497 internal/poll.runtime_pollWait(0x1576f4070, 0x72) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc0016057e8 sp=0xc0016057c8 pc=0x10edb6f05 internal/poll.(*pollDesc).wait(0xc0000b9000?, 0x9000ec6c0?, 0x0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc001605810 sp=0xc0016057e8 pc=0x10ee3c527 internal/poll.(*pollDesc).waitRead(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc0000b9000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:620 +0x295 fp=0xc0016058b8 sp=0xc001605810 pc=0x10ee418f5 net.(*netFD).accept(0xc0000b9000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_unix.go:172 +0x29 fp=0xc001605970 sp=0xc0016058b8 pc=0x10eeb57c9 net.(*TCPListener).accept(0xc00004ef40) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock_posix.go:159 +0x1b fp=0xc0016059c0 sp=0xc001605970 pc=0x10eeca45b net.(*TCPListener).Accept(0xc00004ef40) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock.go:380 +0x30 fp=0xc0016059f0 sp=0xc0016059c0 pc=0x10eec9350 net/http.(*onceCloseListener).Accept(0xc0000e83f0?) <autogenerated>:1 +0x24 fp=0xc001605a08 sp=0xc0016059f0 pc=0x10f0e28e4 net/http.(*Server).Serve(0xc0001f7600, {0x11020df68, 0xc00004ef40}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3424 +0x30c fp=0xc001605b38 sp=0xc001605a08 pc=0x10f0ba1ac github.com/ollama/ollama/runner/ollamarunner.Execute({0xc000138030, 0x4, 0x4}) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc001605d08 sp=0xc001605b38 pc=0x10f2aa766 github.com/ollama/ollama/runner.Execute({0xc000138010?, 0x0?, 0x0?}) /Users/runner/work/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc001605d30 sp=0xc001605d08 pc=0x10f2aafa9 github.com/ollama/ollama/cmd.NewCLI.func2(0xc0001f7400?, {0x10fd7e098?, 0x4?, 0x10fd7e09c?}) /Users/runner/work/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc001605d58 sp=0xc001605d30 pc=0x10fa10525 github.com/spf13/cobra.(*Command).execute(0xc0000eef08, {0xc0000bae60, 0x5, 0x5}) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc001605e78 sp=0xc001605d58 pc=0x10ef2df1c github.com/spf13/cobra.(*Command).ExecuteC(0xc000496f08) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc001605f30 sp=0xc001605e78 pc=0x10ef2e765 github.com/spf13/cobra.(*Command).Execute(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985 main.main() /Users/runner/work/ollama/ollama/main.go:12 +0x4d fp=0xc001605f50 sp=0xc001605f30 pc=0x10fa1100d runtime.main() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:283 +0x28b fp=0xc001605fe0 sp=0xc001605f50 pc=0x10ed841cb runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc001605fe8 sp=0xc001605fe0 pc=0x10edbf7e1 goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070fa8 sp=0xc000070f88 pc=0x10edb7cae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.forcegchelper() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:348 +0xb3 fp=0xc000070fe0 sp=0xc000070fa8 pc=0x10ed84513 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x10edbf7e1 created by runtime.init.7 in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:336 +0x1a goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071780 sp=0xc000071760 pc=0x10edb7cae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.bgsweep(0xc00009c000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcsweep.go:316 +0xdf fp=0xc0000717c8 sp=0xc000071780 pc=0x10ed6f63f runtime.gcenable.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x25 fp=0xc0000717e0 sp=0xc0000717c8 pc=0x10ed63a85 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000717e8 sp=0xc0000717e0 pc=0x10edbf7e1 created by runtime.gcenable in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x10ff3b6a8?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071f78 sp=0xc000071f58 pc=0x10edb7cae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.(*scavengerState).park(0x110ab9ee0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000071fa8 sp=0xc000071f78 pc=0x10ed6d069 runtime.bgscavenge(0xc00009c000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000071fc8 sp=0xc000071fa8 pc=0x10ed6d5f9 runtime.gcenable.gowrap2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0x25 fp=0xc000071fe0 sp=0xc000071fc8 pc=0x10ed63a25 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000071fe8 sp=0xc000071fe0 pc=0x10edbf7e1 created by runtime.gcenable in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0xa5 goroutine 18 gp=0xc000102700 m=nil [finalizer wait]: runtime.gopark(0x1b8?, 0x10ed865e7?, 0x1?, 0x23?, 0xc000070688?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070630 sp=0xc000070610 pc=0x10edb7cae runtime.runfinq() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:196 +0x107 fp=0xc0000707e0 sp=0xc000070630 pc=0x10ed62a47 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x10edbf7e1 created by runtime.createfing in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:166 +0x3d goroutine 19 gp=0xc000103180 m=nil [chan receive]: runtime.gopark(0xc0002297c0?, 0xc000010048?, 0x60?, 0xc7?, 0x10ee981c8?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006c718 sp=0xc00006c6f8 pc=0x10edb7cae runtime.chanrecv(0xc000110310, 0x0, 0x1) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:664 +0x445 fp=0xc00006c790 sp=0xc00006c718 pc=0x10ed54845 runtime.chanrecv1(0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:506 +0x12 fp=0xc00006c7b8 sp=0xc00006c790 pc=0x10ed543d2 runtime.unique_runtime_registerUniqueMapCleanup.func2(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1796 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1799 +0x2f fp=0xc00006c7e0 sp=0xc00006c7b8 pc=0x10ed66bcf runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006c7e8 sp=0xc00006c7e0 pc=0x10edbf7e1 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1794 +0x79 goroutine 20 gp=0xc000103500 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006cf38 sp=0xc00006cf18 pc=0x10edb7cae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006cfc8 sp=0xc00006cf38 pc=0x10ed65ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006cfe0 sp=0xc00006cfc8 pc=0x10ed65dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006cfe8 sp=0xc00006cfe0 pc=0x10edbf7e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 34 gp=0xc000504000 m=nil [GC worker (idle)]: runtime.gopark(0xbc335d31ca6?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050a738 sp=0xc00050a718 pc=0x10edb7cae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050a7c8 sp=0xc00050a738 pc=0x10ed65ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050a7e0 sp=0xc00050a7c8 pc=0x10ed65dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050a7e8 sp=0xc00050a7e0 pc=0x10edbf7e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]: runtime.gopark(0xbc336491363?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072738 sp=0xc000072718 pc=0x10edb7cae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000727c8 sp=0xc000072738 pc=0x10ed65ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000727e0 sp=0xc0000727c8 pc=0x10ed65dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x10edbf7e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 21 gp=0xc0001036c0 m=nil [GC worker (idle)]: runtime.gopark(0xbc335d319e1?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006d738 sp=0xc00006d718 pc=0x10edb7cae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006d7c8 sp=0xc00006d738 pc=0x10ed65ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006d7e0 sp=0xc00006d7c8 pc=0x10ed65dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006d7e8 sp=0xc00006d7e0 pc=0x10edbf7e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 35 gp=0xc0005041c0 m=nil [GC worker (idle)]: runtime.gopark(0xbc335d37da0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050af38 sp=0xc00050af18 pc=0x10edb7cae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050afc8 sp=0xc00050af38 pc=0x10ed65ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050afe0 sp=0xc00050afc8 pc=0x10ed65dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050afe8 sp=0xc00050afe0 pc=0x10edbf7e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 36 gp=0xc000504380 m=nil [GC worker (idle)]: runtime.gopark(0xbc335d321c0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050b738 sp=0xc00050b718 pc=0x10edb7cae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00050b7c8 sp=0xc00050b738 pc=0x10ed65ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00050b7e0 sp=0xc00050b7c8 pc=0x10ed65dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050b7e8 sp=0xc00050b7e0 pc=0x10edbf7e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 6 gp=0xc000003c00 m=nil [GC worker (idle)]: runtime.gopark(0xbc33663a71c?, 0x1?, 0xb6?, 0xda?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072f38 sp=0xc000072f18 pc=0x10edb7cae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc000072fc8 sp=0xc000072f38 pc=0x10ed65ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc000072fe0 sp=0xc000072fc8 pc=0x10ed65dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000072fe8 sp=0xc000072fe0 pc=0x10edbf7e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 7 gp=0xc000003dc0 m=nil [GC worker (idle)]: runtime.gopark(0xbc336576ba9?, 0x3?, 0xd7?, 0x24?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000073738 sp=0xc000073718 pc=0x10edb7cae runtime.gcBgMarkWorker(0xc000111730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000737c8 sp=0xc000073738 pc=0x10ed65ee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000737e0 sp=0xc0000737c8 pc=0x10ed65dc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000737e8 sp=0xc0000737e0 pc=0x10edbf7e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 8 gp=0xc000504fc0 m=nil [sync.WaitGroup.Wait]: runtime.gopark(0x0?, 0x0?, 0x20?, 0x21?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00050d6d0 sp=0xc00050d6b0 pc=0x10edb7cae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.semacquire1(0xc0000c2658, 0x0, 0x1, 0x0, 0x18) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:188 +0x21d fp=0xc00050d738 sp=0xc00050d6d0 pc=0x10ed9769d sync.runtime_SemacquireWaitGroup(0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:110 +0x25 fp=0xc00050d770 sp=0xc00050d738 pc=0x10edb9645 sync.(*WaitGroup).Wait(0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/waitgroup.go:118 +0x48 fp=0xc00050d798 sp=0xc00050d770 pc=0x10edcb228 github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0000c25a0, {0x110210420, 0xc0000baf00}) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00050d7b8 sp=0xc00050d798 pc=0x10f2a498a github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00050d7e0 sp=0xc00050d7b8 pc=0x10f2aa9c8 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00050d7e8 sp=0xc00050d7e0 pc=0x10edbf7e1 created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9 goroutine 37 gp=0xc000002000 m=nil [IO wait]: runtime.gopark(0x5?, 0xc0000ec761?, 0x1?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000507dd8 sp=0xc000507db8 pc=0x10edb7cae runtime.netpollblock(0x10edd9665?, 0xed520a6?, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc000507e10 sp=0xc000507dd8 pc=0x10ed7d497 internal/poll.runtime_pollWait(0x1576f3f58, 0x72) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc000507e30 sp=0xc000507e10 pc=0x10edb6f05 internal/poll.(*pollDesc).wait(0xc0000b9080?, 0xc0000ec761?, 0x0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000507e58 sp=0xc000507e30 pc=0x10ee3c527 internal/poll.(*pollDesc).waitRead(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0000b9080, {0xc0000ec761, 0x1, 0x1}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:165 +0x27a fp=0xc000507ef0 sp=0xc000507e58 pc=0x10ee3d81a net.(*netFD).Read(0xc0000b9080, {0xc0000ec761?, 0x0?, 0x0?}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_posix.go:55 +0x25 fp=0xc000507f38 sp=0xc000507ef0 pc=0x10eeb3825 net.(*conn).Read(0xc00011c908, {0xc0000ec761?, 0x0?, 0x0?}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/net.go:194 +0x45 fp=0xc000507f80 sp=0xc000507f38 pc=0x10eec12c5 net/http.(*connReader).backgroundRead(0xc0000ec750) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:690 +0x37 fp=0xc000507fc8 sp=0xc000507f80 pc=0x10f0aebb7 net/http.(*connReader).startBackgroundRead.gowrap2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0x25 fp=0xc000507fe0 sp=0xc000507fc8 pc=0x10f0aeae5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000507fe8 sp=0xc000507fe0 pc=0x10edbf7e1 created by net/http.(*connReader).startBackgroundRead in goroutine 9 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0xb6 rax 0x0 rbx 0x6 rcx 0x700003d838b8 rdx 0x0 rdi 0x1c03 rsi 0x6 rbp 0x700003d838e0 rsp 0x700003d838b8 r8 0xd4b00000000 r9 0x160300000003 r10 0x7ff85b0519c0 r11 0x246 r12 0x7b9 r13 0x157a932a0 r14 0x1c03 r15 0x16 rip 0x7ff819409846 rflags 0x246 cs 0x7 fs 0x0 gs 0x0 time=2025-08-25T17:28:15.631+03:00 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2" time=2025-08-25T17:28:15.631+03:00 level=INFO source=sched.go:441 msg="Load failed" model=/Users/nire0510/.ollama/models/blobs/sha256-7cd4618c1faf8b7233c6c906dac1694b6a47684b37b8895d470ac688520b9c01 error="do load request: Post \"http://127.0.0.1:57949/load\": EOF" [GIN] 2025/08/25 - 17:28:15 | 500 | 1.74070275s | 127.0.0.1 | POST "/api/generate" time=2025-08-25T17:28:38.634+03:00 level=INFO source=server.go:383 msg="starting runner" cmd="/Applications/Ollama.app/Contents/Resources/ollama runner --ollama-engine --model /Users/nire0510/.ollama/models/blobs/sha256-7cd4618c1faf8b7233c6c906dac1694b6a47684b37b8895d470ac688520b9c01 --port 57971" time=2025-08-25T17:28:38.640+03:00 level=INFO source=server.go:488 msg="system memory" total="16.0 GiB" free="5.8 GiB" free_swap="0 B" time=2025-08-25T17:28:38.641+03:00 level=INFO source=server.go:531 msg=offload library=cpu layers.requested=-1 layers.model=27 layers.offload=0 layers.split=[] memory.available="[5.8 GiB]" memory.gpu_overhead="0 B" memory.required.full="1.3 GiB" memory.required.partial="0 B" memory.required.kv="38.0 MiB" memory.required.allocations="[1.3 GiB]" memory.weights.total="762.5 MiB" memory.weights.repeating="456.5 MiB" memory.weights.nonrepeating="306.0 MiB" memory.graph.full="514.2 MiB" memory.graph.partial="750.5 MiB" time=2025-08-25T17:28:38.668+03:00 level=INFO source=runner.go:1006 msg="starting ollama engine" time=2025-08-25T17:28:38.668+03:00 level=INFO source=runner.go:1043 msg="Server listening on 127.0.0.1:57971" time=2025-08-25T17:28:38.675+03:00 level=INFO source=runner.go:925 msg=load request="{Operation:commit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:false KvSize:4096 KvCacheType: NumThreads:4 GPULayers:[] MultiUserCache:false ProjectorPath: MainGPU:0 UseMmap:false}" time=2025-08-25T17:28:38.762+03:00 level=INFO source=ggml.go:130 msg="" architecture=gemma3 file_type=Q4_K_M name="" description="" num_tensors=340 num_key_values=32 /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.cpp:22: GGML_ASSERT(prev != ggml_uncaught_exception) failed (lldb) process attach --pid 73757 error: attach failed: attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries, when the attach failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.) SIGABRT: abort PC=0x7ff819409846 m=6 sigcode=0 signal arrived during cgo execution goroutine 7 gp=0xc000584c40 m=6 mp=0xc000180008 [syscall]: runtime.cgocall(0x10feb8cb0, 0xc000046720) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/cgocall.go:167 +0x4b fp=0xc0000466f8 sp=0xc0000466c0 pc=0x10f1dc88b github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x6000019f0840) _cgo_gotypes.go:195 +0x3a fp=0xc000046720 sp=0xc0000466f8 pc=0x10f58945a github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003c094, 0x2b}) /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc0000467b8 sp=0xc000046720 pc=0x10f588ef5 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1() /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x546 fp=0xc000046a18 sp=0xc0000467b8 pc=0x10f588d46 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046a60 sp=0xc000046a18 pc=0x10f588722 sync.(*Once).doSlow(0x1106383b0?, 0x110f0b1a0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046ab8 sp=0xc000046a60 pc=0x10f1f1deb sync.(*Once).Do(0x0?, 0xc000046b60?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046ad8 sp=0xc000046ab8 pc=0x10f1f1d19 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046b08 sp=0xc000046ad8 pc=0x10f58868d github.com/ollama/ollama/ml/backend/ggml.init.func1() /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:44 +0x23 fp=0xc000046b98 sp=0xc000046b08 pc=0x10f608803 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:27 +0x62 fp=0xc000046be0 sp=0xc000046b98 pc=0x10f608702 sync.(*Once).doSlow(0x100011062e0e8?, 0xc000074618?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:78 +0xab fp=0xc000046c38 sp=0xc000046be0 pc=0x10f1f1deb sync.(*Once).Do(0x10f1f1ea0?, 0x110f0b79c?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/once.go:69 +0x19 fp=0xc000046c58 sp=0xc000046c38 pc=0x10f1f1d19 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/oncefunc.go:32 +0x2d fp=0xc000046c88 sp=0xc000046c58 pc=0x10f60866d github.com/ollama/ollama/ml/backend/ggml.New({0x7ff7b0d97ae2, 0x6c}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/ml/backend/ggml/ggml.go:141 +0x124 fp=0xc000047558 sp=0xc000046c88 pc=0x10f6106e4 github.com/ollama/ollama/ml.NewBackend({0x7ff7b0d97ae2, 0x6c}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/ml/backend.go:358 +0x9c fp=0xc0000475a8 sp=0xc000047558 pc=0x10f5b021c github.com/ollama/ollama/model.New({0x7ff7b0d97ae2?, 0x0?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}) /Users/runner/work/ollama/ollama/model/model.go:102 +0x7e fp=0xc0000476a0 sp=0xc0000475a8 pc=0x10f62353e github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0xc0002a8d20, {0x7ff7b0d97ae2?, 0x10f4d3b1a?}, {0x1, 0x4, {0x0, 0x0, 0x0}, 0x0}, {0x0, ...}, ...) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:854 +0xcc fp=0xc000047730 sp=0xc0000476a0 pc=0x10f6d0a0c github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0xc0002a8d20, {0x110636148, 0xc00024ab60}, 0xc0000e6f00) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:952 +0x54d fp=0xc000047ac0 sp=0xc000047730 pc=0x10f6d158d github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0x110636148?, 0xc00024ab60?}, 0xc000115b40?) <autogenerated>:1 +0x36 fp=0xc000047af0 sp=0xc000047ac0 pc=0x10f6d2d96 net/http.HandlerFunc.ServeHTTP(0xc0000e4300?, {0x110636148?, 0xc00024ab60?}, 0xc000115b60?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2294 +0x29 fp=0xc000047b18 sp=0xc000047af0 pc=0x10f4de7e9 net/http.(*ServeMux).ServeHTTP(0x10f1853c5?, {0x110636148, 0xc00024ab60}, 0xc0000e6f00) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2822 +0x1c4 fp=0xc000047b68 sp=0xc000047b18 pc=0x10f4e06e4 net/http.serverHandler.ServeHTTP({0x1106327b0?}, {0x110636148?, 0xc00024ab60?}, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3301 +0x8e fp=0xc000047b98 sp=0xc000047b68 pc=0x10f4fe16e net/http.(*conn).serve(0xc0000f43f0, {0x1106383e8, 0xc0000f8660}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:2102 +0x625 fp=0xc000047fb8 sp=0xc000047b98 pc=0x10f4dcce5 net/http.(*Server).Serve.gowrap3() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x28 fp=0xc000047fe0 sp=0xc000047fb8 pc=0x10f4e25a8 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000047fe8 sp=0xc000047fe0 pc=0x10f1e77e1 created by net/http.(*Server).Serve in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3454 +0x485 goroutine 1 gp=0xc000002380 m=nil [IO wait]: runtime.gopark(0xc0005957e0?, 0x10f202918?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc001585790 sp=0xc001585770 pc=0x10f1dfcae runtime.netpollblock(0xc0005957e0?, 0xf17a0a6?, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc0015857c8 sp=0xc001585790 pc=0x10f1a5497 internal/poll.runtime_pollWait(0x157cfb830, 0x72) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc0015857e8 sp=0xc0015857c8 pc=0x10f1def05 internal/poll.(*pollDesc).wait(0xc000633100?, 0x9000f86c0?, 0x0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc001585810 sp=0xc0015857e8 pc=0x10f264527 internal/poll.(*pollDesc).waitRead(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc000633100) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:620 +0x295 fp=0xc0015858b8 sp=0xc001585810 pc=0x10f2698f5 net.(*netFD).accept(0xc000633100) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_unix.go:172 +0x29 fp=0xc001585970 sp=0xc0015858b8 pc=0x10f2dd7c9 net.(*TCPListener).accept(0xc00004ee00) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock_posix.go:159 +0x1b fp=0xc0015859c0 sp=0xc001585970 pc=0x10f2f245b net.(*TCPListener).Accept(0xc00004ee00) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/tcpsock.go:380 +0x30 fp=0xc0015859f0 sp=0xc0015859c0 pc=0x10f2f1350 net/http.(*onceCloseListener).Accept(0xc0000f43f0?) <autogenerated>:1 +0x24 fp=0xc001585a08 sp=0xc0015859f0 pc=0x10f50a8e4 net/http.(*Server).Serve(0xc000277600, {0x110635f68, 0xc00004ee00}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:3424 +0x30c fp=0xc001585b38 sp=0xc001585a08 pc=0x10f4e21ac github.com/ollama/ollama/runner/ollamarunner.Execute({0xc0001b8030, 0x4, 0x4}) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1044 +0x8c6 fp=0xc001585d08 sp=0xc001585b38 pc=0x10f6d2766 github.com/ollama/ollama/runner.Execute({0xc0001b8010?, 0x0?, 0x0?}) /Users/runner/work/ollama/ollama/runner/runner.go:20 +0xc9 fp=0xc001585d30 sp=0xc001585d08 pc=0x10f6d2fa9 github.com/ollama/ollama/cmd.NewCLI.func2(0xc000277400?, {0x1101a6098?, 0x4?, 0x1101a609c?}) /Users/runner/work/ollama/ollama/cmd/cmd.go:1583 +0x45 fp=0xc001585d58 sp=0xc001585d30 pc=0x10fe38525 github.com/spf13/cobra.(*Command).execute(0xc0000fcf08, {0xc0000bcb90, 0x5, 0x5}) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc001585e78 sp=0xc001585d58 pc=0x10f355f1c github.com/spf13/cobra.(*Command).ExecuteC(0xc000642908) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc001585f30 sp=0xc001585e78 pc=0x10f356765 github.com/spf13/cobra.(*Command).Execute(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985 main.main() /Users/runner/work/ollama/ollama/main.go:12 +0x4d fp=0xc001585f50 sp=0xc001585f30 pc=0x10fe3900d runtime.main() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:283 +0x28b fp=0xc001585fe0 sp=0xc001585f50 pc=0x10f1ac1cb runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc001585fe8 sp=0xc001585fe0 pc=0x10f1e77e1 goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070fa8 sp=0xc000070f88 pc=0x10f1dfcae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.forcegchelper() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:348 +0xb3 fp=0xc000070fe0 sp=0xc000070fa8 pc=0x10f1ac513 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000070fe8 sp=0xc000070fe0 pc=0x10f1e77e1 created by runtime.init.7 in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:336 +0x1a goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071780 sp=0xc000071760 pc=0x10f1dfcae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.bgsweep(0xc00009c000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcsweep.go:316 +0xdf fp=0xc0000717c8 sp=0xc000071780 pc=0x10f19763f runtime.gcenable.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x25 fp=0xc0000717e0 sp=0xc0000717c8 pc=0x10f18ba85 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000717e8 sp=0xc0000717e0 pc=0x10f1e77e1 created by runtime.gcenable in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x1103636a8?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000071f78 sp=0xc000071f58 pc=0x10f1dfcae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.(*scavengerState).park(0x110ee1ee0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000071fa8 sp=0xc000071f78 pc=0x10f195069 runtime.bgscavenge(0xc00009c000) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000071fc8 sp=0xc000071fa8 pc=0x10f1955f9 runtime.gcenable.gowrap2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0x25 fp=0xc000071fe0 sp=0xc000071fc8 pc=0x10f18ba25 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000071fe8 sp=0xc000071fe0 pc=0x10f1e77e1 created by runtime.gcenable in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:205 +0xa5 goroutine 18 gp=0xc000182700 m=nil [finalizer wait]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc000070688?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000070630 sp=0xc000070610 pc=0x10f1dfcae runtime.runfinq() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:196 +0x107 fp=0xc0000707e0 sp=0xc000070630 pc=0x10f18aa47 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x10f1e77e1 created by runtime.createfing in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mfinal.go:166 +0x3d goroutine 19 gp=0xc000183180 m=nil [chan receive]: runtime.gopark(0xc0002c50e0?, 0xc000010060?, 0x60?, 0xc7?, 0x10f2c01c8?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006c718 sp=0xc00006c6f8 pc=0x10f1dfcae runtime.chanrecv(0xc000192310, 0x0, 0x1) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:664 +0x445 fp=0xc00006c790 sp=0xc00006c718 pc=0x10f17c845 runtime.chanrecv1(0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/chan.go:506 +0x12 fp=0xc00006c7b8 sp=0xc00006c790 pc=0x10f17c3d2 runtime.unique_runtime_registerUniqueMapCleanup.func2(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1796 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1799 +0x2f fp=0xc00006c7e0 sp=0xc00006c7b8 pc=0x10f18ebcf runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006c7e8 sp=0xc00006c7e0 pc=0x10f1e77e1 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1794 +0x79 goroutine 20 gp=0xc0001836c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006cf38 sp=0xc00006cf18 pc=0x10f1dfcae runtime.gcBgMarkWorker(0xc000193730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006cfc8 sp=0xc00006cf38 pc=0x10f18dee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006cfe0 sp=0xc00006cfc8 pc=0x10f18ddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006cfe8 sp=0xc00006cfe0 pc=0x10f1e77e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 21 gp=0xc000183880 m=nil [GC worker (idle)]: runtime.gopark(0xbc8d995c01e?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006d738 sp=0xc00006d718 pc=0x10f1dfcae runtime.gcBgMarkWorker(0xc000193730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006d7c8 sp=0xc00006d738 pc=0x10f18dee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006d7e0 sp=0xc00006d7c8 pc=0x10f18ddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006d7e8 sp=0xc00006d7e0 pc=0x10f1e77e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 34 gp=0xc000584000 m=nil [GC worker (idle)]: runtime.gopark(0xbc8d995c452?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00058a738 sp=0xc00058a718 pc=0x10f1dfcae runtime.gcBgMarkWorker(0xc000193730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00058a7c8 sp=0xc00058a738 pc=0x10f18dee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00058a7e0 sp=0xc00058a7c8 pc=0x10f18ddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00058a7e8 sp=0xc00058a7e0 pc=0x10f1e77e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 35 gp=0xc0005841c0 m=nil [GC worker (idle)]: runtime.gopark(0xbc8d995e30f?, 0x0?, 0x0?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00058af38 sp=0xc00058af18 pc=0x10f1dfcae runtime.gcBgMarkWorker(0xc000193730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00058afc8 sp=0xc00058af38 pc=0x10f18dee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00058afe0 sp=0xc00058afc8 pc=0x10f18ddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00058afe8 sp=0xc00058afe0 pc=0x10f1e77e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]: runtime.gopark(0xbc8d995c8c9?, 0x1?, 0xfa?, 0x7c?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc000072738 sp=0xc000072718 pc=0x10f1dfcae runtime.gcBgMarkWorker(0xc000193730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc0000727c8 sp=0xc000072738 pc=0x10f18dee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc0000727e0 sp=0xc0000727c8 pc=0x10f18ddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc0000727e8 sp=0xc0000727e0 pc=0x10f1e77e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 22 gp=0xc000183a40 m=nil [GC worker (idle)]: runtime.gopark(0xbc8d995bfdd?, 0x3?, 0xd?, 0xdc?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006df38 sp=0xc00006df18 pc=0x10f1dfcae runtime.gcBgMarkWorker(0xc000193730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006dfc8 sp=0xc00006df38 pc=0x10f18dee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006dfe0 sp=0xc00006dfc8 pc=0x10f18ddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006dfe8 sp=0xc00006dfe0 pc=0x10f1e77e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 23 gp=0xc000183c00 m=nil [GC worker (idle)]: runtime.gopark(0xbc8d995c0db?, 0x1?, 0xe9?, 0x1b?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00006e738 sp=0xc00006e718 pc=0x10f1dfcae runtime.gcBgMarkWorker(0xc000193730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00006e7c8 sp=0xc00006e738 pc=0x10f18dee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00006e7e0 sp=0xc00006e7c8 pc=0x10f18ddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00006e7e8 sp=0xc00006e7e0 pc=0x10f1e77e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 36 gp=0xc000584380 m=nil [GC worker (idle)]: runtime.gopark(0xbc8da2ecdfa?, 0x1?, 0x9b?, 0x1a?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00058b738 sp=0xc00058b718 pc=0x10f1dfcae runtime.gcBgMarkWorker(0xc000193730) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1423 +0xe9 fp=0xc00058b7c8 sp=0xc00058b738 pc=0x10f18dee9 runtime.gcBgMarkStartWorkers.gowrap1() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x25 fp=0xc00058b7e0 sp=0xc00058b7c8 pc=0x10f18ddc5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00058b7e8 sp=0xc00058b7e0 pc=0x10f1e77e1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/mgc.go:1339 +0x105 goroutine 6 gp=0xc000584a80 m=nil [sync.WaitGroup.Wait]: runtime.gopark(0x0?, 0x0?, 0x80?, 0x1?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00058d6d0 sp=0xc00058d6b0 pc=0x10f1dfcae runtime.goparkunlock(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:441 runtime.semacquire1(0xc0002a8dd8, 0x0, 0x1, 0x0, 0x18) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:188 +0x21d fp=0xc00058d738 sp=0xc00058d6d0 pc=0x10f1bf69d sync.runtime_SemacquireWaitGroup(0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/sema.go:110 +0x25 fp=0xc00058d770 sp=0xc00058d738 pc=0x10f1e1645 sync.(*WaitGroup).Wait(0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/sync/waitgroup.go:118 +0x48 fp=0xc00058d798 sp=0xc00058d770 pc=0x10f1f3228 github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0002a8d20, {0x110638420, 0xc0000bcc30}) /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:366 +0x2a fp=0xc00058d7b8 sp=0xc00058d798 pc=0x10f6cc98a github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x28 fp=0xc00058d7e0 sp=0xc00058d7b8 pc=0x10f6d29c8 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00058d7e8 sp=0xc00058d7e0 pc=0x10f1e77e1 created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 /Users/runner/work/ollama/ollama/runner/ollamarunner/runner.go:1019 +0x4c9 goroutine 9 gp=0xc000584e00 m=nil [IO wait]: runtime.gopark(0x5?, 0xc0000f8761?, 0x1?, 0x0?, 0x0?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/proc.go:435 +0xce fp=0xc00058ddd8 sp=0xc00058ddb8 pc=0x10f1dfcae runtime.netpollblock(0x10f201665?, 0xf17a0a6?, 0x1?) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:575 +0xf7 fp=0xc00058de10 sp=0xc00058ddd8 pc=0x10f1a5497 internal/poll.runtime_pollWait(0x157cfb718, 0x72) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/netpoll.go:351 +0x85 fp=0xc00058de30 sp=0xc00058de10 pc=0x10f1def05 internal/poll.(*pollDesc).wait(0xc000633180?, 0xc0000f8761?, 0x0) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00058de58 sp=0xc00058de30 pc=0x10f264527 internal/poll.(*pollDesc).waitRead(...) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000633180, {0xc0000f8761, 0x1, 0x1}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/internal/poll/fd_unix.go:165 +0x27a fp=0xc00058def0 sp=0xc00058de58 pc=0x10f26581a net.(*netFD).Read(0xc000633180, {0xc0000f8761?, 0xc00004eed8?, 0xc00058df70?}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/fd_posix.go:55 +0x25 fp=0xc00058df38 sp=0xc00058def0 pc=0x10f2db825 net.(*conn).Read(0xc000074598, {0xc0000f8761?, 0x0?, 0x0?}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/net.go:194 +0x45 fp=0xc00058df80 sp=0xc00058df38 pc=0x10f2e92c5 net/http.(*connReader).backgroundRead(0xc0000f8750) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:690 +0x37 fp=0xc00058dfc8 sp=0xc00058df80 pc=0x10f4d6bb7 net/http.(*connReader).startBackgroundRead.gowrap2() /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0x25 fp=0xc00058dfe0 sp=0xc00058dfc8 pc=0x10f4d6ae5 runtime.goexit({}) /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/runtime/asm_amd64.s:1700 +0x1 fp=0xc00058dfe8 sp=0xc00058dfe0 pc=0x10f1e77e1 created by net/http.(*connReader).startBackgroundRead in goroutine 7 /Users/runner/hostedtoolcache/go/1.24.0/arm64/src/net/http/server.go:686 +0xb6 rax 0x0 rbx 0x6 rcx 0x7000032718b8 rdx 0x0 rdi 0x1b03 rsi 0x6 rbp 0x7000032718e0 rsp 0x7000032718b8 r8 0xd4b00000000 r9 0x180300000003 r10 0x7ff85b0519c0 r11 0x246 r12 0x7b9 r13 0x157ebb2a0 r14 0x1b03 r15 0x16 rip 0x7ff819409846 rflags 0x246 cs 0x7 fs 0x0 gs 0x0 time=2025-08-25T17:28:39.242+03:00 level=ERROR source=server.go:409 msg="llama runner terminated" error="exit status 2" time=2025-08-25T17:28:39.242+03:00 level=INFO source=sched.go:441 msg="Load failed" model=/Users/nire0510/.ollama/models/blobs/sha256-7cd4618c1faf8b7233c6c906dac1694b6a47684b37b8895d470ac688520b9c01 error="do load request: Post \"http://127.0.0.1:57971/load\": EOF" [GIN] 2025/08/25 - 17:28:39 | 500 | 1.014162474s | 127.0.0.1 | POST "/api/generate" `
Author
Owner

@rick-github commented on GitHub (Aug 25, 2025):

There are multiple issues here.

AdkinsHan is a SEGV on Linux with qwen3:14b-q4_K_M.
JKratto hasn't supplied a log and so the cause is unknown.
mouseisbest was #11211 and is resolved.
ippocode, HilaryTraut and nire0510 are on MacOS and the runner is asserting on ggml_uncaught_exception with models gemma3:270m-it-q8_0, gpt-oss:20b and gemma3:1b-it-q4_K_M respectively.

It's possible that the SEGV and the assert are not the same issue, so I'm going to open a new one to track the assert.

<!-- gh-comment-id:3220697555 --> @rick-github commented on GitHub (Aug 25, 2025): There are multiple issues here. AdkinsHan is a SEGV on Linux with qwen3:14b-q4_K_M. JKratto hasn't supplied a log and so the cause is unknown. mouseisbest was #11211 and is resolved. ippocode, HilaryTraut and nire0510 are on MacOS and the runner is asserting on `ggml_uncaught_exception` with models gemma3:270m-it-q8_0, gpt-oss:20b and gemma3:1b-it-q4_K_M respectively. It's possible that the SEGV and the assert are not the same issue, so I'm going to open a new one to track the assert.
Author
Owner

@jessegross commented on GitHub (Aug 25, 2025):

@AdkinsHan's issue is also #11211:

Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/libggml-cuda.so
Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CPU backend from /usr/lib/ollama/libggml-cpu-icelake.so
Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: found 2 CUDA devices:
Aug 25 07:46:06 deepseek ollama[835892]: Device 0: NVIDIA L20, compute capability 8.9, VMM: yes
Aug 25 07:46:06 deepseek ollama[835892]: Device 1: NVIDIA L20, compute capability 8.9, VMM: yes
Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/cuda_v12/libggml-cuda.so
<!-- gh-comment-id:3221110364 --> @jessegross commented on GitHub (Aug 25, 2025): @AdkinsHan's issue is also #11211: ``` Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/libggml-cuda.so Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CPU backend from /usr/lib/ollama/libggml-cpu-icelake.so Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no Aug 25 07:46:06 deepseek ollama[835892]: ggml_cuda_init: found 2 CUDA devices: Aug 25 07:46:06 deepseek ollama[835892]: Device 0: NVIDIA L20, compute capability 8.9, VMM: yes Aug 25 07:46:06 deepseek ollama[835892]: Device 1: NVIDIA L20, compute capability 8.9, VMM: yes Aug 25 07:46:06 deepseek ollama[835892]: load_backend: loaded CUDA backend from /usr/lib/ollama/cuda_v12/libggml-cuda.so ```
Author
Owner

@rick-github commented on GitHub (Aug 25, 2025):

Thanks @jessegross. @AdkinsHan, delete /usr/lib/ollama/cuda_v*.

<!-- gh-comment-id:3221932677 --> @rick-github commented on GitHub (Aug 25, 2025): Thanks @jessegross. @AdkinsHan, delete `/usr/lib/ollama/cuda_v*`.
Author
Owner

@AdkinsHan commented on GitHub (Aug 27, 2025):

Thanks @jessegross. @AdkinsHan, delete /usr/lib/ollama/cuda_v*.

Thanks, it really works and faster than old version

<!-- gh-comment-id:3227344216 --> @AdkinsHan commented on GitHub (Aug 27, 2025): > Thanks [@jessegross](https://github.com/jessegross). [@AdkinsHan](https://github.com/AdkinsHan), delete `/usr/lib/ollama/cuda_v*`. Thanks, it really works and faster than old version
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#33744