[GH-ISSUE #14124] Error running glm-ocr:lates on nvidia dgx spark #9215

Open
opened 2026-04-12 22:04:38 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @JamesInform on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/14124

Originally assigned to: @jmorganca on GitHub.

What is the issue?

When I try to run glm-ocr model on my dgx spark (which is based on Ubuntu) I get the following error:

Image

Please see log:

Relevant log output

Feb 06 21:58:06 spark-8b94 ollama[29713]: time=2026-02-06T21:58:06.290+01:00 level=ERROR source=server.go:1204 msg="do load request" error="Post \"http://127.0.0.1:40947/load\": EOF"
Feb 06 21:58:06 spark-8b94 ollama[29713]: time=2026-02-06T21:58:06.290+01:00 level=ERROR source=server.go:1204 msg="do load request" error="Post \"http://127.0.0.1:40947/load\": dial tcp 127.0.0.1:40947: connect: connection refused"
Feb 06 21:58:06 spark-8b94 ollama[29713]: time=2026-02-06T21:58:06.290+01:00 level=INFO source=sched.go:490 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad2c662b566b146eab0081e error="model failed to load, this m>
Feb 06 21:58:06 spark-8b94 ollama[29713]: time=2026-02-06T21:58:06.378+01:00 level=ERROR source=server.go:303 msg="llama runner terminated" error="exit status 2"
Feb 06 21:58:06 spark-8b94 ollama[29713]: [GIN] 2026/02/06 - 21:58:06 | 500 |   3.19062839s |       127.0.0.1 | POST     "/api/generate"
Feb 06 21:58:56 spark-8b94 ollama[29713]: [GIN] 2026/02/06 - 21:58:56 | 200 |      23.712µs |       127.0.0.1 | HEAD     "/"
Feb 06 21:58:56 spark-8b94 ollama[29713]: [GIN] 2026/02/06 - 21:58:56 | 200 |   38.853146ms |       127.0.0.1 | POST     "/api/show"
Feb 06 21:58:56 spark-8b94 ollama[29713]: [GIN] 2026/02/06 - 21:58:56 | 200 |   43.346695ms |       127.0.0.1 | POST     "/api/show"
Feb 06 21:58:56 spark-8b94 ollama[29713]: time=2026-02-06T21:58:56.613+01:00 level=INFO source=server.go:430 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 41523"
Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.025+01:00 level=WARN source=server.go:168 msg="requested context size too large for model" num_ctx=262144 n_ctx_train=131072
Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.025+01:00 level=INFO source=server.go:246 msg="enabling flash attention"
Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.025+01:00 level=INFO source=server.go:430 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --model /usr/share/ollama/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad>
Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.026+01:00 level=INFO source=sched.go:463 msg="system memory" total="119.7 GiB" free="115.1 GiB" free_swap="16.0 GiB"
Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.026+01:00 level=INFO source=sched.go:470 msg="gpu memory" id=GPU-2a978a84-4a49-3874-c8f9-f8d46784d5d9 library=CUDA available="114.6 GiB" free="115.1 GiB" minimum="457.0 MiB" overhead="0 B"
Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.026+01:00 level=INFO source=server.go:756 msg="loading model" "model layers"=17 requested=-1
Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.036+01:00 level=INFO source=runner.go:1410 msg="starting ollama engine"
Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.036+01:00 level=INFO source=runner.go:1445 msg="Server listening on 127.0.0.1:37853"
Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.047+01:00 level=INFO source=runner.go:1283 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:Enabled KvSize:131072 KvCacheType: NumThreads:20 GPULayers:17[ID:GPU-2a978a84-4a49->
Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.064+01:00 level=INFO source=ggml.go:136 msg="" architecture=glmocr file_type=F16 name="" description="" num_tensors=527 num_key_values=47
Feb 06 21:58:57 spark-8b94 ollama[29713]: load_backend: loaded CPU backend from /usr/local/lib/ollama/libggml-cpu.so
Feb 06 21:58:57 spark-8b94 ollama[29713]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ:    no
Feb 06 21:58:57 spark-8b94 ollama[29713]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
Feb 06 21:58:57 spark-8b94 ollama[29713]: ggml_cuda_init: found 1 CUDA devices:
Feb 06 21:58:57 spark-8b94 ollama[29713]:   Device 0: NVIDIA GB10, compute capability 12.1, VMM: yes, ID: GPU-2a978a84-4a49-3874-c8f9-f8d46784d5d9
Feb 06 21:58:57 spark-8b94 ollama[29713]: load_backend: loaded CUDA backend from /usr/local/lib/ollama/cuda_v13/libggml-cuda.so
Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.378+01:00 level=INFO source=ggml.go:104 msg=system CPU.0.NEON=1 CPU.0.ARM_FMA=1 CPU.0.LLAMAFILE=1 CPU.1.NEON=1 CPU.1.ARM_FMA=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=750,800,860,870,890,900,1000,1030,1100,1200,1210 CUDA>
Feb 06 21:58:59 spark-8b94 ollama[29713]: //ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:396: GGML_ASSERT(ggml_nbytes(src0) <= INT_MAX) failed
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30462]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30458]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30457]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30456]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30455]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30454]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30453]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30452]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30451]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30450]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30449]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30448]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30447]
Feb 06 21:58:59 spark-8b94 ollama[29713]: [Thread debugging using libthread_db enabled]
Feb 06 21:58:59 spark-8b94 ollama[29713]: Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
Feb 06 21:58:59 spark-8b94 ollama[29713]: 0x0000c4a0a60b116c in ?? ()
Feb 06 21:58:59 spark-8b94 ollama[29713]: #0  0x0000c4a0a60b116c in ?? ()
Feb 06 21:58:59 spark-8b94 ollama[29713]: #1  0x0000000000000080 in ?? ()
Feb 06 21:58:59 spark-8b94 ollama[29713]: Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Feb 06 21:58:59 spark-8b94 ollama[29713]: [Inferior 1 (process 30446) detached]
Feb 06 21:58:59 spark-8b94 ollama[29713]: SIGABRT: abort
Feb 06 21:58:59 spark-8b94 ollama[29713]: PC=0xf725623e7608 m=12 sigcode=18446744073709551610
Feb 06 21:58:59 spark-8b94 ollama[29713]: signal arrived during cgo execution
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 15 gp=0x4000103c00 m=12 mp=0x4000542808 [syscall]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.cgocall(0xc4a0a6d05594, 0x40001430a8)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/cgocall.go:167 +0x44 fp=0x4000143060 sp=0x4000143020 pc=0xc4a0a60a4914
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/ml/backend/ggml._Cfunc_ggml_backend_sched_reserve(0xf724f50bb1b0, 0xf72290907be0)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         _cgo_gotypes.go:1012 +0x34 fp=0x40001430a0 sp=0x4000143060 pc=0xc4a0a64ce6c4
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve.func2(...)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/ml/backend/ggml/ggml.go:850
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve(0x4000f82040)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/ml/backend/ggml/ggml.go:850 +0xe0 fp=0x4000143330 sp=0x40001430a0 pc=0xc4a0a64d8e70
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.(*Server).reserveWorstCaseGraph(0x400024d0e0, 0x1)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1168 +0x834 fp=0x4000143660 sp=0x4000143330 pc=0xc4a0a65a1644
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0x400024d0e0, {0xffffef399cfe?, 0x0?}, {0x0, 0x14, {0x4000436dc0, 0x1, 0x1}, 0x1}, {0x0?, ...}, ...)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1231 +0x2e4 fp=0x4000143710 sp=0x4000143660 pc=0xc4a0a65a1d14
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0x400024d0e0, {0xc4a0a759aa00, 0x40001ecd20}, 0x4000472780)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1310 +0x460 fp=0x4000143aa0 sp=0x4000143710 pc=0xc4a0a65a2620
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0xc4a0a759aa00?, 0x40001ecd20?}, 0x4000127b28?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         <autogenerated>:1 +0x40 fp=0x4000143ad0 sp=0x4000143aa0 pc=0xc4a0a65a44d0
Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.HandlerFunc.ServeHTTP(0x40004aba40?, {0xc4a0a759aa00?, 0x40001ecd20?}, 0x4000127b10?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/http/server.go:2294 +0x38 fp=0x4000143b00 sp=0x4000143ad0 pc=0xc4a0a63614c8
Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*ServeMux).ServeHTTP(0x10?, {0xc4a0a759aa00, 0x40001ecd20}, 0x4000472780)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/http/server.go:2822 +0x1b4 fp=0x4000143b50 sp=0x4000143b00 pc=0xc4a0a6363054
Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.serverHandler.ServeHTTP({0xc4a0a7596e10?}, {0xc4a0a759aa00?, 0x40001ecd20?}, 0x1?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/http/server.go:3301 +0xbc fp=0x4000143b80 sp=0x4000143b50 pc=0xc4a0a637ed3c
Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*conn).serve(0x40004c6480, {0xc4a0a759cec8, 0x4000684ea0})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/http/server.go:2102 +0x52c fp=0x4000143fa0 sp=0x4000143b80 pc=0xc4a0a635fc6c
Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*Server).Serve.gowrap3()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/http/server.go:3454 +0x30 fp=0x4000143fd0 sp=0x4000143fa0 pc=0xc4a0a6364e30
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x4000143fd0 sp=0x4000143fd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by net/http.(*Server).Serve in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/http/server.go:3454 +0x3d8
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 1 gp=0x40000021c0 m=nil [IO wait]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x4000145720 sp=0x4000145700 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.netpollblock(0x7000000000?, 0x6?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/netpoll.go:575 +0x158 fp=0x4000145760 sp=0x4000145720 pc=0xc4a0a606cde8
Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.runtime_pollWait(0xf7251b097f30, 0x72)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/netpoll.go:351 +0xa0 fp=0x4000145790 sp=0x4000145760 pc=0xc4a0a60a6fe0
Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*pollDesc).wait(0x400068ef80?, 0xc4a0a6130058?, 0x0)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         internal/poll/fd_poll_runtime.go:84 +0x28 fp=0x40001457c0 sp=0x4000145790 pc=0xc4a0a61295f8
Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*pollDesc).waitRead(...)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         internal/poll/fd_poll_runtime.go:89
Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*FD).Accept(0x400068ef80)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         internal/poll/fd_unix.go:620 +0x24c fp=0x4000145870 sp=0x40001457c0 pc=0xc4a0a612decc
Feb 06 21:58:59 spark-8b94 ollama[29713]: net.(*netFD).accept(0x400068ef80)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/fd_unix.go:172 +0x28 fp=0x4000145930 sp=0x4000145870 pc=0xc4a0a619c9d8
Feb 06 21:58:59 spark-8b94 ollama[29713]: net.(*TCPListener).accept(0x4000436d00)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/tcpsock_posix.go:159 +0x24 fp=0x4000145980 sp=0x4000145930 pc=0xc4a0a61b1e74
Feb 06 21:58:59 spark-8b94 ollama[29713]: net.(*TCPListener).Accept(0x4000436d00)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/tcpsock.go:380 +0x2c fp=0x40001459c0 sp=0x4000145980 pc=0xc4a0a61b0e0c
Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*onceCloseListener).Accept(0x40004c6480?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         <autogenerated>:1 +0x30 fp=0x40001459e0 sp=0x40001459c0 pc=0xc4a0a638b360
Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*Server).Serve(0x400021b900, {0xc4a0a759a820, 0x4000436d00})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/http/server.go:3424 +0x290 fp=0x4000145b10 sp=0x40001459e0 pc=0xc4a0a6364aa0
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.Execute({0x40000320a0, 0x4, 0x4})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1446 +0x7fc fp=0x4000145ce0 sp=0x4000145b10 pc=0xc4a0a65a3efc
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner.Execute({0x4000032080?, 0x0?, 0x0?})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/runner/runner.go:28 +0x190 fp=0x4000145d10 sp=0x4000145ce0 pc=0xc4a0a65f85b0
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/cmd.NewCLI.func3(0x400021b700?, {0xc4a0a70110ff?, 0x4?, 0xc4a0a7011103?})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/cmd/cmd.go:1979 +0x54 fp=0x4000145d40 sp=0x4000145d10 pc=0xc4a0a6cb5554
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra.(*Command).execute(0x400079f508, {0x40003928c0, 0x5, 0x5})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/spf13/cobra@v1.7.0/command.go:940 +0x648 fp=0x4000145e60 sp=0x4000145d40 pc=0xc4a0a620c6d8
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra.(*Command).ExecuteC(0x400053af08)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/spf13/cobra@v1.7.0/command.go:1068 +0x320 fp=0x4000145f20 sp=0x4000145e60 pc=0xc4a0a620ce20
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra.(*Command).Execute(...)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/spf13/cobra@v1.7.0/command.go:992
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra.(*Command).ExecuteContext(...)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/spf13/cobra@v1.7.0/command.go:985
Feb 06 21:58:59 spark-8b94 ollama[29713]: main.main()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/main.go:12 +0x54 fp=0x4000145f40 sp=0x4000145f20 pc=0xc4a0a6cb60a4
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.main()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:283 +0x284 fp=0x4000145fd0 sp=0x4000145f40 pc=0xc4a0a6074194
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x4000145fd0 sp=0x4000145fd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 2 gp=0x4000002c40 m=nil [force gc (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400008cf90 sp=0x400008cf70 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goparkunlock(...)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:441
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.forcegchelper()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:348 +0xb8 fp=0x400008cfd0 sp=0x400008cf90 pc=0xc4a0a60744e8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400008cfd0 sp=0x400008cfd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.init.7 in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:336 +0x24
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 3 gp=0x4000003180 m=nil [GC sweep wait]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400008d760 sp=0x400008d740 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goparkunlock(...)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:441
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.bgsweep(0x40000b8000)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgcsweep.go:316 +0x108 fp=0x400008d7b0 sp=0x400008d760 pc=0xc4a0a605ed18
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcenable.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:204 +0x28 fp=0x400008d7d0 sp=0x400008d7b0 pc=0xc4a0a6052b48
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400008d7d0 sp=0x400008d7d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcenable in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:204 +0x6c
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 4 gp=0x4000003340 m=nil [GC scavenge wait]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0xacf819?, 0x5065f91?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400008df60 sp=0x400008df40 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goparkunlock(...)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:441
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.(*scavengerState).park(0xc4a0a7ea2540)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgcscavenge.go:425 +0x5c fp=0x400008df90 sp=0x400008df60 pc=0xc4a0a605c7dc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.bgscavenge(0x40000b8000)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgcscavenge.go:658 +0xac fp=0x400008dfb0 sp=0x400008df90 pc=0xc4a0a605cd5c
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcenable.gowrap2()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:205 +0x28 fp=0x400008dfd0 sp=0x400008dfb0 pc=0xc4a0a6052ae8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400008dfd0 sp=0x400008dfd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcenable in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:205 +0xac
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 5 gp=0x4000003c00 m=nil [finalizer wait]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x18000001b8?, 0x1000000000000?, 0xf8?, 0xc5?, 0xc4a0a638ddac?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400008c590 sp=0x400008c570 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.runfinq()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mfinal.go:196 +0x108 fp=0x400008c7d0 sp=0x400008c590 pc=0xc4a0a6051b48
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400008c7d0 sp=0x400008c7d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.createfing in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mfinal.go:166 +0x80
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 6 gp=0x40001fe700 m=nil [chan receive]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x40002497c0?, 0x40001184b0?, 0x48?, 0xe7?, 0xc4a0a6174f98?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400008e6f0 sp=0x400008e6d0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.chanrecv(0x40000c6310, 0x0, 0x1)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/chan.go:664 +0x42c fp=0x400008e770 sp=0x400008e6f0 pc=0xc4a0a6043bac
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.chanrecv1(0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/chan.go:506 +0x14 fp=0x400008e7a0 sp=0x400008e770 pc=0xc4a0a6043744
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1796
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1799 +0x3c fp=0x400008e7d0 sp=0x400008e7a0 pc=0xc4a0a6055d6c
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400008e7d0 sp=0x400008e7d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1794 +0x78
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 7 gp=0x40001fec40 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400008ef10 sp=0x400008eef0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400008efb0 sp=0x400008ef10 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400008efd0 sp=0x400008efb0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400008efd0 sp=0x400008efd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 18 gp=0x4000102380 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x4000088710 sp=0x40000886f0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x40000887b0 sp=0x4000088710 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x40000887d0 sp=0x40000887b0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x40000887d0 sp=0x40000887d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 34 gp=0x4000504000 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400050a710 sp=0x400050a6f0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400050a7b0 sp=0x400050a710 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400050a7d0 sp=0x400050a7b0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400050a7d0 sp=0x400050a7d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 8 gp=0x40001fee00 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400008f710 sp=0x400008f6f0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400008f7b0 sp=0x400008f710 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400008f7d0 sp=0x400008f7b0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400008f7d0 sp=0x400008f7d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 19 gp=0x4000102540 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x4000088f10 sp=0x4000088ef0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x4000088fb0 sp=0x4000088f10 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x4000088fd0 sp=0x4000088fb0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x4000088fd0 sp=0x4000088fd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 35 gp=0x40005041c0 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400050af10 sp=0x400050aef0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400050afb0 sp=0x400050af10 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400050afd0 sp=0x400050afb0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400050afd0 sp=0x400050afd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 9 gp=0x40001fefc0 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400008ff10 sp=0x400008fef0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400008ffb0 sp=0x400008ff10 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400008ffd0 sp=0x400008ffb0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400008ffd0 sp=0x400008ffd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 20 gp=0x4000102700 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x4000089710 sp=0x40000896f0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x40000897b0 sp=0x4000089710 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x40000897d0 sp=0x40000897b0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x40000897d0 sp=0x40000897d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 36 gp=0x4000504380 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400050b710 sp=0x400050b6f0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400050b7b0 sp=0x400050b710 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400050b7d0 sp=0x400050b7b0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400050b7d0 sp=0x400050b7d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 10 gp=0x40001ff180 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x4000506710 sp=0x40005066f0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x40005067b0 sp=0x4000506710 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x40005067d0 sp=0x40005067b0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x40005067d0 sp=0x40005067d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 21 gp=0x40001028c0 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x4000089f10 sp=0x4000089ef0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x4000089fb0 sp=0x4000089f10 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x4000089fd0 sp=0x4000089fb0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x4000089fd0 sp=0x4000089fd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 37 gp=0x4000504540 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400050bf10 sp=0x400050bef0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400050bfb0 sp=0x400050bf10 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400050bfd0 sp=0x400050bfb0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400050bfd0 sp=0x400050bfd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 11 gp=0x40001ff340 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x4000506f10 sp=0x4000506ef0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x4000506fb0 sp=0x4000506f10 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x4000506fd0 sp=0x4000506fb0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x4000506fd0 sp=0x4000506fd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 22 gp=0x4000102a80 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4dd259dd2?, 0x1?, 0x70?, 0xc5?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400008a710 sp=0x400008a6f0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400008a7b0 sp=0x400008a710 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400008a7d0 sp=0x400008a7b0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400008a7d0 sp=0x400008a7d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 38 gp=0x4000504700 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4dd2200c0?, 0x1?, 0x42?, 0x50?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400009cf10 sp=0x400009cef0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400009cfb0 sp=0x400009cf10 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400009cfd0 sp=0x400009cfb0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400009cfd0 sp=0x400009cfd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 12 gp=0x40001ff500 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4dd261372?, 0x3?, 0x61?, 0x8b?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x4000507710 sp=0x40005076f0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x40005077b0 sp=0x4000507710 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x40005077d0 sp=0x40005077b0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x40005077d0 sp=0x40005077d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 23 gp=0x4000102c40 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4d2fd8dd7?, 0x1?, 0xa2?, 0x8e?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400008af10 sp=0x400008aef0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400008afb0 sp=0x400008af10 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400008afd0 sp=0x400008afb0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400008afd0 sp=0x400008afd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 39 gp=0x40005048c0 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0xc4a0a7f780c0?, 0x1?, 0x86?, 0x6d?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400050cf10 sp=0x400050cef0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400050cfb0 sp=0x400050cf10 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400050cfd0 sp=0x400050cfb0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400050cfd0 sp=0x400050cfd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 13 gp=0x40001ff6c0 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4dd1cea3e?, 0x1?, 0x80?, 0xae?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x4000507f10 sp=0x4000507ef0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x4000507fb0 sp=0x4000507f10 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x4000507fd0 sp=0x4000507fb0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x4000507fd0 sp=0x4000507fd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 24 gp=0x4000102e00 m=nil [GC worker (idle)]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4dd1ce91e?, 0x1?, 0x3?, 0x66?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400008b710 sp=0x400008b6f0 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1423 +0xdc fp=0x400008b7b0 sp=0x400008b710 pc=0xc4a0a6054fdc
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x28 fp=0x400008b7d0 sp=0x400008b7b0 pc=0xc4a0a6054ec8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400008b7d0 sp=0x400008b7d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/mgc.go:1339 +0x140
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 14 gp=0x4000103a40 m=nil [sync.WaitGroup.Wait]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0xc4a0a7eb41c0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400009fa90 sp=0x400009fa70 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goparkunlock(...)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:441
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.semacquire1(0x400024d198, 0x0, 0x1, 0x0, 0x18)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/sema.go:188 +0x204 fp=0x400009fae0 sp=0x400009fa90 pc=0xc4a0a6088634
Feb 06 21:58:59 spark-8b94 ollama[29713]: sync.runtime_SemacquireWaitGroup(0x0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/sema.go:110 +0x2c fp=0x400009fb20 sp=0x400009fae0 pc=0xc4a0a60a97dc
Feb 06 21:58:59 spark-8b94 ollama[29713]: sync.(*WaitGroup).Wait(0x400024d190)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         sync/waitgroup.go:118 +0x70 fp=0x400009fb40 sp=0x400009fb20 pc=0xc4a0a60bb3f0
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0x400024d0e0, {0xc4a0a759cf00, 0x4000392960})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:441 +0x38 fp=0x400009ffa0 sp=0x400009fb40 pc=0xc4a0a659c2c8
Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1423 +0x30 fp=0x400009ffd0 sp=0x400009ffa0 pc=0xc4a0a65a4120
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400009ffd0 sp=0x400009ffd0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
Feb 06 21:58:59 spark-8b94 ollama[29713]:         github.com/ollama/ollama/runner/ollamarunner/runner.go:1423 +0x448
Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 16 gp=0x4000504e00 m=nil [IO wait]:
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0xc8?, 0xd5?, 0xc4a0a60481f0?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/proc.go:435 +0xc8 fp=0x400050d580 sp=0x400050d560 pc=0xc4a0a60a7e28
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.netpollblock(0x0?, 0xffffffff?, 0xff?)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/netpoll.go:575 +0x158 fp=0x400050d5c0 sp=0x400050d580 pc=0xc4a0a606cde8
Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.runtime_pollWait(0xf7251b097e18, 0x72)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/netpoll.go:351 +0xa0 fp=0x400050d5f0 sp=0x400050d5c0 pc=0xc4a0a60a6fe0
Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*pollDesc).wait(0x400068f000?, 0x4000796521?, 0x0)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         internal/poll/fd_poll_runtime.go:84 +0x28 fp=0x400050d620 sp=0x400050d5f0 pc=0xc4a0a61295f8
Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*pollDesc).waitRead(...)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         internal/poll/fd_poll_runtime.go:89
Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*FD).Read(0x400068f000, {0x4000796521, 0x1, 0x1})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         internal/poll/fd_unix.go:165 +0x1fc fp=0x400050d6c0 sp=0x400050d620 pc=0xc4a0a612a8ac
Feb 06 21:58:59 spark-8b94 ollama[29713]: net.(*netFD).Read(0x400068f000, {0x4000796521?, 0x400050d758?, 0xc4a0a635a6e4?})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/fd_posix.go:55 +0x28 fp=0x400050d710 sp=0x400050d6c0 pc=0xc4a0a619afa8
Feb 06 21:58:59 spark-8b94 ollama[29713]: net.(*conn).Read(0x4000522580, {0x4000796521?, 0x0?, 0x0?})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/net.go:194 +0x34 fp=0x400050d760 sp=0x400050d710 pc=0xc4a0a61a86e4
Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*connReader).backgroundRead(0x4000796510)
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/http/server.go:690 +0x40 fp=0x400050d7b0 sp=0x400050d760 pc=0xc4a0a635a5e0
Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*connReader).startBackgroundRead.gowrap2()
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/http/server.go:686 +0x28 fp=0x400050d7d0 sp=0x400050d7b0 pc=0xc4a0a635a4c8
Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({})
Feb 06 21:58:59 spark-8b94 ollama[29713]:         runtime/asm_arm64.s:1223 +0x4 fp=0x400050d7d0 sp=0x400050d7d0 pc=0xc4a0a60afd14
Feb 06 21:58:59 spark-8b94 ollama[29713]: created by net/http.(*connReader).startBackgroundRead in goroutine 15
Feb 06 21:58:59 spark-8b94 ollama[29713]:         net/http/server.go:686 +0xc4
Feb 06 21:58:59 spark-8b94 ollama[29713]: r0      0x0
Feb 06 21:58:59 spark-8b94 ollama[29713]: r1      0x76f9
Feb 06 21:58:59 spark-8b94 ollama[29713]: r2      0x6
Feb 06 21:58:59 spark-8b94 ollama[29713]: r3      0xf72511fbf140
Feb 06 21:58:59 spark-8b94 ollama[29713]: r4      0xf725629b4b50
Feb 06 21:58:59 spark-8b94 ollama[29713]: r5      0x1
Feb 06 21:58:59 spark-8b94 ollama[29713]: r6      0x20
Feb 06 21:58:59 spark-8b94 ollama[29713]: r7      0xf72511fbd8d0
Feb 06 21:58:59 spark-8b94 ollama[29713]: r8      0x83
Feb 06 21:58:59 spark-8b94 ollama[29713]: r9      0x0
Feb 06 21:58:59 spark-8b94 ollama[29713]: r10     0x70
Feb 06 21:58:59 spark-8b94 ollama[29713]: r11     0x101010101010101
Feb 06 21:58:59 spark-8b94 ollama[29713]: r12     0xf72511fbd960
Feb 06 21:58:59 spark-8b94 ollama[29713]: r13     0x0
Feb 06 21:58:59 spark-8b94 ollama[29713]: r14     0x1
Feb 06 21:58:59 spark-8b94 ollama[29713]: r15     0x1
Feb 06 21:58:59 spark-8b94 ollama[29713]: r16     0x1
Feb 06 21:58:59 spark-8b94 ollama[29713]: r17     0xf72562387d0c
Feb 06 21:58:59 spark-8b94 ollama[29713]: r18     0x9bc37e78
Feb 06 21:58:59 spark-8b94 ollama[29713]: r19     0x76f9
Feb 06 21:58:59 spark-8b94 ollama[29713]: r20     0xf72511fbf140
Feb 06 21:58:59 spark-8b94 ollama[29713]: r21     0x6
Feb 06 21:58:59 spark-8b94 ollama[29713]: r22     0xf724cde867a8
Feb 06 21:58:59 spark-8b94 ollama[29713]: r23     0xf72511fbe690
Feb 06 21:58:59 spark-8b94 ollama[29713]: r24     0xf72290907790
Feb 06 21:58:59 spark-8b94 ollama[29713]: r25     0xf724f50bc948
Feb 06 21:58:59 spark-8b94 ollama[29713]: r26     0xf72290907790
Feb 06 21:58:59 spark-8b94 ollama[29713]: r27     0xf72277ac15f0
Feb 06 21:58:59 spark-8b94 ollama[29713]: r28     0x18
Feb 06 21:58:59 spark-8b94 ollama[29713]: r29     0xf72511fbd860
Feb 06 21:58:59 spark-8b94 ollama[29713]: lr      0xf725623e75f4
Feb 06 21:58:59 spark-8b94 ollama[29713]: sp      0xf72511fbd850
Feb 06 21:58:59 spark-8b94 ollama[29713]: pc      0xf725623e7608
Feb 06 21:58:59 spark-8b94 ollama[29713]: fault   0x0
Feb 06 21:58:59 spark-8b94 ollama[29713]: time=2026-02-06T21:58:59.744+01:00 level=ERROR source=server.go:1204 msg="do load request" error="Post \"http://127.0.0.1:37853/load\": EOF"
Feb 06 21:58:59 spark-8b94 ollama[29713]: time=2026-02-06T21:58:59.745+01:00 level=ERROR source=server.go:1204 msg="do load request" error="Post \"http://127.0.0.1:37853/load\": dial tcp 127.0.0.1:37853: connect: connection refused"
Feb 06 21:58:59 spark-8b94 ollama[29713]: time=2026-02-06T21:58:59.745+01:00 level=INFO source=sched.go:490 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad2c662b566b146eab0081e error="model failed to load, this m>
Feb 06 21:58:59 spark-8b94 ollama[29713]: time=2026-02-06T21:58:59.828+01:00 level=ERROR source=server.go:303 msg="llama runner terminated" error="exit status 2"
Feb 06 21:58:59 spark-8b94 ollama[29713]: [GIN] 2026/02/06 - 21:58:59 | 500 |  3.285000401s |       127.0.0.1 | POST     "/api/generate"

OS

Linux

GPU

Nvidia

CPU

Other

Ollama version

ollama version is 0.15.5

Originally created by @JamesInform on GitHub (Feb 6, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/14124 Originally assigned to: @jmorganca on GitHub. ### What is the issue? When I try to run glm-ocr model on my dgx spark (which is based on Ubuntu) I get the following error: <img width="1122" height="71" alt="Image" src="https://github.com/user-attachments/assets/31908acf-9fea-4a55-b244-93bb94c61d0b" /> Please see log: ### Relevant log output ```shell Feb 06 21:58:06 spark-8b94 ollama[29713]: time=2026-02-06T21:58:06.290+01:00 level=ERROR source=server.go:1204 msg="do load request" error="Post \"http://127.0.0.1:40947/load\": EOF" Feb 06 21:58:06 spark-8b94 ollama[29713]: time=2026-02-06T21:58:06.290+01:00 level=ERROR source=server.go:1204 msg="do load request" error="Post \"http://127.0.0.1:40947/load\": dial tcp 127.0.0.1:40947: connect: connection refused" Feb 06 21:58:06 spark-8b94 ollama[29713]: time=2026-02-06T21:58:06.290+01:00 level=INFO source=sched.go:490 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad2c662b566b146eab0081e error="model failed to load, this m> Feb 06 21:58:06 spark-8b94 ollama[29713]: time=2026-02-06T21:58:06.378+01:00 level=ERROR source=server.go:303 msg="llama runner terminated" error="exit status 2" Feb 06 21:58:06 spark-8b94 ollama[29713]: [GIN] 2026/02/06 - 21:58:06 | 500 | 3.19062839s | 127.0.0.1 | POST "/api/generate" Feb 06 21:58:56 spark-8b94 ollama[29713]: [GIN] 2026/02/06 - 21:58:56 | 200 | 23.712µs | 127.0.0.1 | HEAD "/" Feb 06 21:58:56 spark-8b94 ollama[29713]: [GIN] 2026/02/06 - 21:58:56 | 200 | 38.853146ms | 127.0.0.1 | POST "/api/show" Feb 06 21:58:56 spark-8b94 ollama[29713]: [GIN] 2026/02/06 - 21:58:56 | 200 | 43.346695ms | 127.0.0.1 | POST "/api/show" Feb 06 21:58:56 spark-8b94 ollama[29713]: time=2026-02-06T21:58:56.613+01:00 level=INFO source=server.go:430 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 41523" Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.025+01:00 level=WARN source=server.go:168 msg="requested context size too large for model" num_ctx=262144 n_ctx_train=131072 Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.025+01:00 level=INFO source=server.go:246 msg="enabling flash attention" Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.025+01:00 level=INFO source=server.go:430 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --model /usr/share/ollama/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad> Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.026+01:00 level=INFO source=sched.go:463 msg="system memory" total="119.7 GiB" free="115.1 GiB" free_swap="16.0 GiB" Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.026+01:00 level=INFO source=sched.go:470 msg="gpu memory" id=GPU-2a978a84-4a49-3874-c8f9-f8d46784d5d9 library=CUDA available="114.6 GiB" free="115.1 GiB" minimum="457.0 MiB" overhead="0 B" Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.026+01:00 level=INFO source=server.go:756 msg="loading model" "model layers"=17 requested=-1 Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.036+01:00 level=INFO source=runner.go:1410 msg="starting ollama engine" Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.036+01:00 level=INFO source=runner.go:1445 msg="Server listening on 127.0.0.1:37853" Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.047+01:00 level=INFO source=runner.go:1283 msg=load request="{Operation:fit LoraPath:[] Parallel:1 BatchSize:512 FlashAttention:Enabled KvSize:131072 KvCacheType: NumThreads:20 GPULayers:17[ID:GPU-2a978a84-4a49-> Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.064+01:00 level=INFO source=ggml.go:136 msg="" architecture=glmocr file_type=F16 name="" description="" num_tensors=527 num_key_values=47 Feb 06 21:58:57 spark-8b94 ollama[29713]: load_backend: loaded CPU backend from /usr/local/lib/ollama/libggml-cpu.so Feb 06 21:58:57 spark-8b94 ollama[29713]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no Feb 06 21:58:57 spark-8b94 ollama[29713]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no Feb 06 21:58:57 spark-8b94 ollama[29713]: ggml_cuda_init: found 1 CUDA devices: Feb 06 21:58:57 spark-8b94 ollama[29713]: Device 0: NVIDIA GB10, compute capability 12.1, VMM: yes, ID: GPU-2a978a84-4a49-3874-c8f9-f8d46784d5d9 Feb 06 21:58:57 spark-8b94 ollama[29713]: load_backend: loaded CUDA backend from /usr/local/lib/ollama/cuda_v13/libggml-cuda.so Feb 06 21:58:57 spark-8b94 ollama[29713]: time=2026-02-06T21:58:57.378+01:00 level=INFO source=ggml.go:104 msg=system CPU.0.NEON=1 CPU.0.ARM_FMA=1 CPU.0.LLAMAFILE=1 CPU.1.NEON=1 CPU.1.ARM_FMA=1 CPU.1.LLAMAFILE=1 CUDA.0.ARCHS=750,800,860,870,890,900,1000,1030,1100,1200,1210 CUDA> Feb 06 21:58:59 spark-8b94 ollama[29713]: //ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:396: GGML_ASSERT(ggml_nbytes(src0) <= INT_MAX) failed Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30462] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30458] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30457] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30456] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30455] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30454] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30453] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30452] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30451] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30450] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30449] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30448] Feb 06 21:58:59 spark-8b94 ollama[29713]: [New LWP 30447] Feb 06 21:58:59 spark-8b94 ollama[29713]: [Thread debugging using libthread_db enabled] Feb 06 21:58:59 spark-8b94 ollama[29713]: Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1". Feb 06 21:58:59 spark-8b94 ollama[29713]: 0x0000c4a0a60b116c in ?? () Feb 06 21:58:59 spark-8b94 ollama[29713]: #0 0x0000c4a0a60b116c in ?? () Feb 06 21:58:59 spark-8b94 ollama[29713]: #1 0x0000000000000080 in ?? () Feb 06 21:58:59 spark-8b94 ollama[29713]: Backtrace stopped: previous frame identical to this frame (corrupt stack?) Feb 06 21:58:59 spark-8b94 ollama[29713]: [Inferior 1 (process 30446) detached] Feb 06 21:58:59 spark-8b94 ollama[29713]: SIGABRT: abort Feb 06 21:58:59 spark-8b94 ollama[29713]: PC=0xf725623e7608 m=12 sigcode=18446744073709551610 Feb 06 21:58:59 spark-8b94 ollama[29713]: signal arrived during cgo execution Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 15 gp=0x4000103c00 m=12 mp=0x4000542808 [syscall]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.cgocall(0xc4a0a6d05594, 0x40001430a8) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/cgocall.go:167 +0x44 fp=0x4000143060 sp=0x4000143020 pc=0xc4a0a60a4914 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/ml/backend/ggml._Cfunc_ggml_backend_sched_reserve(0xf724f50bb1b0, 0xf72290907be0) Feb 06 21:58:59 spark-8b94 ollama[29713]: _cgo_gotypes.go:1012 +0x34 fp=0x40001430a0 sp=0x4000143060 pc=0xc4a0a64ce6c4 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve.func2(...) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/ml/backend/ggml/ggml.go:850 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/ml/backend/ggml.(*Context).Reserve(0x4000f82040) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/ml/backend/ggml/ggml.go:850 +0xe0 fp=0x4000143330 sp=0x40001430a0 pc=0xc4a0a64d8e70 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.(*Server).reserveWorstCaseGraph(0x400024d0e0, 0x1) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1168 +0x834 fp=0x4000143660 sp=0x4000143330 pc=0xc4a0a65a1644 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.(*Server).allocModel(0x400024d0e0, {0xffffef399cfe?, 0x0?}, {0x0, 0x14, {0x4000436dc0, 0x1, 0x1}, 0x1}, {0x0?, ...}, ...) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1231 +0x2e4 fp=0x4000143710 sp=0x4000143660 pc=0xc4a0a65a1d14 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load(0x400024d0e0, {0xc4a0a759aa00, 0x40001ecd20}, 0x4000472780) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1310 +0x460 fp=0x4000143aa0 sp=0x4000143710 pc=0xc4a0a65a2620 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.(*Server).load-fm({0xc4a0a759aa00?, 0x40001ecd20?}, 0x4000127b28?) Feb 06 21:58:59 spark-8b94 ollama[29713]: <autogenerated>:1 +0x40 fp=0x4000143ad0 sp=0x4000143aa0 pc=0xc4a0a65a44d0 Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.HandlerFunc.ServeHTTP(0x40004aba40?, {0xc4a0a759aa00?, 0x40001ecd20?}, 0x4000127b10?) Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http/server.go:2294 +0x38 fp=0x4000143b00 sp=0x4000143ad0 pc=0xc4a0a63614c8 Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*ServeMux).ServeHTTP(0x10?, {0xc4a0a759aa00, 0x40001ecd20}, 0x4000472780) Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http/server.go:2822 +0x1b4 fp=0x4000143b50 sp=0x4000143b00 pc=0xc4a0a6363054 Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.serverHandler.ServeHTTP({0xc4a0a7596e10?}, {0xc4a0a759aa00?, 0x40001ecd20?}, 0x1?) Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http/server.go:3301 +0xbc fp=0x4000143b80 sp=0x4000143b50 pc=0xc4a0a637ed3c Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*conn).serve(0x40004c6480, {0xc4a0a759cec8, 0x4000684ea0}) Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http/server.go:2102 +0x52c fp=0x4000143fa0 sp=0x4000143b80 pc=0xc4a0a635fc6c Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*Server).Serve.gowrap3() Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http/server.go:3454 +0x30 fp=0x4000143fd0 sp=0x4000143fa0 pc=0xc4a0a6364e30 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x4000143fd0 sp=0x4000143fd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by net/http.(*Server).Serve in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http/server.go:3454 +0x3d8 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 1 gp=0x40000021c0 m=nil [IO wait]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x4000145720 sp=0x4000145700 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.netpollblock(0x7000000000?, 0x6?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/netpoll.go:575 +0x158 fp=0x4000145760 sp=0x4000145720 pc=0xc4a0a606cde8 Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.runtime_pollWait(0xf7251b097f30, 0x72) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/netpoll.go:351 +0xa0 fp=0x4000145790 sp=0x4000145760 pc=0xc4a0a60a6fe0 Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*pollDesc).wait(0x400068ef80?, 0xc4a0a6130058?, 0x0) Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll/fd_poll_runtime.go:84 +0x28 fp=0x40001457c0 sp=0x4000145790 pc=0xc4a0a61295f8 Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*pollDesc).waitRead(...) Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll/fd_poll_runtime.go:89 Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*FD).Accept(0x400068ef80) Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll/fd_unix.go:620 +0x24c fp=0x4000145870 sp=0x40001457c0 pc=0xc4a0a612decc Feb 06 21:58:59 spark-8b94 ollama[29713]: net.(*netFD).accept(0x400068ef80) Feb 06 21:58:59 spark-8b94 ollama[29713]: net/fd_unix.go:172 +0x28 fp=0x4000145930 sp=0x4000145870 pc=0xc4a0a619c9d8 Feb 06 21:58:59 spark-8b94 ollama[29713]: net.(*TCPListener).accept(0x4000436d00) Feb 06 21:58:59 spark-8b94 ollama[29713]: net/tcpsock_posix.go:159 +0x24 fp=0x4000145980 sp=0x4000145930 pc=0xc4a0a61b1e74 Feb 06 21:58:59 spark-8b94 ollama[29713]: net.(*TCPListener).Accept(0x4000436d00) Feb 06 21:58:59 spark-8b94 ollama[29713]: net/tcpsock.go:380 +0x2c fp=0x40001459c0 sp=0x4000145980 pc=0xc4a0a61b0e0c Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*onceCloseListener).Accept(0x40004c6480?) Feb 06 21:58:59 spark-8b94 ollama[29713]: <autogenerated>:1 +0x30 fp=0x40001459e0 sp=0x40001459c0 pc=0xc4a0a638b360 Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*Server).Serve(0x400021b900, {0xc4a0a759a820, 0x4000436d00}) Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http/server.go:3424 +0x290 fp=0x4000145b10 sp=0x40001459e0 pc=0xc4a0a6364aa0 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.Execute({0x40000320a0, 0x4, 0x4}) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1446 +0x7fc fp=0x4000145ce0 sp=0x4000145b10 pc=0xc4a0a65a3efc Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner.Execute({0x4000032080?, 0x0?, 0x0?}) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/runner.go:28 +0x190 fp=0x4000145d10 sp=0x4000145ce0 pc=0xc4a0a65f85b0 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/cmd.NewCLI.func3(0x400021b700?, {0xc4a0a70110ff?, 0x4?, 0xc4a0a7011103?}) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/cmd/cmd.go:1979 +0x54 fp=0x4000145d40 sp=0x4000145d10 pc=0xc4a0a6cb5554 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra.(*Command).execute(0x400079f508, {0x40003928c0, 0x5, 0x5}) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra@v1.7.0/command.go:940 +0x648 fp=0x4000145e60 sp=0x4000145d40 pc=0xc4a0a620c6d8 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra.(*Command).ExecuteC(0x400053af08) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra@v1.7.0/command.go:1068 +0x320 fp=0x4000145f20 sp=0x4000145e60 pc=0xc4a0a620ce20 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra.(*Command).Execute(...) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra@v1.7.0/command.go:992 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra.(*Command).ExecuteContext(...) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/spf13/cobra@v1.7.0/command.go:985 Feb 06 21:58:59 spark-8b94 ollama[29713]: main.main() Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/main.go:12 +0x54 fp=0x4000145f40 sp=0x4000145f20 pc=0xc4a0a6cb60a4 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.main() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:283 +0x284 fp=0x4000145fd0 sp=0x4000145f40 pc=0xc4a0a6074194 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x4000145fd0 sp=0x4000145fd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 2 gp=0x4000002c40 m=nil [force gc (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400008cf90 sp=0x400008cf70 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goparkunlock(...) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:441 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.forcegchelper() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:348 +0xb8 fp=0x400008cfd0 sp=0x400008cf90 pc=0xc4a0a60744e8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400008cfd0 sp=0x400008cfd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.init.7 in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:336 +0x24 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 3 gp=0x4000003180 m=nil [GC sweep wait]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400008d760 sp=0x400008d740 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goparkunlock(...) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:441 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.bgsweep(0x40000b8000) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgcsweep.go:316 +0x108 fp=0x400008d7b0 sp=0x400008d760 pc=0xc4a0a605ed18 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcenable.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:204 +0x28 fp=0x400008d7d0 sp=0x400008d7b0 pc=0xc4a0a6052b48 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400008d7d0 sp=0x400008d7d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcenable in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:204 +0x6c Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 4 gp=0x4000003340 m=nil [GC scavenge wait]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0xacf819?, 0x5065f91?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400008df60 sp=0x400008df40 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goparkunlock(...) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:441 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.(*scavengerState).park(0xc4a0a7ea2540) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgcscavenge.go:425 +0x5c fp=0x400008df90 sp=0x400008df60 pc=0xc4a0a605c7dc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.bgscavenge(0x40000b8000) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgcscavenge.go:658 +0xac fp=0x400008dfb0 sp=0x400008df90 pc=0xc4a0a605cd5c Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcenable.gowrap2() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:205 +0x28 fp=0x400008dfd0 sp=0x400008dfb0 pc=0xc4a0a6052ae8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400008dfd0 sp=0x400008dfd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcenable in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:205 +0xac Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 5 gp=0x4000003c00 m=nil [finalizer wait]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x18000001b8?, 0x1000000000000?, 0xf8?, 0xc5?, 0xc4a0a638ddac?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400008c590 sp=0x400008c570 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.runfinq() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mfinal.go:196 +0x108 fp=0x400008c7d0 sp=0x400008c590 pc=0xc4a0a6051b48 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400008c7d0 sp=0x400008c7d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.createfing in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mfinal.go:166 +0x80 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 6 gp=0x40001fe700 m=nil [chan receive]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x40002497c0?, 0x40001184b0?, 0x48?, 0xe7?, 0xc4a0a6174f98?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400008e6f0 sp=0x400008e6d0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.chanrecv(0x40000c6310, 0x0, 0x1) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/chan.go:664 +0x42c fp=0x400008e770 sp=0x400008e6f0 pc=0xc4a0a6043bac Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.chanrecv1(0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/chan.go:506 +0x14 fp=0x400008e7a0 sp=0x400008e770 pc=0xc4a0a6043744 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.unique_runtime_registerUniqueMapCleanup.func2(...) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1796 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1799 +0x3c fp=0x400008e7d0 sp=0x400008e7a0 pc=0xc4a0a6055d6c Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400008e7d0 sp=0x400008e7d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1794 +0x78 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 7 gp=0x40001fec40 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400008ef10 sp=0x400008eef0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400008efb0 sp=0x400008ef10 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400008efd0 sp=0x400008efb0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400008efd0 sp=0x400008efd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 18 gp=0x4000102380 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x4000088710 sp=0x40000886f0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x40000887b0 sp=0x4000088710 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x40000887d0 sp=0x40000887b0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x40000887d0 sp=0x40000887d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 34 gp=0x4000504000 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400050a710 sp=0x400050a6f0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400050a7b0 sp=0x400050a710 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400050a7d0 sp=0x400050a7b0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400050a7d0 sp=0x400050a7d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 8 gp=0x40001fee00 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400008f710 sp=0x400008f6f0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400008f7b0 sp=0x400008f710 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400008f7d0 sp=0x400008f7b0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400008f7d0 sp=0x400008f7d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 19 gp=0x4000102540 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x4000088f10 sp=0x4000088ef0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x4000088fb0 sp=0x4000088f10 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x4000088fd0 sp=0x4000088fb0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x4000088fd0 sp=0x4000088fd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 35 gp=0x40005041c0 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400050af10 sp=0x400050aef0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400050afb0 sp=0x400050af10 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400050afd0 sp=0x400050afb0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400050afd0 sp=0x400050afd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 9 gp=0x40001fefc0 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400008ff10 sp=0x400008fef0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400008ffb0 sp=0x400008ff10 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400008ffd0 sp=0x400008ffb0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400008ffd0 sp=0x400008ffd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 20 gp=0x4000102700 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x4000089710 sp=0x40000896f0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x40000897b0 sp=0x4000089710 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x40000897d0 sp=0x40000897b0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x40000897d0 sp=0x40000897d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 36 gp=0x4000504380 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400050b710 sp=0x400050b6f0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400050b7b0 sp=0x400050b710 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400050b7d0 sp=0x400050b7b0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400050b7d0 sp=0x400050b7d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 10 gp=0x40001ff180 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x4000506710 sp=0x40005066f0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x40005067b0 sp=0x4000506710 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x40005067d0 sp=0x40005067b0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x40005067d0 sp=0x40005067d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 21 gp=0x40001028c0 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x4000089f10 sp=0x4000089ef0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x4000089fb0 sp=0x4000089f10 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x4000089fd0 sp=0x4000089fb0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x4000089fd0 sp=0x4000089fd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 37 gp=0x4000504540 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400050bf10 sp=0x400050bef0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400050bfb0 sp=0x400050bf10 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400050bfd0 sp=0x400050bfb0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400050bfd0 sp=0x400050bfd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 11 gp=0x40001ff340 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x4000506f10 sp=0x4000506ef0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x4000506fb0 sp=0x4000506f10 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x4000506fd0 sp=0x4000506fb0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x4000506fd0 sp=0x4000506fd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 22 gp=0x4000102a80 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4dd259dd2?, 0x1?, 0x70?, 0xc5?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400008a710 sp=0x400008a6f0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400008a7b0 sp=0x400008a710 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400008a7d0 sp=0x400008a7b0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400008a7d0 sp=0x400008a7d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 38 gp=0x4000504700 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4dd2200c0?, 0x1?, 0x42?, 0x50?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400009cf10 sp=0x400009cef0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400009cfb0 sp=0x400009cf10 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400009cfd0 sp=0x400009cfb0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400009cfd0 sp=0x400009cfd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 12 gp=0x40001ff500 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4dd261372?, 0x3?, 0x61?, 0x8b?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x4000507710 sp=0x40005076f0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x40005077b0 sp=0x4000507710 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x40005077d0 sp=0x40005077b0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x40005077d0 sp=0x40005077d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 23 gp=0x4000102c40 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4d2fd8dd7?, 0x1?, 0xa2?, 0x8e?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400008af10 sp=0x400008aef0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400008afb0 sp=0x400008af10 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400008afd0 sp=0x400008afb0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400008afd0 sp=0x400008afd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 39 gp=0x40005048c0 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0xc4a0a7f780c0?, 0x1?, 0x86?, 0x6d?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400050cf10 sp=0x400050cef0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400050cfb0 sp=0x400050cf10 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400050cfd0 sp=0x400050cfb0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400050cfd0 sp=0x400050cfd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 13 gp=0x40001ff6c0 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4dd1cea3e?, 0x1?, 0x80?, 0xae?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x4000507f10 sp=0x4000507ef0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x4000507fb0 sp=0x4000507f10 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x4000507fd0 sp=0x4000507fb0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x4000507fd0 sp=0x4000507fd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 24 gp=0x4000102e00 m=nil [GC worker (idle)]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x1db4dd1ce91e?, 0x1?, 0x3?, 0x66?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400008b710 sp=0x400008b6f0 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkWorker(0x40000c7730) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1423 +0xdc fp=0x400008b7b0 sp=0x400008b710 pc=0xc4a0a6054fdc Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x28 fp=0x400008b7d0 sp=0x400008b7b0 pc=0xc4a0a6054ec8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400008b7d0 sp=0x400008b7d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by runtime.gcBgMarkStartWorkers in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/mgc.go:1339 +0x140 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 14 gp=0x4000103a40 m=nil [sync.WaitGroup.Wait]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0xc4a0a7eb41c0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400009fa90 sp=0x400009fa70 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goparkunlock(...) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:441 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.semacquire1(0x400024d198, 0x0, 0x1, 0x0, 0x18) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/sema.go:188 +0x204 fp=0x400009fae0 sp=0x400009fa90 pc=0xc4a0a6088634 Feb 06 21:58:59 spark-8b94 ollama[29713]: sync.runtime_SemacquireWaitGroup(0x0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/sema.go:110 +0x2c fp=0x400009fb20 sp=0x400009fae0 pc=0xc4a0a60a97dc Feb 06 21:58:59 spark-8b94 ollama[29713]: sync.(*WaitGroup).Wait(0x400024d190) Feb 06 21:58:59 spark-8b94 ollama[29713]: sync/waitgroup.go:118 +0x70 fp=0x400009fb40 sp=0x400009fb20 pc=0xc4a0a60bb3f0 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0x400024d0e0, {0xc4a0a759cf00, 0x4000392960}) Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner/runner.go:441 +0x38 fp=0x400009ffa0 sp=0x400009fb40 pc=0xc4a0a659c2c8 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1423 +0x30 fp=0x400009ffd0 sp=0x400009ffa0 pc=0xc4a0a65a4120 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400009ffd0 sp=0x400009ffd0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 Feb 06 21:58:59 spark-8b94 ollama[29713]: github.com/ollama/ollama/runner/ollamarunner/runner.go:1423 +0x448 Feb 06 21:58:59 spark-8b94 ollama[29713]: goroutine 16 gp=0x4000504e00 m=nil [IO wait]: Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.gopark(0x0?, 0x0?, 0xc8?, 0xd5?, 0xc4a0a60481f0?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/proc.go:435 +0xc8 fp=0x400050d580 sp=0x400050d560 pc=0xc4a0a60a7e28 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.netpollblock(0x0?, 0xffffffff?, 0xff?) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/netpoll.go:575 +0x158 fp=0x400050d5c0 sp=0x400050d580 pc=0xc4a0a606cde8 Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.runtime_pollWait(0xf7251b097e18, 0x72) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/netpoll.go:351 +0xa0 fp=0x400050d5f0 sp=0x400050d5c0 pc=0xc4a0a60a6fe0 Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*pollDesc).wait(0x400068f000?, 0x4000796521?, 0x0) Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll/fd_poll_runtime.go:84 +0x28 fp=0x400050d620 sp=0x400050d5f0 pc=0xc4a0a61295f8 Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*pollDesc).waitRead(...) Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll/fd_poll_runtime.go:89 Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll.(*FD).Read(0x400068f000, {0x4000796521, 0x1, 0x1}) Feb 06 21:58:59 spark-8b94 ollama[29713]: internal/poll/fd_unix.go:165 +0x1fc fp=0x400050d6c0 sp=0x400050d620 pc=0xc4a0a612a8ac Feb 06 21:58:59 spark-8b94 ollama[29713]: net.(*netFD).Read(0x400068f000, {0x4000796521?, 0x400050d758?, 0xc4a0a635a6e4?}) Feb 06 21:58:59 spark-8b94 ollama[29713]: net/fd_posix.go:55 +0x28 fp=0x400050d710 sp=0x400050d6c0 pc=0xc4a0a619afa8 Feb 06 21:58:59 spark-8b94 ollama[29713]: net.(*conn).Read(0x4000522580, {0x4000796521?, 0x0?, 0x0?}) Feb 06 21:58:59 spark-8b94 ollama[29713]: net/net.go:194 +0x34 fp=0x400050d760 sp=0x400050d710 pc=0xc4a0a61a86e4 Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*connReader).backgroundRead(0x4000796510) Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http/server.go:690 +0x40 fp=0x400050d7b0 sp=0x400050d760 pc=0xc4a0a635a5e0 Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http.(*connReader).startBackgroundRead.gowrap2() Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http/server.go:686 +0x28 fp=0x400050d7d0 sp=0x400050d7b0 pc=0xc4a0a635a4c8 Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime.goexit({}) Feb 06 21:58:59 spark-8b94 ollama[29713]: runtime/asm_arm64.s:1223 +0x4 fp=0x400050d7d0 sp=0x400050d7d0 pc=0xc4a0a60afd14 Feb 06 21:58:59 spark-8b94 ollama[29713]: created by net/http.(*connReader).startBackgroundRead in goroutine 15 Feb 06 21:58:59 spark-8b94 ollama[29713]: net/http/server.go:686 +0xc4 Feb 06 21:58:59 spark-8b94 ollama[29713]: r0 0x0 Feb 06 21:58:59 spark-8b94 ollama[29713]: r1 0x76f9 Feb 06 21:58:59 spark-8b94 ollama[29713]: r2 0x6 Feb 06 21:58:59 spark-8b94 ollama[29713]: r3 0xf72511fbf140 Feb 06 21:58:59 spark-8b94 ollama[29713]: r4 0xf725629b4b50 Feb 06 21:58:59 spark-8b94 ollama[29713]: r5 0x1 Feb 06 21:58:59 spark-8b94 ollama[29713]: r6 0x20 Feb 06 21:58:59 spark-8b94 ollama[29713]: r7 0xf72511fbd8d0 Feb 06 21:58:59 spark-8b94 ollama[29713]: r8 0x83 Feb 06 21:58:59 spark-8b94 ollama[29713]: r9 0x0 Feb 06 21:58:59 spark-8b94 ollama[29713]: r10 0x70 Feb 06 21:58:59 spark-8b94 ollama[29713]: r11 0x101010101010101 Feb 06 21:58:59 spark-8b94 ollama[29713]: r12 0xf72511fbd960 Feb 06 21:58:59 spark-8b94 ollama[29713]: r13 0x0 Feb 06 21:58:59 spark-8b94 ollama[29713]: r14 0x1 Feb 06 21:58:59 spark-8b94 ollama[29713]: r15 0x1 Feb 06 21:58:59 spark-8b94 ollama[29713]: r16 0x1 Feb 06 21:58:59 spark-8b94 ollama[29713]: r17 0xf72562387d0c Feb 06 21:58:59 spark-8b94 ollama[29713]: r18 0x9bc37e78 Feb 06 21:58:59 spark-8b94 ollama[29713]: r19 0x76f9 Feb 06 21:58:59 spark-8b94 ollama[29713]: r20 0xf72511fbf140 Feb 06 21:58:59 spark-8b94 ollama[29713]: r21 0x6 Feb 06 21:58:59 spark-8b94 ollama[29713]: r22 0xf724cde867a8 Feb 06 21:58:59 spark-8b94 ollama[29713]: r23 0xf72511fbe690 Feb 06 21:58:59 spark-8b94 ollama[29713]: r24 0xf72290907790 Feb 06 21:58:59 spark-8b94 ollama[29713]: r25 0xf724f50bc948 Feb 06 21:58:59 spark-8b94 ollama[29713]: r26 0xf72290907790 Feb 06 21:58:59 spark-8b94 ollama[29713]: r27 0xf72277ac15f0 Feb 06 21:58:59 spark-8b94 ollama[29713]: r28 0x18 Feb 06 21:58:59 spark-8b94 ollama[29713]: r29 0xf72511fbd860 Feb 06 21:58:59 spark-8b94 ollama[29713]: lr 0xf725623e75f4 Feb 06 21:58:59 spark-8b94 ollama[29713]: sp 0xf72511fbd850 Feb 06 21:58:59 spark-8b94 ollama[29713]: pc 0xf725623e7608 Feb 06 21:58:59 spark-8b94 ollama[29713]: fault 0x0 Feb 06 21:58:59 spark-8b94 ollama[29713]: time=2026-02-06T21:58:59.744+01:00 level=ERROR source=server.go:1204 msg="do load request" error="Post \"http://127.0.0.1:37853/load\": EOF" Feb 06 21:58:59 spark-8b94 ollama[29713]: time=2026-02-06T21:58:59.745+01:00 level=ERROR source=server.go:1204 msg="do load request" error="Post \"http://127.0.0.1:37853/load\": dial tcp 127.0.0.1:37853: connect: connection refused" Feb 06 21:58:59 spark-8b94 ollama[29713]: time=2026-02-06T21:58:59.745+01:00 level=INFO source=sched.go:490 msg="Load failed" model=/usr/share/ollama/.ollama/models/blobs/sha256-65493e1f85b9ea4ba3ed793515fde13cbdbea7d74ad2c662b566b146eab0081e error="model failed to load, this m> Feb 06 21:58:59 spark-8b94 ollama[29713]: time=2026-02-06T21:58:59.828+01:00 level=ERROR source=server.go:303 msg="llama runner terminated" error="exit status 2" Feb 06 21:58:59 spark-8b94 ollama[29713]: [GIN] 2026/02/06 - 21:58:59 | 500 | 3.285000401s | 127.0.0.1 | POST "/api/generate" ``` ### OS Linux ### GPU Nvidia ### CPU Other ### Ollama version ollama version is 0.15.5
GiteaMirror added the bug label 2026-04-12 22:04:38 -05:00
Author
Owner

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

Feb 06 21:58:59 spark-8b94 ollama[29713]: //ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:396: GGML_ASSERT(ggml_nbytes(src0) <= INT_MAX) failed

0.15.5 introduced automatic upscaling of default context, which in this case has chosen the maximum for the model, 128k. Some models don't handle this and crash. You can work around this while the root cause is investigated by setting OLLAMA_CONTEXT_LENGTH to something more reasonable, eg 8192.

<!-- gh-comment-id:3862672905 --> @rick-github commented on GitHub (Feb 6, 2026): ``` Feb 06 21:58:59 spark-8b94 ollama[29713]: //ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:396: GGML_ASSERT(ggml_nbytes(src0) <= INT_MAX) failed ``` 0.15.5 introduced automatic upscaling of default context, which in this case has chosen the maximum for the model, 128k. Some models don't handle this and crash. You can work around this while the root cause is investigated by setting `OLLAMA_CONTEXT_LENGTH` to something more reasonable, eg 8192.
Author
Owner

@heapsoftware commented on GitHub (Feb 7, 2026):

Im having the same issue

<!-- gh-comment-id:3863423736 --> @heapsoftware commented on GitHub (Feb 7, 2026): Im having the same issue
Author
Owner

@JamesInform commented on GitHub (Feb 7, 2026):

Thanks. Waiting for your fix.

<!-- gh-comment-id:3865503997 --> @JamesInform commented on GitHub (Feb 7, 2026): Thanks. Waiting for your fix.
Author
Owner

@lawleo commented on GitHub (Feb 8, 2026):

same for AMD Ryzen™ AI Max+ 395

<!-- gh-comment-id:3865912565 --> @lawleo commented on GitHub (Feb 8, 2026): same for AMD Ryzen™ AI Max+ 395
Author
Owner

@onuratakan commented on GitHub (Feb 13, 2026):

I also reduced the OLLAMA_CONTEXT_LENGTH and then it just works.

<!-- gh-comment-id:3894272872 --> @onuratakan commented on GitHub (Feb 13, 2026): I also reduced the OLLAMA_CONTEXT_LENGTH and then it just works.
Author
Owner

@ac615223s5 commented on GitHub (Mar 1, 2026):

I don't know much about this project's code but replacing INT_MAX with SIZE_MAX fixed the this problem for me

<!-- gh-comment-id:3979800009 --> @ac615223s5 commented on GitHub (Mar 1, 2026): I don't know much about this project's code but replacing INT_MAX with SIZE_MAX fixed the this problem for me
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#9215