ollama - 💡(How to fix) Fix qwen3.5 seg faults on amd vulkan backend. [1 participants]
ON THIS PAGE
Recommended Tools
×6Utilities matched from this issue’s tags and category — try them while you read without losing context.
GitHub issue graph ai analysis
Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.
The report is written in English Markdown for sharing and archival.
Helpful · Quick feedback
Error Message
vulkaninfo --summary ERROR: [Loader Message] Code 0 : loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0 'DISPLAY' environment variable not set... skipping surface info WARNING: radv is not a conformant Vulkan implementation, testing use only.
VULKANINFO
Vulkan Instance Version: 1.4.341
Instance Extensions: count = 26
VK_EXT_acquire_drm_display : extension revision 1 VK_EXT_acquire_xlib_display : extension revision 1 VK_EXT_debug_report : extension revision 10 VK_EXT_debug_utils : extension revision 2 VK_EXT_direct_mode_display : extension revision 1 VK_EXT_display_surface_counter : extension revision 1 VK_EXT_headless_surface : extension revision 1 VK_EXT_layer_settings : extension revision 2 VK_EXT_surface_maintenance1 : extension revision 1 VK_EXT_swapchain_colorspace : extension revision 5 VK_KHR_device_group_creation : extension revision 1 VK_KHR_display : extension revision 23 VK_KHR_external_fence_capabilities : extension revision 1 VK_KHR_external_memory_capabilities : extension revision 1 VK_KHR_external_semaphore_capabilities : extension revision 1 VK_KHR_get_display_properties2 : extension revision 1 VK_KHR_get_physical_device_properties2 : extension revision 2 VK_KHR_get_surface_capabilities2 : extension revision 1 VK_KHR_portability_enumeration : extension revision 1 VK_KHR_surface : extension revision 25 VK_KHR_surface_maintenance1 : extension revision 1 VK_KHR_surface_protected_capabilities : extension revision 1 VK_KHR_wayland_surface : extension revision 6 VK_KHR_xcb_surface : extension revision 6 VK_KHR_xlib_surface : extension revision 6 VK_LUNARG_direct_driver_loading : extension revision 1
Instance Layers: count = 4
VK_LAYER_MESA_anti_lag Open-source implementation of the VK_AMD_anti_lag extension. 1.4.303 version 1 VK_LAYER_MESA_device_select Linux device selection layer 1.4.303 version 1 VK_LAYER_NV_optimus NVIDIA Optimus layer 1.4.325 version 1 VK_LAYER_NV_present NVIDIA Presentation Layer 1.4.325 version 1
Devices:
GPU0: apiVersion = 1.4.335 driverVersion = 26.0.1 vendorID = 0x1002 deviceID = 0x164e deviceType = PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU deviceName = AMD Ryzen 9 7950X3D 16-Core Processor (RADV RAPHAEL_MENDOCINO) driverID = DRIVER_ID_MESA_RADV driverName = radv driverInfo = Mesa 26.0.1-arch1.1 conformanceVersion = 1.4.0.0 deviceUUID = 00000000-1000-0000-0000-000000000000 driverUUID = 414d442d-4d45-5341-2d44-525600000000 GPU1: apiVersion = 1.4.335 driverVersion = 26.0.1 vendorID = 0x1002 deviceID = 0x7551 deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU deviceName = AMD Radeon AI PRO R9700 (RADV GFX1201) driverID = DRIVER_ID_MESA_RADV driverName = radv driverInfo = Mesa 26.0.1-arch1.1 conformanceVersion = 1.4.0.0 deviceUUID = 00000000-0300-0000-0000-000000000000 driverUUID = 414d442d-4d45-5341-2d44-525600000000
Code Example
ollama run qwen3.5:35b
---
vulkaninfo --summary
ERROR: [Loader Message] Code 0 : loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0
'DISPLAY' environment variable not set... skipping surface info
WARNING: radv is not a conformant Vulkan implementation, testing use only.
==========
VULKANINFO
==========
Vulkan Instance Version: 1.4.341
Instance Extensions: count = 26
-------------------------------
VK_EXT_acquire_drm_display : extension revision 1
VK_EXT_acquire_xlib_display : extension revision 1
VK_EXT_debug_report : extension revision 10
VK_EXT_debug_utils : extension revision 2
VK_EXT_direct_mode_display : extension revision 1
VK_EXT_display_surface_counter : extension revision 1
VK_EXT_headless_surface : extension revision 1
VK_EXT_layer_settings : extension revision 2
VK_EXT_surface_maintenance1 : extension revision 1
VK_EXT_swapchain_colorspace : extension revision 5
VK_KHR_device_group_creation : extension revision 1
VK_KHR_display : extension revision 23
VK_KHR_external_fence_capabilities : extension revision 1
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2 : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_portability_enumeration : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_surface_maintenance1 : extension revision 1
VK_KHR_surface_protected_capabilities : extension revision 1
VK_KHR_wayland_surface : extension revision 6
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
VK_LUNARG_direct_driver_loading : extension revision 1
Instance Layers: count = 4
--------------------------
VK_LAYER_MESA_anti_lag Open-source implementation of the VK_AMD_anti_lag extension. 1.4.303 version 1
VK_LAYER_MESA_device_select Linux device selection layer 1.4.303 version 1
VK_LAYER_NV_optimus NVIDIA Optimus layer 1.4.325 version 1
VK_LAYER_NV_present NVIDIA Presentation Layer 1.4.325 version 1
Devices:
========
GPU0:
apiVersion = 1.4.335
driverVersion = 26.0.1
vendorID = 0x1002
deviceID = 0x164e
deviceType = PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
deviceName = AMD Ryzen 9 7950X3D 16-Core Processor (RADV RAPHAEL_MENDOCINO)
driverID = DRIVER_ID_MESA_RADV
driverName = radv
driverInfo = Mesa 26.0.1-arch1.1
conformanceVersion = 1.4.0.0
deviceUUID = 00000000-1000-0000-0000-000000000000
driverUUID = 414d442d-4d45-5341-2d44-525600000000
GPU1:
apiVersion = 1.4.335
driverVersion = 26.0.1
vendorID = 0x1002
deviceID = 0x7551
deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
deviceName = AMD Radeon AI PRO R9700 (RADV GFX1201)
driverID = DRIVER_ID_MESA_RADV
driverName = radv
driverInfo = Mesa 26.0.1-arch1.1
conformanceVersion = 1.4.0.0
deviceUUID = 00000000-0300-0000-0000-000000000000
driverUUID = 414d442d-4d45-5341-2d44-525600000000
---
Mar 02 16:20:12 eg ollama[4530]: [GIN] 2026/03/02 - 16:20:12 | 200 | 16.153348501s | 127.0.0.1 | POST "/api/generate"
Mar 02 16:20:46 eg ollama[4530]: SIGSEGV: segmentation violation
Mar 02 16:20:46 eg ollama[4530]: PC=0x7faed0561787 m=9 sigcode=1 addr=0x639000
Mar 02 16:20:46 eg ollama[4530]: signal arrived during cgo execution
Mar 02 16:20:46 eg ollama[4530]: goroutine 2244 gp=0x1793c3f10960 m=9 mp=0x1793c3e88808 [syscall]:
Mar 02 16:20:46 eg ollama[4530]: runtime.cgocall(0x557d7a662170, 0x1793c3a93a88)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/cgocall.go:167 +0x4b fp=0x1793c3a93a60 sp=0x1793c3a93a28 pc=0x557d797cc48b
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/ml/backend/ggml._Cfunc_ggml_backend_sched_graph_compute_async(0x557d872a4cf0, 0x7faeb80017a0)
Mar 02 16:20:46 eg ollama[4530]: _cgo_gotypes.go:981 +0x4a fp=0x1793c3a93a88 sp=0x1793c3a93a60 pc=0x557d79cb3caa
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/ml/backend/ggml.(*Context).ComputeWithNotify.func2(...)
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/ml/backend/ggml/ggml.go:825
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/ml/backend/ggml.(*Context).ComputeWithNotify(0x1793c40e7b80, 0x1793c40d62c0?, {0x1793c3d17d60, 0x1, 0x2?})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/ml/backend/ggml/ggml.go:825 +0x1b2 fp=0x1793c3a93b60 sp=0x1793c3a93a88 pc=0x557d79cc26b2
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).computeBatch(0x1793c3ebc960, {0x0, {0x557d7b7ecc30, 0x1793c40e7b80}, {0x557d7b7fadc8, 0x1793c6a4b5f0}, {0x1793c533dc80, 0xd, 0x10}, {{0x557d7b7fadc8, ...}, ...}, ...})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:716 +0x892 fp=0x1793c3a93ef0 sp=0x1793c3a93b60 pc=0x557d79dee452
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:459 +0x6f fp=0x1793c3a93fe0 sp=0x1793c3a93ef0 pc=0x557d79dec0ef
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a93fe8 sp=0x1793c3a93fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by github.com/ollama/ollama/runner/ollamarunner.(*Server).run in goroutine 46
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:459 +0x393
Mar 02 16:20:46 eg ollama[4530]: goroutine 1 gp=0x1793c39b41e0 m=nil [IO wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c45d3770 sp=0x1793c45d3750 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.netpollblock(0x1793c3e1f7c0?, 0x7975f566?, 0x7d?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/netpoll.go:575 +0xf7 fp=0x1793c45d37a8 sp=0x1793c45d3770 pc=0x557d79792a17
Mar 02 16:20:46 eg ollama[4530]: internal/poll.runtime_pollWait(0x7faf200c0600, 0x72)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/netpoll.go:351 +0x85 fp=0x1793c45d37c8 sp=0x1793c45d37a8 pc=0x557d797ceb05
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*pollDesc).wait(0x1793c3d0f000?, 0x900000036?, 0x0)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0x1793c45d37f0 sp=0x1793c45d37c8 pc=0x557d7984e027
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*pollDesc).waitRead(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:89
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*FD).Accept(0x1793c3d0f000)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_unix.go:613 +0x28c fp=0x1793c45d3898 sp=0x1793c45d37f0 pc=0x557d798530ac
Mar 02 16:20:46 eg ollama[4530]: net.(*netFD).accept(0x1793c3d0f000)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/fd_unix.go:150 +0x29 fp=0x1793c45d3950 sp=0x1793c45d3898 pc=0x557d798bb009
Mar 02 16:20:46 eg ollama[4530]: net.(*TCPListener).accept(0x1793c3c43500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/tcpsock_posix.go:159 +0x1b fp=0x1793c45d39a0 sp=0x1793c45d3950 pc=0x557d798d06bb
Mar 02 16:20:46 eg ollama[4530]: net.(*TCPListener).Accept(0x1793c3c43500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/tcpsock.go:387 +0x30 fp=0x1793c45d39d0 sp=0x1793c45d39a0 pc=0x557d798cf610
Mar 02 16:20:46 eg ollama[4530]: net/http.(*onceCloseListener).Accept(0x1793c3da2480?)
Mar 02 16:20:46 eg ollama[4530]: <autogenerated>:1 +0x1b fp=0x1793c45d39e8 sp=0x1793c45d39d0 pc=0x557d79b002fb
Mar 02 16:20:46 eg ollama[4530]: net/http.(*Server).Serve(0x1793c39add00, {0x557d7b7dd280, 0x1793c3c43500})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:3434 +0x30c fp=0x1793c45d3b18 sp=0x1793c45d39e8 pc=0x557d79ad99cc
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.Execute({0x1793c39e6110, 0x4, 0x4})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:1447 +0x94d fp=0x1793c45d3ce8 sp=0x1793c45d3b18 pc=0x557d79df548d
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner.Execute({0x1793c39e60f0?, 0x0?, 0x0?})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/runner.go:18 +0x12b fp=0x1793c45d3d28 sp=0x1793c45d3ce8 pc=0x557d79e013ab
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/cmd.NewCLI.func3(0x1793c39ada00?, {0x557d7a95841c?, 0x4?, 0x557d7a958420?})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/cmd/cmd.go:2270 +0x45 fp=0x1793c45d3d50 sp=0x1793c45d3d28 pc=0x557d7a5f2365
Mar 02 16:20:46 eg ollama[4530]: github.com/spf13/cobra.(*Command).execute(0x1793c3dafb08, {0x1793c3cec9b0, 0x5, 0x5})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x8b4 fp=0x1793c45d3e70 sp=0x1793c45d3d50 pc=0x557d799334d4
Mar 02 16:20:46 eg ollama[4530]: github.com/spf13/cobra.(*Command).ExecuteC(0x1793c3c64908)
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x398 fp=0x1793c45d3f28 sp=0x1793c45d3e70 pc=0x557d79933cf8
Mar 02 16:20:46 eg ollama[4530]: github.com/spf13/cobra.(*Command).Execute(...)
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992
Mar 02 16:20:46 eg ollama[4530]: github.com/spf13/cobra.(*Command).ExecuteContext(...)
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985
Mar 02 16:20:46 eg ollama[4530]: main.main()
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/main.go:12 +0x4d fp=0x1793c45d3f48 sp=0x1793c45d3f28 pc=0x557d7a5f46ed
Mar 02 16:20:46 eg ollama[4530]: runtime.main()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:290 +0x2d5 fp=0x1793c45d3fe0 sp=0x1793c45d3f48 pc=0x557d79799f75
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c45d3fe8 sp=0x1793c45d3fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: goroutine 2 gp=0x1793c39b4d20 m=nil [force gc (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a84fa8 sp=0x1793c3a84f88 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.goparkunlock(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:468
Mar 02 16:20:46 eg ollama[4530]: runtime.forcegchelper()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:375 +0xb8 fp=0x1793c3a84fe0 sp=0x1793c3a84fa8 pc=0x557d7979a298
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a84fe8 sp=0x1793c3a84fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.init.7 in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:363 +0x1a
Mar 02 16:20:46 eg ollama[4530]: goroutine 3 gp=0x1793c39b52c0 m=nil [GC sweep wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a85788 sp=0x1793c3a85768 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.goparkunlock(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:468
Mar 02 16:20:46 eg ollama[4530]: runtime.bgsweep(0x1793c3aac000)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgcsweep.go:324 +0x151 fp=0x1793c3a857c8 sp=0x1793c3a85788 pc=0x557d79783eb1
Mar 02 16:20:46 eg ollama[4530]: runtime.gcenable.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:214 +0x17 fp=0x1793c3a857e0 sp=0x1793c3a857c8 pc=0x557d797751d7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a857e8 sp=0x1793c3a857e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcenable in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:214 +0x66
Mar 02 16:20:46 eg ollama[4530]: goroutine 4 gp=0x1793c39b54a0 m=nil [GC scavenge wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x10000?, 0x3b9aca00?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a85f78 sp=0x1793c3a85f58 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.goparkunlock(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:468
Mar 02 16:20:46 eg ollama[4530]: runtime.(*scavengerState).park(0x557d7b94c5e0)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgcscavenge.go:425 +0x49 fp=0x1793c3a85fa8 sp=0x1793c3a85f78 pc=0x557d79781909
Mar 02 16:20:46 eg ollama[4530]: runtime.bgscavenge(0x1793c3aac000)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgcscavenge.go:658 +0x59 fp=0x1793c3a85fc8 sp=0x1793c3a85fa8 pc=0x557d79781e99
Mar 02 16:20:46 eg ollama[4530]: runtime.gcenable.gowrap2()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:215 +0x17 fp=0x1793c3a85fe0 sp=0x1793c3a85fc8 pc=0x557d79775197
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a85fe8 sp=0x1793c3a85fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcenable in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:215 +0xa5
Mar 02 16:20:46 eg ollama[4530]: goroutine 5 gp=0x1793c3ad2000 m=nil [finalizer wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x557d797a98d7?, 0x1c8?, 0x60?, 0x8d?, 0x1793c3a84601?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a84620 sp=0x1793c3a84600 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.runFinalizers()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mfinal.go:210 +0x107 fp=0x1793c3a847e0 sp=0x1793c3a84620 pc=0x557d79774127
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a847e8 sp=0x1793c3a847e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.createfing in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mfinal.go:172 +0x3d
Mar 02 16:20:46 eg ollama[4530]: goroutine 6 gp=0x1793c3ad2d20 m=nil [cleanup wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a86768 sp=0x1793c3a86748 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.goparkunlock(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:468
Mar 02 16:20:46 eg ollama[4530]: runtime.(*cleanupQueue).dequeue(0x557d7b94d020)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mcleanup.go:522 +0xd4 fp=0x1793c3a867a0 sp=0x1793c3a86768 pc=0x557d79770f34
Mar 02 16:20:46 eg ollama[4530]: runtime.runCleanups()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mcleanup.go:718 +0x45 fp=0x1793c3a867e0 sp=0x1793c3a867a0 pc=0x557d797715a5
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a867e8 sp=0x1793c3a867e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.(*cleanupQueue).createGs in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mcleanup.go:672 +0xa5
Mar 02 16:20:46 eg ollama[4530]: goroutine 7 gp=0x1793c3ad2f00 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a86f40 sp=0x1793c3a86f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a86fc8 sp=0x1793c3a86f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a86fe0 sp=0x1793c3a86fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a86fe8 sp=0x1793c3a86fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 18 gp=0x1793c3e84000 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a80740 sp=0x1793c3a80720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a807c8 sp=0x1793c3a80740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a807e0 sp=0x1793c3a807c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a807e8 sp=0x1793c3a807e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 34 gp=0x1793c3b043c0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1a740 sp=0x1793c3b1a720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1a7c8 sp=0x1793c3b1a740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1a7e0 sp=0x1793c3b1a7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1a7e8 sp=0x1793c3b1a7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 8 gp=0x1793c3ad30e0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a87740 sp=0x1793c3a87720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a877c8 sp=0x1793c3a87740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a877e0 sp=0x1793c3a877c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a877e8 sp=0x1793c3a877e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 19 gp=0x1793c3e841e0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a80f40 sp=0x1793c3a80f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a80fc8 sp=0x1793c3a80f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a80fe0 sp=0x1793c3a80fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a80fe8 sp=0x1793c3a80fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 35 gp=0x1793c3b045a0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1af40 sp=0x1793c3b1af20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1afc8 sp=0x1793c3b1af40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1afe0 sp=0x1793c3b1afc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1afe8 sp=0x1793c3b1afe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 9 gp=0x1793c3ad3680 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a87f40 sp=0x1793c3a87f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a87fc8 sp=0x1793c3a87f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a87fe0 sp=0x1793c3a87fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a87fe8 sp=0x1793c3a87fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 10 gp=0x1793c3ad3860 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b16740 sp=0x1793c3b16720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b167c8 sp=0x1793c3b16740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b167e0 sp=0x1793c3b167c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b167e8 sp=0x1793c3b167e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 11 gp=0x1793c3ad3a40 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b16f40 sp=0x1793c3b16f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b16fc8 sp=0x1793c3b16f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b16fe0 sp=0x1793c3b16fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b16fe8 sp=0x1793c3b16fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 12 gp=0x1793c3ad3c20 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b17740 sp=0x1793c3b17720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b177c8 sp=0x1793c3b17740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b177e0 sp=0x1793c3b177c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b177e8 sp=0x1793c3b177e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 50 gp=0x1793c3f04000 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0a740 sp=0x1793c3f0a720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0a7c8 sp=0x1793c3f0a740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0a7e0 sp=0x1793c3f0a7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0a7e8 sp=0x1793c3f0a7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 51 gp=0x1793c3f041e0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0af40 sp=0x1793c3f0af20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0afc8 sp=0x1793c3f0af40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0afe0 sp=0x1793c3f0afc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0afe8 sp=0x1793c3f0afe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 52 gp=0x1793c3f043c0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0b740 sp=0x1793c3f0b720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0b7c8 sp=0x1793c3f0b740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0b7e0 sp=0x1793c3f0b7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0b7e8 sp=0x1793c3f0b7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 53 gp=0x1793c3f045a0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0bf40 sp=0x1793c3f0bf20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0bfc8 sp=0x1793c3f0bf40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0bfe0 sp=0x1793c3f0bfc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0bfe8 sp=0x1793c3f0bfe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 20 gp=0x1793c3e843c0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a81740 sp=0x1793c3a81720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a817c8 sp=0x1793c3a81740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a817e0 sp=0x1793c3a817c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a817e8 sp=0x1793c3a817e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 36 gp=0x1793c3b04780 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1b740 sp=0x1793c3b1b720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1b7c8 sp=0x1793c3b1b740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1b7e0 sp=0x1793c3b1b7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1b7e8 sp=0x1793c3b1b7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 37 gp=0x1793c3b04960 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1bf40 sp=0x1793c3b1bf20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1bfc8 sp=0x1793c3b1bf40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1bfe0 sp=0x1793c3b1bfc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1bfe8 sp=0x1793c3b1bfe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 38 gp=0x1793c3b04b40 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1c740 sp=0x1793c3b1c720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1c7c8 sp=0x1793c3b1c740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1c7e0 sp=0x1793c3b1c7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1c7e8 sp=0x1793c3b1c7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 39 gp=0x1793c3b04d20 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1dce0b?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1cf40 sp=0x1793c3b1cf20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1cfc8 sp=0x1793c3b1cf40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1cfe0 sp=0x1793c3b1cfc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1cfe8 sp=0x1793c3b1cfe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 40 gp=0x1793c3b04f00 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef109f71?, 0x1?, 0x52?, 0x1e?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1d740 sp=0x1793c3b1d720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1d7c8 sp=0x1793c3b1d740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1d7e0 sp=0x1793c3b1d7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1d7e8 sp=0x1793c3b1d7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 41 gp=0x1793c3b050e0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef20d482?, 0x1?, 0x83?, 0xbf?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1df40 sp=0x1793c3b1df20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1dfc8 sp=0x1793c3b1df40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1dfe0 sp=0x1793c3b1dfc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1dfe8 sp=0x1793c3b1dfe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 42 gp=0x1793c3b052c0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef109801?, 0x3?, 0xa4?, 0x5a?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f06740 sp=0x1793c3f06720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f067c8 sp=0x1793c3f06740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f067e0 sp=0x1793c3f067c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f067e8 sp=0x1793c3f067e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 43 gp=0x1793c3b054a0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef10a911?, 0x1?, 0xa6?, 0x71?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f06f40 sp=0x1793c3f06f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f06fc8 sp=0x1793c3f06f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f06fe0 sp=0x1793c3f06fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f06fe8 sp=0x1793c3f06fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 21 gp=0x1793c3e845a0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef10a148?, 0x1?, 0x4a?, 0x71?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a81f40 sp=0x1793c3a81f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a81fc8 sp=0x1793c3a81f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a81fe0 sp=0x1793c3a81fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a81fe8 sp=0x1793c3a81fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 54 gp=0x1793c3f04780 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef109648?, 0x1?, 0xd3?, 0xdd?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0c740 sp=0x1793c3f0c720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0c7c8 sp=0x1793c3f0c740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0c7e0 sp=0x1793c3f0c7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0c7e8 sp=0x1793c3f0c7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 44 gp=0x1793c3b05680 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1d69c6?, 0x1?, 0x51?, 0xc8?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f07740 sp=0x1793c3f07720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f077c8 sp=0x1793c3f07740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f077e0 sp=0x1793c3f077c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f077e8 sp=0x1793c3f077e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 22 gp=0x1793c3e84780 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1dd3fd?, 0x3?, 0x77?, 0xa7?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a82740 sp=0x1793c3a82720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a827c8 sp=0x1793c3a82740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a827e0 sp=0x1793c3a827c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a827e8 sp=0x1793c3a827e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 55 gp=0x1793c3f04960 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1096b7?, 0x1?, 0x8?, 0x46?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0cf40 sp=0x1793c3f0cf20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0cfc8 sp=0x1793c3f0cf40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0cfe0 sp=0x1793c3f0cfc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0cfe8 sp=0x1793c3f0cfe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 56 gp=0x1793c3f04b40 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef21055a?, 0x1?, 0xfd?, 0x55?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0d740 sp=0x1793c3f0d720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0d7c8 sp=0x1793c3f0d740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0d7e0 sp=0x1793c3f0d7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0d7e8 sp=0x1793c3f0d7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 23 gp=0x1793c3e84960 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1d9e19?, 0x3?, 0x7f?, 0x6f?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a82f40 sp=0x1793c3a82f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a82fc8 sp=0x1793c3a82f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a82fe0 sp=0x1793c3a82fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a82fe8 sp=0x1793c3a82fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 45 gp=0x1793c3b05860 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1eaf77?, 0x1?, 0x2d?, 0x56?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f07f40 sp=0x1793c3f07f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f07fc8 sp=0x1793c3f07f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f07fe0 sp=0x1793c3f07fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f07fe8 sp=0x1793c3f07fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 24 gp=0x1793c3e84b40 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1d058c?, 0x1?, 0x74?, 0x3d?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a83740 sp=0x1793c3a83720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a837c8 sp=0x1793c3a83740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a837e0 sp=0x1793c3a837c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a837e8 sp=0x1793c3a837e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 46 gp=0x1793c3ebcb40 m=nil [chan receive]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x557d7b71ff40?, 0x1793c473a001?, 0x78?, 0x17?, 0x557d7980cc53?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c45d1730 sp=0x1793c45d1710 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.chanrecv(0x1793c41ac000, 0x0, 0x1)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/chan.go:667 +0x4ae fp=0x1793c45d17a8 sp=0x1793c45d1730 pc=0x557d7976286e
Mar 02 16:20:46 eg ollama[4530]: runtime.chanrecv1(0x557d7a99b3da?, 0x29?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/chan.go:509 +0x12 fp=0x1793c45d17d0 sp=0x1793c45d17a8 pc=0x557d79762392
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).forwardBatch(_, {0x1, {0x557d7b7ecc30, 0x1793c6a458c0}, {0x557d7b7fadc8, 0x1793c41d1440}, {0x1793c41803a0, 0x1, 0x1}, {{0x557d7b7fadc8, ...}, ...}, ...})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:476 +0x105 fp=0x1793c45d1b58 sp=0x1793c45d17d0 pc=0x557d79dec205
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0x1793c3ebc960, {0x557d7b7dffd0, 0x1793c3ceca50})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:453 +0x1da fp=0x1793c45d1fb8 sp=0x1793c45d1b58 pc=0x557d79debe1a
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:1424 +0x1f fp=0x1793c45d1fe0 sp=0x1793c45d1fb8 pc=0x557d79df56bf
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c45d1fe8 sp=0x1793c45d1fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:1424 +0x4c9
Mar 02 16:20:46 eg ollama[4530]: goroutine 47 gp=0x1793c3ebcf00 m=nil [select]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x1793c39f9a00?, 0x2?, 0x9b?, 0x87?, 0x1793c39f9864?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c39f9698 sp=0x1793c39f9678 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.selectgo(0x1793c39f9a00, 0x1793c39f9860, 0xd?, 0x0, 0x1?, 0x1)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/select.go:351 +0xaa5 fp=0x1793c39f97c8 sp=0x1793c39f9698 pc=0x557d797ad3a5
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).completion(0x1793c3ebc960, {0x557d7b7dd460, 0x1793c40d2690}, 0x1793c3b74a00)
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:956 +0xc77 fp=0x1793c39f9ab8 sp=0x1793c39f97c8 pc=0x557d79df0697
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).completion-fm({0x557d7b7dd460?, 0x1793c40d2690?}, 0x1793c39f9b38?)
Mar 02 16:20:46 eg ollama[4530]: <autogenerated>:1 +0x2d fp=0x1793c39f9ae8 sp=0x1793c39f9ab8 pc=0x557d79df5b2d
Mar 02 16:20:46 eg ollama[4530]: net/http.HandlerFunc.ServeHTTP(0x1793c3b7e900?, {0x557d7b7dd460?, 0x1793c40d2690?}, 0x1793c39f9b58?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:2286 +0x29 fp=0x1793c39f9b10 sp=0x1793c39f9ae8 pc=0x557d79ad6109
Mar 02 16:20:46 eg ollama[4530]: net/http.(*ServeMux).ServeHTTP(0x557d7976c5a5?, {0x557d7b7dd460, 0x1793c40d2690}, 0x1793c3b74a00)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:2828 +0x1c7 fp=0x1793c39f9b60 sp=0x1793c39f9b10 pc=0x557d79ad7f07
Mar 02 16:20:46 eg ollama[4530]: net/http.serverHandler.ServeHTTP({0x557d7b7d9a98?}, {0x557d7b7dd460?, 0x1793c40d2690?}, 0x1?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:3311 +0x8e fp=0x1793c39f9b90 sp=0x1793c39f9b60 pc=0x557d79af572e
Mar 02 16:20:46 eg ollama[4530]: net/http.(*conn).serve(0x1793c3da2480, {0x557d7b7dff98, 0x1793c3d51b90})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:2073 +0x650 fp=0x1793c39f9fb8 sp=0x1793c39f9b90 pc=0x557d79ad41f0
Mar 02 16:20:46 eg ollama[4530]: net/http.(*Server).Serve.gowrap3()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:3464 +0x1f fp=0x1793c39f9fe0 sp=0x1793c39f9fb8 pc=0x557d79ad9dbf
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c39f9fe8 sp=0x1793c39f9fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by net/http.(*Server).Serve in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:3464 +0x485
Mar 02 16:20:46 eg ollama[4530]: goroutine 2258 gp=0x1793c3ebdc20 m=nil [chan receive]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x557d7b71ff40?, 0x100093c40a2b01?, 0x8?, 0x2b?, 0x557d7980cc53?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c40a2ac0 sp=0x1793c40a2aa0 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.chanrecv(0x1793c3aba310, 0x0, 0x1)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/chan.go:667 +0x4ae fp=0x1793c40a2b38 sp=0x1793c40a2ac0 pc=0x557d7976286e
Mar 02 16:20:46 eg ollama[4530]: runtime.chanrecv1(0x557d7a99efb1?, 0x2c?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/chan.go:509 +0x12 fp=0x1793c40a2b60 sp=0x1793c40a2b38 pc=0x557d79762392
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).computeBatch(0x1793c3ebc960, {0x1, {0x557d7b7ecc30, 0x1793c6a458c0}, {0x557d7b7fadc8, 0x1793c41d1440}, {0x1793c41803a0, 0x1, 0x1}, {{0x557d7b7fadc8, ...}, ...}, ...})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:645 +0x19b fp=0x1793c40a2ef0 sp=0x1793c40a2b60 pc=0x557d79dedd5b
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:459 +0x6f fp=0x1793c40a2fe0 sp=0x1793c40a2ef0 pc=0x557d79dec0ef
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c40a2fe8 sp=0x1793c40a2fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by github.com/ollama/ollama/runner/ollamarunner.(*Server).run in goroutine 46
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:459 +0x393
Mar 02 16:20:46 eg ollama[4530]: goroutine 2243 gp=0x1793c3f10f00 m=nil [IO wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x7fae794588c0?, 0x0?, 0xb0?, 0x76?, 0xb?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3ee45d8 sp=0x1793c3ee45b8 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.netpollblock(0x557d797f2678?, 0x7975f566?, 0x7d?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/netpoll.go:575 +0xf7 fp=0x1793c3ee4610 sp=0x1793c3ee45d8 pc=0x557d79792a17
Mar 02 16:20:46 eg ollama[4530]: internal/poll.runtime_pollWait(0x7faf200c0400, 0x72)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/netpoll.go:351 +0x85 fp=0x1793c3ee4630 sp=0x1793c3ee4610 pc=0x557d797ceb05
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*pollDesc).wait(0x1793c3d0f080?, 0x1793c3c435e1?, 0x0)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0x1793c3ee4658 sp=0x1793c3ee4630 pc=0x557d7984e027
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*pollDesc).waitRead(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:89
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*FD).Read(0x1793c3d0f080, {0x1793c3c435e1, 0x1, 0x1})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_unix.go:165 +0x2ae fp=0x1793c3ee46f0 sp=0x1793c3ee4658 pc=0x557d7984f24e
Mar 02 16:20:46 eg ollama[4530]: net.(*netFD).Read(0x1793c3d0f080, {0x1793c3c435e1?, 0x557d7b840810?, 0x1793c3ee4770?})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/fd_posix.go:68 +0x25 fp=0x1793c3ee4738 sp=0x1793c3ee46f0 pc=0x557d798b92c5
Mar 02 16:20:46 eg ollama[4530]: net.(*conn).Read(0x1793c3e8a760, {0x1793c3c435e1?, 0x1793c6c0afc0?, 0x557d79b49fe0?})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/net.go:196 +0x45 fp=0x1793c3ee4780 sp=0x1793c3ee4738 pc=0x557d798c6de5
Mar 02 16:20:46 eg ollama[4530]: net/http.(*connReader).backgroundRead(0x1793c3c435c0)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:702 +0x33 fp=0x1793c3ee47c8 sp=0x1793c3ee4780 pc=0x557d79acddd3
Mar 02 16:20:46 eg ollama[4530]: net/http.(*connReader).startBackgroundRead.gowrap2()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:698 +0x17 fp=0x1793c3ee47e0 sp=0x1793c3ee47c8 pc=0x557d79acdd37
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3ee47e8 sp=0x1793c3ee47e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by net/http.(*connReader).startBackgroundRead in goroutine 47
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:698 +0xb6
Mar 02 16:20:46 eg ollama[4530]: rax 0x639000
Mar 02 16:20:46 eg ollama[4530]: rbx 0x80
Mar 02 16:20:46 eg ollama[4530]: rcx 0x0
Mar 02 16:20:46 eg ollama[4530]: rdx 0x7fa87c008040
Mar 02 16:20:46 eg ollama[4530]: rdi 0x200
Mar 02 16:20:46 eg ollama[4530]: rsi 0x7fa87c008044
Mar 02 16:20:46 eg ollama[4530]: rbp 0x7faed17f9660
Mar 02 16:20:46 eg ollama[4530]: rsp 0x7faed17f9580
Mar 02 16:20:46 eg ollama[4530]: r8 0x0
Mar 02 16:20:46 eg ollama[4530]: r9 0x0
Mar 02 16:20:46 eg ollama[4530]: r10 0x40
Mar 02 16:20:46 eg ollama[4530]: r11 0x80
Mar 02 16:20:46 eg ollama[4530]: r12 0x40
Mar 02 16:20:46 eg ollama[4530]: r13 0x7f
Mar 02 16:20:46 eg ollama[4530]: r14 0x7fa87c008040
Mar 02 16:20:46 eg ollama[4530]: r15 0x639000
Mar 02 16:20:46 eg ollama[4530]: rip 0x7faed0561787
Mar 02 16:20:46 eg ollama[4530]: rflags 0x10246
Mar 02 16:20:46 eg ollama[4530]: cs 0x33
Mar 02 16:20:46 eg ollama[4530]: fs 0x0
Mar 02 16:20:46 eg ollama[4530]: gs 0x0
Mar 02 16:20:47 eg ollama[4530]: time=2026-03-02T16:20:47.172-05:00 level=ERROR source=server.go:1611 msg="post predict" error="Post \"http://127.0.0.1:34339/completion\": EOF"
Mar 02 16:20:47 eg ollama[4530]: [GIN] 2026/03/02 - 16:20:47 | 500 | 779.031266ms | 127.0.0.1 | POST "/api/chat"RAW_BUFFERClick to expand / collapse
What is the issue?
happening when multiple versions of qwen3.5. model loads and once you send a prompt it'll seg fault.
ollama run qwen3.5:35bvulkaninfo --summary
ERROR: [Loader Message] Code 0 : loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0
'DISPLAY' environment variable not set... skipping surface info
WARNING: radv is not a conformant Vulkan implementation, testing use only.
==========
VULKANINFO
==========
Vulkan Instance Version: 1.4.341
Instance Extensions: count = 26
-------------------------------
VK_EXT_acquire_drm_display : extension revision 1
VK_EXT_acquire_xlib_display : extension revision 1
VK_EXT_debug_report : extension revision 10
VK_EXT_debug_utils : extension revision 2
VK_EXT_direct_mode_display : extension revision 1
VK_EXT_display_surface_counter : extension revision 1
VK_EXT_headless_surface : extension revision 1
VK_EXT_layer_settings : extension revision 2
VK_EXT_surface_maintenance1 : extension revision 1
VK_EXT_swapchain_colorspace : extension revision 5
VK_KHR_device_group_creation : extension revision 1
VK_KHR_display : extension revision 23
VK_KHR_external_fence_capabilities : extension revision 1
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2 : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_portability_enumeration : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_surface_maintenance1 : extension revision 1
VK_KHR_surface_protected_capabilities : extension revision 1
VK_KHR_wayland_surface : extension revision 6
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
VK_LUNARG_direct_driver_loading : extension revision 1
Instance Layers: count = 4
--------------------------
VK_LAYER_MESA_anti_lag Open-source implementation of the VK_AMD_anti_lag extension. 1.4.303 version 1
VK_LAYER_MESA_device_select Linux device selection layer 1.4.303 version 1
VK_LAYER_NV_optimus NVIDIA Optimus layer 1.4.325 version 1
VK_LAYER_NV_present NVIDIA Presentation Layer 1.4.325 version 1
Devices:
========
GPU0:
apiVersion = 1.4.335
driverVersion = 26.0.1
vendorID = 0x1002
deviceID = 0x164e
deviceType = PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
deviceName = AMD Ryzen 9 7950X3D 16-Core Processor (RADV RAPHAEL_MENDOCINO)
driverID = DRIVER_ID_MESA_RADV
driverName = radv
driverInfo = Mesa 26.0.1-arch1.1
conformanceVersion = 1.4.0.0
deviceUUID = 00000000-1000-0000-0000-000000000000
driverUUID = 414d442d-4d45-5341-2d44-525600000000
GPU1:
apiVersion = 1.4.335
driverVersion = 26.0.1
vendorID = 0x1002
deviceID = 0x7551
deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
deviceName = AMD Radeon AI PRO R9700 (RADV GFX1201)
driverID = DRIVER_ID_MESA_RADV
driverName = radv
driverInfo = Mesa 26.0.1-arch1.1
conformanceVersion = 1.4.0.0
deviceUUID = 00000000-0300-0000-0000-000000000000
driverUUID = 414d442d-4d45-5341-2d44-525600000000Relevant log output
Mar 02 16:20:12 eg ollama[4530]: [GIN] 2026/03/02 - 16:20:12 | 200 | 16.153348501s | 127.0.0.1 | POST "/api/generate"
Mar 02 16:20:46 eg ollama[4530]: SIGSEGV: segmentation violation
Mar 02 16:20:46 eg ollama[4530]: PC=0x7faed0561787 m=9 sigcode=1 addr=0x639000
Mar 02 16:20:46 eg ollama[4530]: signal arrived during cgo execution
Mar 02 16:20:46 eg ollama[4530]: goroutine 2244 gp=0x1793c3f10960 m=9 mp=0x1793c3e88808 [syscall]:
Mar 02 16:20:46 eg ollama[4530]: runtime.cgocall(0x557d7a662170, 0x1793c3a93a88)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/cgocall.go:167 +0x4b fp=0x1793c3a93a60 sp=0x1793c3a93a28 pc=0x557d797cc48b
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/ml/backend/ggml._Cfunc_ggml_backend_sched_graph_compute_async(0x557d872a4cf0, 0x7faeb80017a0)
Mar 02 16:20:46 eg ollama[4530]: _cgo_gotypes.go:981 +0x4a fp=0x1793c3a93a88 sp=0x1793c3a93a60 pc=0x557d79cb3caa
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/ml/backend/ggml.(*Context).ComputeWithNotify.func2(...)
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/ml/backend/ggml/ggml.go:825
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/ml/backend/ggml.(*Context).ComputeWithNotify(0x1793c40e7b80, 0x1793c40d62c0?, {0x1793c3d17d60, 0x1, 0x2?})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/ml/backend/ggml/ggml.go:825 +0x1b2 fp=0x1793c3a93b60 sp=0x1793c3a93a88 pc=0x557d79cc26b2
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).computeBatch(0x1793c3ebc960, {0x0, {0x557d7b7ecc30, 0x1793c40e7b80}, {0x557d7b7fadc8, 0x1793c6a4b5f0}, {0x1793c533dc80, 0xd, 0x10}, {{0x557d7b7fadc8, ...}, ...}, ...})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:716 +0x892 fp=0x1793c3a93ef0 sp=0x1793c3a93b60 pc=0x557d79dee452
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:459 +0x6f fp=0x1793c3a93fe0 sp=0x1793c3a93ef0 pc=0x557d79dec0ef
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a93fe8 sp=0x1793c3a93fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by github.com/ollama/ollama/runner/ollamarunner.(*Server).run in goroutine 46
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:459 +0x393
Mar 02 16:20:46 eg ollama[4530]: goroutine 1 gp=0x1793c39b41e0 m=nil [IO wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c45d3770 sp=0x1793c45d3750 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.netpollblock(0x1793c3e1f7c0?, 0x7975f566?, 0x7d?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/netpoll.go:575 +0xf7 fp=0x1793c45d37a8 sp=0x1793c45d3770 pc=0x557d79792a17
Mar 02 16:20:46 eg ollama[4530]: internal/poll.runtime_pollWait(0x7faf200c0600, 0x72)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/netpoll.go:351 +0x85 fp=0x1793c45d37c8 sp=0x1793c45d37a8 pc=0x557d797ceb05
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*pollDesc).wait(0x1793c3d0f000?, 0x900000036?, 0x0)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0x1793c45d37f0 sp=0x1793c45d37c8 pc=0x557d7984e027
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*pollDesc).waitRead(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:89
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*FD).Accept(0x1793c3d0f000)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_unix.go:613 +0x28c fp=0x1793c45d3898 sp=0x1793c45d37f0 pc=0x557d798530ac
Mar 02 16:20:46 eg ollama[4530]: net.(*netFD).accept(0x1793c3d0f000)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/fd_unix.go:150 +0x29 fp=0x1793c45d3950 sp=0x1793c45d3898 pc=0x557d798bb009
Mar 02 16:20:46 eg ollama[4530]: net.(*TCPListener).accept(0x1793c3c43500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/tcpsock_posix.go:159 +0x1b fp=0x1793c45d39a0 sp=0x1793c45d3950 pc=0x557d798d06bb
Mar 02 16:20:46 eg ollama[4530]: net.(*TCPListener).Accept(0x1793c3c43500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/tcpsock.go:387 +0x30 fp=0x1793c45d39d0 sp=0x1793c45d39a0 pc=0x557d798cf610
Mar 02 16:20:46 eg ollama[4530]: net/http.(*onceCloseListener).Accept(0x1793c3da2480?)
Mar 02 16:20:46 eg ollama[4530]: <autogenerated>:1 +0x1b fp=0x1793c45d39e8 sp=0x1793c45d39d0 pc=0x557d79b002fb
Mar 02 16:20:46 eg ollama[4530]: net/http.(*Server).Serve(0x1793c39add00, {0x557d7b7dd280, 0x1793c3c43500})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:3434 +0x30c fp=0x1793c45d3b18 sp=0x1793c45d39e8 pc=0x557d79ad99cc
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.Execute({0x1793c39e6110, 0x4, 0x4})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:1447 +0x94d fp=0x1793c45d3ce8 sp=0x1793c45d3b18 pc=0x557d79df548d
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner.Execute({0x1793c39e60f0?, 0x0?, 0x0?})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/runner.go:18 +0x12b fp=0x1793c45d3d28 sp=0x1793c45d3ce8 pc=0x557d79e013ab
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/cmd.NewCLI.func3(0x1793c39ada00?, {0x557d7a95841c?, 0x4?, 0x557d7a958420?})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/cmd/cmd.go:2270 +0x45 fp=0x1793c45d3d50 sp=0x1793c45d3d28 pc=0x557d7a5f2365
Mar 02 16:20:46 eg ollama[4530]: github.com/spf13/cobra.(*Command).execute(0x1793c3dafb08, {0x1793c3cec9b0, 0x5, 0x5})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/pkg/mod/github.com/spf13/[email protected]/command.go:940 +0x8b4 fp=0x1793c45d3e70 sp=0x1793c45d3d50 pc=0x557d799334d4
Mar 02 16:20:46 eg ollama[4530]: github.com/spf13/cobra.(*Command).ExecuteC(0x1793c3c64908)
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/pkg/mod/github.com/spf13/[email protected]/command.go:1068 +0x398 fp=0x1793c45d3f28 sp=0x1793c45d3e70 pc=0x557d79933cf8
Mar 02 16:20:46 eg ollama[4530]: github.com/spf13/cobra.(*Command).Execute(...)
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/pkg/mod/github.com/spf13/[email protected]/command.go:992
Mar 02 16:20:46 eg ollama[4530]: github.com/spf13/cobra.(*Command).ExecuteContext(...)
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/pkg/mod/github.com/spf13/[email protected]/command.go:985
Mar 02 16:20:46 eg ollama[4530]: main.main()
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/main.go:12 +0x4d fp=0x1793c45d3f48 sp=0x1793c45d3f28 pc=0x557d7a5f46ed
Mar 02 16:20:46 eg ollama[4530]: runtime.main()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:290 +0x2d5 fp=0x1793c45d3fe0 sp=0x1793c45d3f48 pc=0x557d79799f75
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c45d3fe8 sp=0x1793c45d3fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: goroutine 2 gp=0x1793c39b4d20 m=nil [force gc (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a84fa8 sp=0x1793c3a84f88 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.goparkunlock(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:468
Mar 02 16:20:46 eg ollama[4530]: runtime.forcegchelper()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:375 +0xb8 fp=0x1793c3a84fe0 sp=0x1793c3a84fa8 pc=0x557d7979a298
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a84fe8 sp=0x1793c3a84fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.init.7 in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:363 +0x1a
Mar 02 16:20:46 eg ollama[4530]: goroutine 3 gp=0x1793c39b52c0 m=nil [GC sweep wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a85788 sp=0x1793c3a85768 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.goparkunlock(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:468
Mar 02 16:20:46 eg ollama[4530]: runtime.bgsweep(0x1793c3aac000)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgcsweep.go:324 +0x151 fp=0x1793c3a857c8 sp=0x1793c3a85788 pc=0x557d79783eb1
Mar 02 16:20:46 eg ollama[4530]: runtime.gcenable.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:214 +0x17 fp=0x1793c3a857e0 sp=0x1793c3a857c8 pc=0x557d797751d7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a857e8 sp=0x1793c3a857e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcenable in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:214 +0x66
Mar 02 16:20:46 eg ollama[4530]: goroutine 4 gp=0x1793c39b54a0 m=nil [GC scavenge wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x10000?, 0x3b9aca00?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a85f78 sp=0x1793c3a85f58 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.goparkunlock(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:468
Mar 02 16:20:46 eg ollama[4530]: runtime.(*scavengerState).park(0x557d7b94c5e0)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgcscavenge.go:425 +0x49 fp=0x1793c3a85fa8 sp=0x1793c3a85f78 pc=0x557d79781909
Mar 02 16:20:46 eg ollama[4530]: runtime.bgscavenge(0x1793c3aac000)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgcscavenge.go:658 +0x59 fp=0x1793c3a85fc8 sp=0x1793c3a85fa8 pc=0x557d79781e99
Mar 02 16:20:46 eg ollama[4530]: runtime.gcenable.gowrap2()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:215 +0x17 fp=0x1793c3a85fe0 sp=0x1793c3a85fc8 pc=0x557d79775197
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a85fe8 sp=0x1793c3a85fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcenable in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:215 +0xa5
Mar 02 16:20:46 eg ollama[4530]: goroutine 5 gp=0x1793c3ad2000 m=nil [finalizer wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x557d797a98d7?, 0x1c8?, 0x60?, 0x8d?, 0x1793c3a84601?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a84620 sp=0x1793c3a84600 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.runFinalizers()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mfinal.go:210 +0x107 fp=0x1793c3a847e0 sp=0x1793c3a84620 pc=0x557d79774127
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a847e8 sp=0x1793c3a847e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.createfing in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mfinal.go:172 +0x3d
Mar 02 16:20:46 eg ollama[4530]: goroutine 6 gp=0x1793c3ad2d20 m=nil [cleanup wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a86768 sp=0x1793c3a86748 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.goparkunlock(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:468
Mar 02 16:20:46 eg ollama[4530]: runtime.(*cleanupQueue).dequeue(0x557d7b94d020)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mcleanup.go:522 +0xd4 fp=0x1793c3a867a0 sp=0x1793c3a86768 pc=0x557d79770f34
Mar 02 16:20:46 eg ollama[4530]: runtime.runCleanups()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mcleanup.go:718 +0x45 fp=0x1793c3a867e0 sp=0x1793c3a867a0 pc=0x557d797715a5
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a867e8 sp=0x1793c3a867e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.(*cleanupQueue).createGs in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mcleanup.go:672 +0xa5
Mar 02 16:20:46 eg ollama[4530]: goroutine 7 gp=0x1793c3ad2f00 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a86f40 sp=0x1793c3a86f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a86fc8 sp=0x1793c3a86f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a86fe0 sp=0x1793c3a86fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a86fe8 sp=0x1793c3a86fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 18 gp=0x1793c3e84000 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a80740 sp=0x1793c3a80720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a807c8 sp=0x1793c3a80740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a807e0 sp=0x1793c3a807c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a807e8 sp=0x1793c3a807e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 34 gp=0x1793c3b043c0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1a740 sp=0x1793c3b1a720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1a7c8 sp=0x1793c3b1a740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1a7e0 sp=0x1793c3b1a7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1a7e8 sp=0x1793c3b1a7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 8 gp=0x1793c3ad30e0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a87740 sp=0x1793c3a87720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a877c8 sp=0x1793c3a87740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a877e0 sp=0x1793c3a877c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a877e8 sp=0x1793c3a877e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 19 gp=0x1793c3e841e0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a80f40 sp=0x1793c3a80f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a80fc8 sp=0x1793c3a80f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a80fe0 sp=0x1793c3a80fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a80fe8 sp=0x1793c3a80fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 35 gp=0x1793c3b045a0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1af40 sp=0x1793c3b1af20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1afc8 sp=0x1793c3b1af40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1afe0 sp=0x1793c3b1afc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1afe8 sp=0x1793c3b1afe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 9 gp=0x1793c3ad3680 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a87f40 sp=0x1793c3a87f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a87fc8 sp=0x1793c3a87f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a87fe0 sp=0x1793c3a87fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a87fe8 sp=0x1793c3a87fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 10 gp=0x1793c3ad3860 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b16740 sp=0x1793c3b16720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b167c8 sp=0x1793c3b16740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b167e0 sp=0x1793c3b167c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b167e8 sp=0x1793c3b167e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 11 gp=0x1793c3ad3a40 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b16f40 sp=0x1793c3b16f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b16fc8 sp=0x1793c3b16f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b16fe0 sp=0x1793c3b16fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b16fe8 sp=0x1793c3b16fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 12 gp=0x1793c3ad3c20 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b17740 sp=0x1793c3b17720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b177c8 sp=0x1793c3b17740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b177e0 sp=0x1793c3b177c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b177e8 sp=0x1793c3b177e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 50 gp=0x1793c3f04000 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0a740 sp=0x1793c3f0a720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0a7c8 sp=0x1793c3f0a740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0a7e0 sp=0x1793c3f0a7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0a7e8 sp=0x1793c3f0a7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 51 gp=0x1793c3f041e0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0af40 sp=0x1793c3f0af20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0afc8 sp=0x1793c3f0af40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0afe0 sp=0x1793c3f0afc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0afe8 sp=0x1793c3f0afe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 52 gp=0x1793c3f043c0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0b740 sp=0x1793c3f0b720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0b7c8 sp=0x1793c3f0b740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0b7e0 sp=0x1793c3f0b7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0b7e8 sp=0x1793c3f0b7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 53 gp=0x1793c3f045a0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0bf40 sp=0x1793c3f0bf20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0bfc8 sp=0x1793c3f0bf40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0bfe0 sp=0x1793c3f0bfc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0bfe8 sp=0x1793c3f0bfe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 20 gp=0x1793c3e843c0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a81740 sp=0x1793c3a81720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a817c8 sp=0x1793c3a81740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a817e0 sp=0x1793c3a817c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a817e8 sp=0x1793c3a817e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 36 gp=0x1793c3b04780 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1b740 sp=0x1793c3b1b720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1b7c8 sp=0x1793c3b1b740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1b7e0 sp=0x1793c3b1b7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1b7e8 sp=0x1793c3b1b7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 37 gp=0x1793c3b04960 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1bf40 sp=0x1793c3b1bf20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1bfc8 sp=0x1793c3b1bf40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1bfe0 sp=0x1793c3b1bfc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1bfe8 sp=0x1793c3b1bfe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 38 gp=0x1793c3b04b40 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1c740 sp=0x1793c3b1c720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1c7c8 sp=0x1793c3b1c740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1c7e0 sp=0x1793c3b1c7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1c7e8 sp=0x1793c3b1c7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 39 gp=0x1793c3b04d20 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1dce0b?, 0x0?, 0x0?, 0x0?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1cf40 sp=0x1793c3b1cf20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1cfc8 sp=0x1793c3b1cf40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1cfe0 sp=0x1793c3b1cfc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1cfe8 sp=0x1793c3b1cfe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 40 gp=0x1793c3b04f00 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef109f71?, 0x1?, 0x52?, 0x1e?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1d740 sp=0x1793c3b1d720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1d7c8 sp=0x1793c3b1d740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1d7e0 sp=0x1793c3b1d7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1d7e8 sp=0x1793c3b1d7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 41 gp=0x1793c3b050e0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef20d482?, 0x1?, 0x83?, 0xbf?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3b1df40 sp=0x1793c3b1df20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3b1dfc8 sp=0x1793c3b1df40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3b1dfe0 sp=0x1793c3b1dfc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3b1dfe8 sp=0x1793c3b1dfe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 42 gp=0x1793c3b052c0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef109801?, 0x3?, 0xa4?, 0x5a?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f06740 sp=0x1793c3f06720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f067c8 sp=0x1793c3f06740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f067e0 sp=0x1793c3f067c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f067e8 sp=0x1793c3f067e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 43 gp=0x1793c3b054a0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef10a911?, 0x1?, 0xa6?, 0x71?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f06f40 sp=0x1793c3f06f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f06fc8 sp=0x1793c3f06f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f06fe0 sp=0x1793c3f06fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f06fe8 sp=0x1793c3f06fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 21 gp=0x1793c3e845a0 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef10a148?, 0x1?, 0x4a?, 0x71?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a81f40 sp=0x1793c3a81f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a81fc8 sp=0x1793c3a81f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a81fe0 sp=0x1793c3a81fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a81fe8 sp=0x1793c3a81fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 54 gp=0x1793c3f04780 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef109648?, 0x1?, 0xd3?, 0xdd?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0c740 sp=0x1793c3f0c720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0c7c8 sp=0x1793c3f0c740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0c7e0 sp=0x1793c3f0c7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0c7e8 sp=0x1793c3f0c7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 44 gp=0x1793c3b05680 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1d69c6?, 0x1?, 0x51?, 0xc8?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f07740 sp=0x1793c3f07720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f077c8 sp=0x1793c3f07740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f077e0 sp=0x1793c3f077c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f077e8 sp=0x1793c3f077e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 22 gp=0x1793c3e84780 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1dd3fd?, 0x3?, 0x77?, 0xa7?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a82740 sp=0x1793c3a82720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a827c8 sp=0x1793c3a82740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a827e0 sp=0x1793c3a827c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a827e8 sp=0x1793c3a827e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 55 gp=0x1793c3f04960 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1096b7?, 0x1?, 0x8?, 0x46?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0cf40 sp=0x1793c3f0cf20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0cfc8 sp=0x1793c3f0cf40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0cfe0 sp=0x1793c3f0cfc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0cfe8 sp=0x1793c3f0cfe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 56 gp=0x1793c3f04b40 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef21055a?, 0x1?, 0xfd?, 0x55?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f0d740 sp=0x1793c3f0d720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f0d7c8 sp=0x1793c3f0d740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f0d7e0 sp=0x1793c3f0d7c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f0d7e8 sp=0x1793c3f0d7e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 23 gp=0x1793c3e84960 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1d9e19?, 0x3?, 0x7f?, 0x6f?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a82f40 sp=0x1793c3a82f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a82fc8 sp=0x1793c3a82f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a82fe0 sp=0x1793c3a82fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a82fe8 sp=0x1793c3a82fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 45 gp=0x1793c3b05860 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1eaf77?, 0x1?, 0x2d?, 0x56?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3f07f40 sp=0x1793c3f07f20 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3f07fc8 sp=0x1793c3f07f40 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3f07fe0 sp=0x1793c3f07fc8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3f07fe8 sp=0x1793c3f07fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 24 gp=0x1793c3e84b40 m=nil [GC worker (idle)]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x380ef1d058c?, 0x1?, 0x74?, 0x3d?, 0x0?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3a83740 sp=0x1793c3a83720 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkWorker(0x1793c3abb500)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1791 +0xeb fp=0x1793c3a837c8 sp=0x1793c3a83740 pc=0x557d79777ceb
Mar 02 16:20:46 eg ollama[4530]: runtime.gcBgMarkStartWorkers.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x17 fp=0x1793c3a837e0 sp=0x1793c3a837c8 pc=0x557d79777bd7
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3a837e8 sp=0x1793c3a837e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by runtime.gcBgMarkStartWorkers in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/mgc.go:1695 +0x105
Mar 02 16:20:46 eg ollama[4530]: goroutine 46 gp=0x1793c3ebcb40 m=nil [chan receive]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x557d7b71ff40?, 0x1793c473a001?, 0x78?, 0x17?, 0x557d7980cc53?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c45d1730 sp=0x1793c45d1710 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.chanrecv(0x1793c41ac000, 0x0, 0x1)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/chan.go:667 +0x4ae fp=0x1793c45d17a8 sp=0x1793c45d1730 pc=0x557d7976286e
Mar 02 16:20:46 eg ollama[4530]: runtime.chanrecv1(0x557d7a99b3da?, 0x29?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/chan.go:509 +0x12 fp=0x1793c45d17d0 sp=0x1793c45d17a8 pc=0x557d79762392
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).forwardBatch(_, {0x1, {0x557d7b7ecc30, 0x1793c6a458c0}, {0x557d7b7fadc8, 0x1793c41d1440}, {0x1793c41803a0, 0x1, 0x1}, {{0x557d7b7fadc8, ...}, ...}, ...})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:476 +0x105 fp=0x1793c45d1b58 sp=0x1793c45d17d0 pc=0x557d79dec205
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0x1793c3ebc960, {0x557d7b7dffd0, 0x1793c3ceca50})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:453 +0x1da fp=0x1793c45d1fb8 sp=0x1793c45d1b58 pc=0x557d79debe1a
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:1424 +0x1f fp=0x1793c45d1fe0 sp=0x1793c45d1fb8 pc=0x557d79df56bf
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c45d1fe8 sp=0x1793c45d1fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:1424 +0x4c9
Mar 02 16:20:46 eg ollama[4530]: goroutine 47 gp=0x1793c3ebcf00 m=nil [select]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x1793c39f9a00?, 0x2?, 0x9b?, 0x87?, 0x1793c39f9864?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c39f9698 sp=0x1793c39f9678 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.selectgo(0x1793c39f9a00, 0x1793c39f9860, 0xd?, 0x0, 0x1?, 0x1)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/select.go:351 +0xaa5 fp=0x1793c39f97c8 sp=0x1793c39f9698 pc=0x557d797ad3a5
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).completion(0x1793c3ebc960, {0x557d7b7dd460, 0x1793c40d2690}, 0x1793c3b74a00)
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:956 +0xc77 fp=0x1793c39f9ab8 sp=0x1793c39f97c8 pc=0x557d79df0697
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).completion-fm({0x557d7b7dd460?, 0x1793c40d2690?}, 0x1793c39f9b38?)
Mar 02 16:20:46 eg ollama[4530]: <autogenerated>:1 +0x2d fp=0x1793c39f9ae8 sp=0x1793c39f9ab8 pc=0x557d79df5b2d
Mar 02 16:20:46 eg ollama[4530]: net/http.HandlerFunc.ServeHTTP(0x1793c3b7e900?, {0x557d7b7dd460?, 0x1793c40d2690?}, 0x1793c39f9b58?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:2286 +0x29 fp=0x1793c39f9b10 sp=0x1793c39f9ae8 pc=0x557d79ad6109
Mar 02 16:20:46 eg ollama[4530]: net/http.(*ServeMux).ServeHTTP(0x557d7976c5a5?, {0x557d7b7dd460, 0x1793c40d2690}, 0x1793c3b74a00)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:2828 +0x1c7 fp=0x1793c39f9b60 sp=0x1793c39f9b10 pc=0x557d79ad7f07
Mar 02 16:20:46 eg ollama[4530]: net/http.serverHandler.ServeHTTP({0x557d7b7d9a98?}, {0x557d7b7dd460?, 0x1793c40d2690?}, 0x1?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:3311 +0x8e fp=0x1793c39f9b90 sp=0x1793c39f9b60 pc=0x557d79af572e
Mar 02 16:20:46 eg ollama[4530]: net/http.(*conn).serve(0x1793c3da2480, {0x557d7b7dff98, 0x1793c3d51b90})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:2073 +0x650 fp=0x1793c39f9fb8 sp=0x1793c39f9b90 pc=0x557d79ad41f0
Mar 02 16:20:46 eg ollama[4530]: net/http.(*Server).Serve.gowrap3()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:3464 +0x1f fp=0x1793c39f9fe0 sp=0x1793c39f9fb8 pc=0x557d79ad9dbf
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c39f9fe8 sp=0x1793c39f9fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by net/http.(*Server).Serve in goroutine 1
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:3464 +0x485
Mar 02 16:20:46 eg ollama[4530]: goroutine 2258 gp=0x1793c3ebdc20 m=nil [chan receive]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x557d7b71ff40?, 0x100093c40a2b01?, 0x8?, 0x2b?, 0x557d7980cc53?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c40a2ac0 sp=0x1793c40a2aa0 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.chanrecv(0x1793c3aba310, 0x0, 0x1)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/chan.go:667 +0x4ae fp=0x1793c40a2b38 sp=0x1793c40a2ac0 pc=0x557d7976286e
Mar 02 16:20:46 eg ollama[4530]: runtime.chanrecv1(0x557d7a99efb1?, 0x2c?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/chan.go:509 +0x12 fp=0x1793c40a2b60 sp=0x1793c40a2b38 pc=0x557d79762392
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).computeBatch(0x1793c3ebc960, {0x1, {0x557d7b7ecc30, 0x1793c6a458c0}, {0x557d7b7fadc8, 0x1793c41d1440}, {0x1793c41803a0, 0x1, 0x1}, {{0x557d7b7fadc8, ...}, ...}, ...})
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:645 +0x19b fp=0x1793c40a2ef0 sp=0x1793c40a2b60 pc=0x557d79dedd5b
Mar 02 16:20:46 eg ollama[4530]: github.com/ollama/ollama/runner/ollamarunner.(*Server).run.gowrap1()
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:459 +0x6f fp=0x1793c40a2fe0 sp=0x1793c40a2ef0 pc=0x557d79dec0ef
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c40a2fe8 sp=0x1793c40a2fe0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by github.com/ollama/ollama/runner/ollamarunner.(*Server).run in goroutine 46
Mar 02 16:20:46 eg ollama[4530]: /build/ollama/src/ollama/runner/ollamarunner/runner.go:459 +0x393
Mar 02 16:20:46 eg ollama[4530]: goroutine 2243 gp=0x1793c3f10f00 m=nil [IO wait]:
Mar 02 16:20:46 eg ollama[4530]: runtime.gopark(0x7fae794588c0?, 0x0?, 0xb0?, 0x76?, 0xb?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/proc.go:462 +0xce fp=0x1793c3ee45d8 sp=0x1793c3ee45b8 pc=0x557d797cf92e
Mar 02 16:20:46 eg ollama[4530]: runtime.netpollblock(0x557d797f2678?, 0x7975f566?, 0x7d?)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/netpoll.go:575 +0xf7 fp=0x1793c3ee4610 sp=0x1793c3ee45d8 pc=0x557d79792a17
Mar 02 16:20:46 eg ollama[4530]: internal/poll.runtime_pollWait(0x7faf200c0400, 0x72)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/netpoll.go:351 +0x85 fp=0x1793c3ee4630 sp=0x1793c3ee4610 pc=0x557d797ceb05
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*pollDesc).wait(0x1793c3d0f080?, 0x1793c3c435e1?, 0x0)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0x1793c3ee4658 sp=0x1793c3ee4630 pc=0x557d7984e027
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*pollDesc).waitRead(...)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_poll_runtime.go:89
Mar 02 16:20:46 eg ollama[4530]: internal/poll.(*FD).Read(0x1793c3d0f080, {0x1793c3c435e1, 0x1, 0x1})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/internal/poll/fd_unix.go:165 +0x2ae fp=0x1793c3ee46f0 sp=0x1793c3ee4658 pc=0x557d7984f24e
Mar 02 16:20:46 eg ollama[4530]: net.(*netFD).Read(0x1793c3d0f080, {0x1793c3c435e1?, 0x557d7b840810?, 0x1793c3ee4770?})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/fd_posix.go:68 +0x25 fp=0x1793c3ee4738 sp=0x1793c3ee46f0 pc=0x557d798b92c5
Mar 02 16:20:46 eg ollama[4530]: net.(*conn).Read(0x1793c3e8a760, {0x1793c3c435e1?, 0x1793c6c0afc0?, 0x557d79b49fe0?})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/net.go:196 +0x45 fp=0x1793c3ee4780 sp=0x1793c3ee4738 pc=0x557d798c6de5
Mar 02 16:20:46 eg ollama[4530]: net/http.(*connReader).backgroundRead(0x1793c3c435c0)
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:702 +0x33 fp=0x1793c3ee47c8 sp=0x1793c3ee4780 pc=0x557d79acddd3
Mar 02 16:20:46 eg ollama[4530]: net/http.(*connReader).startBackgroundRead.gowrap2()
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:698 +0x17 fp=0x1793c3ee47e0 sp=0x1793c3ee47c8 pc=0x557d79acdd37
Mar 02 16:20:46 eg ollama[4530]: runtime.goexit({})
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x1793c3ee47e8 sp=0x1793c3ee47e0 pc=0x557d797d75a1
Mar 02 16:20:46 eg ollama[4530]: created by net/http.(*connReader).startBackgroundRead in goroutine 47
Mar 02 16:20:46 eg ollama[4530]: /usr/lib/go/src/net/http/server.go:698 +0xb6
Mar 02 16:20:46 eg ollama[4530]: rax 0x639000
Mar 02 16:20:46 eg ollama[4530]: rbx 0x80
Mar 02 16:20:46 eg ollama[4530]: rcx 0x0
Mar 02 16:20:46 eg ollama[4530]: rdx 0x7fa87c008040
Mar 02 16:20:46 eg ollama[4530]: rdi 0x200
Mar 02 16:20:46 eg ollama[4530]: rsi 0x7fa87c008044
Mar 02 16:20:46 eg ollama[4530]: rbp 0x7faed17f9660
Mar 02 16:20:46 eg ollama[4530]: rsp 0x7faed17f9580
Mar 02 16:20:46 eg ollama[4530]: r8 0x0
Mar 02 16:20:46 eg ollama[4530]: r9 0x0
Mar 02 16:20:46 eg ollama[4530]: r10 0x40
Mar 02 16:20:46 eg ollama[4530]: r11 0x80
Mar 02 16:20:46 eg ollama[4530]: r12 0x40
Mar 02 16:20:46 eg ollama[4530]: r13 0x7f
Mar 02 16:20:46 eg ollama[4530]: r14 0x7fa87c008040
Mar 02 16:20:46 eg ollama[4530]: r15 0x639000
Mar 02 16:20:46 eg ollama[4530]: rip 0x7faed0561787
Mar 02 16:20:46 eg ollama[4530]: rflags 0x10246
Mar 02 16:20:46 eg ollama[4530]: cs 0x33
Mar 02 16:20:46 eg ollama[4530]: fs 0x0
Mar 02 16:20:46 eg ollama[4530]: gs 0x0
Mar 02 16:20:47 eg ollama[4530]: time=2026-03-02T16:20:47.172-05:00 level=ERROR source=server.go:1611 msg="post predict" error="Post \"http://127.0.0.1:34339/completion\": EOF"
Mar 02 16:20:47 eg ollama[4530]: [GIN] 2026/03/02 - 16:20:47 | 500 | 779.031266ms | 127.0.0.1 | POST "/api/chat"OS
arch linux - fully up to date.
GPU
AMD Radeon AI PRO R9700 (RADV GFX1201)
CPU
AMD Ryzen 9 7950X3D 16-Core Processor
Ollama version
0.17.5
extent analysis
Fix Plan
The issue appears to be related to a segmentation fault when running the ollama command with multiple versions of the qwen3.5 model. To fix this, we can try the following steps:
- Update Ollama: Ensure that Ollama is updated to the latest version. The current version is 0.17.5, but it's possible that a newer version may have fixed this issue.
- Check GPU Drivers: Verify that the AMD Radeon AI PRO R9700 (RADV GFX1201) GPU drivers are up to date. Outdated drivers can cause compatibility issues with Ollama.
- Disable Multiple Model Loading: Try disabling the loading of multiple models and see if the issue persists. This can be done by modifying the
ollamacommand to only load a single model. - Increase Memory Allocation: Increase the memory allocation for the
ollamaprocess. This can be done by setting theGOMAXPROCSenvironment variable to a higher value.
Example code to increase memory allocation:
import "os"
func main() {
// ...
os.Setenv("GOMAXPROCS", "16") // Set GOMAXPROCS to 16
// ...
}Alternatively, you can set the GOMAXPROCS environment variable before running the ollama command:
GOMAXPROCS=16 ollama run qwen3.5:35b- Check for Memory Leaks: Use tools like
valgrindorgdbto check for memory leaks in theollamaprocess.
Verification
To verify that the fix worked, run the ollama command with the modified settings and check for any segmentation faults. If the issue persists, try increasing the memory allocation further or disabling multiple model loading.
Extra Tips
- Ensure that the system has sufficient memory and resources to run the
ollamacommand. - Consider using a different GPU or CPU to rule out any hardware-related issues.
- If the issue persists, try debugging the
ollamacode to identify the root cause of the segmentation fault.
Vote matrix · Quick signals
Still need to ship something?
×6Another batch ranked right after the header list — different links, same matching logic.
TRENDING
- Feature Request: Configurable per-minute rate limiting (RPM) for models to prevent 429 errors
- Android: Hermes App + Termux install share ~/.hermes and cause silent permission loops
- hermes update emits unicode-animations ANSI demo in non-interactive logs
- hermes update downgrades aiohttp from 3.13.4 to 3.13.3
- npm install warns about deprecated @babel/plugin-proposal-private-methods
- DingTalk inbound media URLs are skipped as unreadable native image paths
- fix(dashboard): ChatPage clears header action buttons on ALL pages, not just Sessions
- [Bug]: check_web_api_key() hardcodes built-in backends — third-party web search plugins silently disabled
- Hermes Web UI 修复经验:GatewayManager 补丁、进程 D 状态、数据库升级问题
- Telegram gateway can silently drop turn after /stop with response=0 chars while internal work continues
- Bug Report: v0.14.0 上下文污染 — 历史回复碎片回注到新请求
- Bug: hermes skills search table truncates Identifier column — install fails with copied value
- [skills-index-watchdog] Skills index is stale or degraded (degraded)
- Discord approval embed not rendering on web/mobile — embed data present in API but invisible
- Idea: Discord voice-channel participation / opt-in auto-join mode
- [Feature]: Claude Code--ultrawork
- build-arm64 job deterministically fails on cold cache (Azure SAS token expires mid-build)
- [Enhancement] computer_use: action=type should fall back to key events for terminal emulators (Ghostty/Terminal.app/iTerm2)
- Feature Request: Session Recovery on Temporary Provider Outage
- [Bug]: Hermes dashboard not working on NixOS (container)
- [Feature]: Add option to ignore @all/@everyone mentions in Feishu group chats
- QQ Bot WebSocket 频繁断开:长时间工具执行阻塞 asyncio 事件循环导致心跳超时
- patch tool: new_string escape sequences (\t) get written literally
- Feature Request: i18n / 多语言支持(国际化)
- Bug: web_crawl schema lets models auto-guess "instructions" instead of asking the user via clarify
- feat: `!command` prefix for direct shell execution (like Claude Code)
- Expose currently-running cron jobs via /api/jobs (or new endpoint)
- [Bug]: Kanban parent-child handoff: scratch workspace GC destroys artifacts before child can read them
- [Bug, Windows] hermes gateway restart loses session context — planned_stop_marker not written before SIGTERM
- [Bug]: Codex→DeepSeek fallback sends assistant turns without reasoning_content → HTTP 400 (require-side cross-provider failover)
- [Bug]: Update got stuck half way, reboot it, then ModuleNotFoundError: No module named 'hermes_cli'
- Kanban dispatcher corrupt-board handling and multi-profile gateway ownership ambiguity
- Gateway can resend a short fallback message when the real final Telegram response was already delivered
- [BUG] Bedrock: Fix 'Invalid API Key format' for presigned URL tokens
- Secret redaction corrupts code syntax in tool output (write_file, execute_code, terminal)
- Unable to connect Ollama Cloud with Pro Subscription to Hermes
- feat: fuzzy substring matching for /skill autocomplete
- PRD: Autonomous market-impact prediction briefing system
- Kanban dashboard should support task/card deep links
- [Feature] Native Feishu CardKit Streaming: consolidate best-in-class implementations
- [Feature]: Inject mental model into context when using Hindsight
- Interactive CLI hides tool output despite display.tool_progress=all, and hermes chat -v does not restore it
- fix(api_server): _handle_responses drops text.format JSON schema — structured output constraints silently ignored
- state.db FTS corruption goes undetected — no integrity check, no repair path
- bug: fallback routing can select text-only models for image requests and hide the primary failure
- feat(kanban): persist worker session_id per run and pass --resume on respawn after unblock
- feat(kanban): support GitHub/OMO lifecycle bridge for Xiyou-style automation
- Expose update-safe TUI/composer hooks for voice transcript and composer events
- Hide or configure voice transcript status rows in editable dictation mode
- [Feature]: Per-Tool / Per-Toolset Approval Policies
- Context compression creates orphan sessions missing from state.db
- messaging platform
- feat: Add read-only / silent monitoring mode for WhatsApp adapter
- double-.hermes path mismatch, the HOME env var leak, and the fallback-notification UX problem
- Bug: Plattform-Bundle name `hermes-yuanbao` in `agent.disabled_toolsets` silently kills ALL tools in gateway path (Telegram + cron), CLI unaffected
- CLI /yolo (in-chat) does not bypass dangerous command approvals — env var freeze + missing enable_session_yolo call
- OpenAI Codex provider crashes with "'NoneType' object is not iterable" (HTTP None)
- DEEPSEEK_API_KEY blocked by env blocklist in gateway process — cron jobs fail with deepseek provider
- fix(feishu): Card action callback routing issues - invalid message_id and unrecognized /card command
- Discord plugin: profiles without explicit `discord:` block silently get `require_mention=true` + `auto_thread=true` (regression in cc8e5ec2a)
- [Bug]: DISCORD_ALLOWED_ROLES ignored by gateway _is_user_authorized — role-authorized users get 'Unauthorized user' rejection
- [Bug]: /new, /clear, and /reset commands freeze the terminal session
- openai-codex subscription backend returns HTTP 200 with response.output=None, causing Slack/cron failures
- RFC: Centralized Model/Provider Registry
- bug: openai-codex provider — TypeError: 'NoneType' object is not iterable on every request (gpt-5.5)
- [Feature]: Source-aware instruction gate — architectural mitigation for indirect prompt injection
- Named custom provider stale_timeout_seconds ignored because runtime provider is normalized to `custom`
- guard test (ignore)
- [Feature]: per-platform LLM request_overrides (extra_body / reasoning_effort / service_tier)
- One-shot smoke: add Flue-backed orchestration fixture
- Gateway should not treat stale Codex app-server progress as final response after post-tool silence
- `docker_run_as_host_user: true` breaks bundled skills: Hermes home is mounted into `/root/.hermes` but the container runs as a non-root user (`HOME=/home/pn`)
- [Bug]: gateway api_server streaming bypasses server-side tool-call loop when chat_template_kwargs.enable_thinking=false (model emits tool name as plain text)
- [Feature]: Pre-install python-telegram-bot in Umbrel Hermes Docker image
- YouTube Shorts filter not working in youtube-content skill
- v0.15.0 PyPI release breaks ALL platforms — plugin.yaml manifests missing from package
- RFC: On-demand tool/skill/MCP discovery — decouple schema registration from process lifecycle
- Pixshelf: local-first stock photo workflow command center
- [Bug]: baoyu infographic skill should not silently bypass image_generate
- Pixshelf v1.5: manual submission tracking for stock agencies
- `hermes config set` silently accepts unknown keys, writing them where the runtime never reads
- Honcho memory prefetch hang on fresh CLI subprocess in v0.15.0 (regression from #27190)
- [Bug] v0.15.0 Docker image: stage2-hook.sh, main-wrapper.sh missing; container_boot module removed
- Feature: Reduce cache-read token overhead for DeepSeek providers — configurable cache_ttl, skills snapshot trimming, memory compaction
- Windows: three bugs from daily use (plugin discovery, gateway exit code, Unicode decode
- holographic memory: HRR silently degrades to FTS5 when numpy is missing
- Make max_tokens configurable for aux vision calls
- Conversation compression desynchronizes session ID between agent context and gateway routing, causing silent message loss
- [Bug]: v0.15.0 Docker image:The TUI cannot be used in the dashboard.
- cron: skip_memory=True blocks fact_store/memory tools from all cron jobs
- TUI: Node.js OOM crash when agent uses browser tools repeatedly
- feat: model_profiles — per-model toolset and memory config
- Automatic background skill patching disrupts active sessions (severe impact on local models)
- ensure_hermes_home() creates root-owned dirs in profile subdirectories when kanban workers are dispatched
- Feature: opt-in webhook bypass for DISCORD_ALLOW_BOTS — allow operator-initiated probes without weakening bot-loop guard
- v0.15.0: Codex requests fail HTTP 400 when participant display_name contains non-ASCII (emoji breaks input[].name pattern)
- Architecture: State Persistence Precedence (Memory vs Skills vs Hooks)
- [Bug]: cronjob tool: create action always fails with "schedule is required for create" even when parameters are provided
- codex-oauth: 'NoneType' object is not iterable in _run_codex_stream (gpt-5.5) — every turn fails non-retryably
- Docs/Config: Plugin local scope enablement ambiguity
- [Bug]: CLI freezes after using /new command (WSL)
- Profile Codex auth can ignore global credential pool when local state is stale
- [workflow-engine] CRITICAL: variable substitution crashes on regex metachars in user input
- [workflow-engine] HIGH: loop and bash nodes leak subprocesses on timeout
- [workflow-engine] HIGH: README documents config env vars the engine never reads
- [workflow-engine] MEDIUM: workflow_run rate limit bypassable via concurrent calls (TOCTOU)
- [workflow-engine] chore: manifest gaps, side-effectful register(), dead code, unauth kanban dispatch
- [mcp_lazy] HIGH: synthetic mcp_server_<name> stub collides with a real MCP server named 'server'
- [mcp_lazy] HIGH: promote_server eager flag documented but never persisted
- [mcp_lazy] MEDIUM: _prev_mode dict leaks and goes stale; not cleared on session evict
- [mcp_lazy] MEDIUM: get_pool has unlocked check-then-set race on pool creation
- [mcp_lazy] MEDIUM: pre_tool_call gives no guidance for unpromoted server-stub calls
- [mcp_lazy] chore: undeclared pre_tool_call hook, nonexistent 'mcp_load_tools' name in docs, missing tests
- [a2a_fleet] CRITICAL: server never auto-starts — register() runs outside an event loop
- [a2a_fleet] CRITICAL: auth_required defaults to false on a cross-machine surface
- [a2a_fleet] HIGH: remove invented disable() hook — loader never calls it, port leaks on reload
- [a2a_fleet] HIGH: plugin.yaml missing kind / provides_tools / requires_env (token env undeclared)
- [a2a_fleet] MEDIUM: tighten wide-open CORS, anonymous /health peer leak, and peer-URL SSRF
- [a2a_fleet] MEDIUM: relocate tests to tests/plugins/ and cover sync-register + auth-default paths
- xai-oauth auxiliary client incorrectly uses Responses API (CodexAuxiliaryClient), causing 403 on compression/vision/web_extract
- [Bug]: Direct Copilot gpt-5.5 large resumes are killed by 12s Codex TTFB watchdog
- [Bug]: `hermes uninstall` does not work on Windows
- TUI: Thinking block leaks raw JSON and Σ character
- Hostinger VPS: migration Hermes Agent → Hermes WebUI impossible (tini + UID mismatch + sessions)
- /goal judge over-continues exploratory goals unless the assistant explicitly says the goal is complete
- /goal auto-continuation can be amplified by preflight compression/session split and resurrect stale task state
- Dashboard infinite reload loop in loopback mode — GET /api/auth/me returns 401 on every page load
- [Bug]: Provider/LLM switch leaves stale encrypted_content causing 400 errors on Telegram sessions
- [Bug]: Infinite reload loop / React state loop on Sessions tab (Firefox + Chrome) — repeated 401 on /api/auth/me (v0.15.0)
- show_reasoning should work independently of streaming in CLI mode
- Feature Request: Strip reasoning/<think> blocks from TTS preprocessing
- mcp add / mcp test raise NameError when mcp package not installed
- v0.14.0 dashboard breaks behind reverse proxies — two regressions
- Skills hub creates empty category directories when no skills installed
- [Bug]: Custom endpoint: ChatCompletions returns content, but Hermes treats response as empty (v0.14.0)
- fix: atomic_replace() fails with EXDEV when HERMES_HOME is a cross-filesystem symlink
- fix(gateway): Feishu session cancellation orphans session guard, permanently blocking messages
- Custom endpoint pricing can overestimate Crof qwen3.5-9b cost by 1,000,000x
- MCP OAuth callback: module-level port global causes port collisions and structural weaknesses vs upstream
- Bug: send_message tool bypasses validate_media_delivery_path security check
- Proposal: Add Mnemosyne to official memory provider documentation
- feat(swarm): support custom verifier/synthesizer body + skills
- Template conversion failed
- Error occurred in the operation of the agent node in the workflow.
- PubSub client overrides Sentinel client when REDIS_USE_SENTINEL is enabled
- Frontend description of the Retrieval node output does not match the actual output
- JSON type input var raise Intenal server error
- cannot extract elements from a scalar
- 负载均衡 为模型配置多组凭据,并自动调用,此功能无法选择
- add models is error
- panic: could not create filter
- Persist partially generated messages when /chat-messages/:task_id/stop is called
- MCP server connection fails with 403 — request never leaves Dify (SSRF proxy suspected)
- Support durable async execution backends for long-running workflow steps
- [Xiaomi MiMo] Credentials validation fails with 400 "Not supported model mimo-v2-flash" when using Token Plan endpoint (v0.0.7)
- After clicking preview on a parent-child segmented knowledge base, it shows 0 chunks
- Retrieval score differs between UI upload (.docx) and API upload (.txt) despite identical chunk content and embedding model
- gemini cli crash again
- Xbox gift card code damage
- Damage caused by the gemini cli crash
- ioctl(2) failed, EBADF (Bad File Descriptor)
- Feat: Support Bun as an alternative runtime/package manager for updates and extensions
- fatal error again!!!!
- ioctl error
- Critical Crash: ioctl(2) failed, EBADF in ShellExecutionService.resizePty
- ioctl(2) failed, EBADF
- v0.44.0 Regression: Critical crash with ioctl(2) failed, EBADF during PTY resize
- Crash on startup: ioctl(2) failed, EBADF in UnixTerminal.resize
- Crash: `ioctl(2) failed, EBADF` in `node-pty` during PTY resize on macOS
- Gemini CLI crashes with `ioctl(2) failed, EBADF` in `node-pty` during `resizePty`
- Remote Role
- ERROR ioctl(2) failed, EBADF /home/mich
- RangeError: Maximum call stack size exceeded
- EBADF Error during folder creationg broke session and terminal glitches
- MAIP / Gargoub Project - Mediterania - North Coast
- Gemini cli crash again in this morning
- ERROR ioctl(2) failed, EBADF
- Verified node install fails — Checksum verification failed (Cloud)
- The extended debugging key did not arrive during registration.
- CollaborationPane unmounts collaboration store on single-user instances, causing permanent "No network connection" state
- Workflow cannot be saved when the name contains "->" (Potentially malicious string)
- automation does not work and does not show an error
- Raj Ai Automation
- Default Data Loader: DOMMatrix is not defined error
- Feature: Per-node execution timestamp overlay on canvas during workflow run
- AI Agent + Vertex `gemini-3.5-flash`: 400 "missing thought_signature" on sequential multi-turn tool calls (post-#24982)
- PDF Loader in Pinecone Vector Store fails due to pdf-parse version conflict (v2 not supported)
- emailReadImap: add UID deduplication, batch size cap, and numeric uid enforcement
- Manual node execution fails with "Could not find a node" when autosave is disabled (N8N_WORKFLOWS_AUTOSAVE_DISABLED)
- Schedule Trigger stopped firing — workflow Published & active, manual executions succeed, no automated fires for 2+ hours
- [MCP SDK] create_workflow_from_code intermittently returns HTTP 500, often as a false negative (workflow persists anyway, causing duplicates on retry)
- Credential-load wedge: workflows using googleApi/jwtAuth credentials silently fail to execute after key rotation
- Google Sheets Trigger every minute is not working manual Execute is working sent email
- [BUG] Plugin marketplace MCP connector remains stuck "still connecting" when mcp-remote requires OAuth
- [redacted at user request]
- Opus 4.7 behavioral regression: loaded instruction-following discipline degraded in recent Claude Code/Cowork updates
- [BUG] Tailscale via Homebrew CLI + Mac App Store GUI, both Macs on macOS, Cowork blocked by VPN detector despite Tailscale being a mesh VPN with no traffic interception
- stopShellPty on tab switch kills active sessions (exit 143) — regression in May 27 build
- [BUG] Long URLs are broken into multiple lines and become unclickable in terminal output
- [BUG] claude rm/stop/reap SIGKILLs background session tree without SIGTERM grace, orphaning git index.lock and similar
- [BUG] Default git workflow in the system prompt was pushed without context or consent
- [MODEL] Inconsistent output quality / Ignoring instructions (overfitting and inappropriate repetition of Korean vocabulary)
- You've hit your weekly limit · resets May 31 at 5pm (Asia/Shanghai)
- Paid yearly subscription silently downgraded to Free with no user action
- [Regression v2.1.153] Plugin bash hooks fail with "echo: write error: Permission denied" on Windows (claude-mem, shell: "bash")
- [BUG] Connector toggles in conversation are not clickable — must click text label instead
- [remote-control] Input from mobile app/browser not reaching host session — output works fine
- Model fails to read/reference CLAUDE.md contents despite being loaded in context
- [BUG] Claude Desktop reinstall destroys Code chat history (transcripts + Recents) while regular Chat history, project files, and memory all survive
- Bypass mode clamps to Accept Edits even with the toggle ON (Claude Code Desktop 1.9255.2 / CC 2.1.149)
- [BUG] TUI input freezes randomly mid-typing — entire prompt becomes unresponsive for minutes
- [BUG] Cowork downloads Linux ELF binary instead of macOS binary on macOS Sonoma 14.8.7 — exit code 132 (SIGILL) on every session
- [Feature Request] Persistent project memory — sessions forget everything on close, forcing users to keep many sessions open
- [Bug] Thread context stale after sleep/resume, returns outdated date and calendar data
- [FEATURE] Add context window usage indicator and warning before auto-compaction
- [BUG] Dictation error: Invalid character in header content ["x-config-keyterms"] on Windows
- [Bug] Anthropic API Error: Server rate limiting despite normal usage
- Does delegating work to `claude -p` subprocesses reduce context accumulation in the parent session?
- [BUG] Claude Code hangs on M1 Mac when terminal says "opening browser to sign in" and browser opens
- [BUG] Claude_Preview MCP preview_start spawns dev server with main-repo cwd instead of session's worktree cwd
- [Bug] Anthropic API Error: Server rate limiting during request execution
- [Bug] Anthropic API Error: Server rate limiting on concurrent requests
- [Bug] Ultraplan ready notification fires before cloud agent completes execution
- [BUG] API 500 ERROR ALL THROUGHOUT THE DAY
- [BUG] Cowork: Live Artifacts folder path changed in 1.9255.2, no automatic migration from Documents\Claude\Artifacts
- [Bug] Auto-compact never triggers despite statusline reporting "100% context used" (v2.1.153, Max sub, 200K mode)
- [BUG] [Desktop / macOS] 'Open in → New Window' detached session: font renders smaller than main, no per-window controls, Cmd+/Cmd- keystrokes routed to main window instead
- Feature request: option to switch between classic and new minimal UI
- [Feature Request] Show timestamps for each message
- [BUG] Terminal corruption when permission prompt appears while navigating Agent Teams agent selection menu
- [FEATURE] Allow users to customize the background color of the Claude desktop app beyond the current light/dark theme presets.
- [BUG] Statusline not displaying on Windows [fixed]
- Background agent UI Stop button is a no-op for stuck agents — process keeps consuming tokens
- Background agents silently die on session pause/resume — no completion notification, no work recovery
- Add option to hide email address from welcome banner
- [BUG] SSH Remote: `projects` field in remote ~/.claude.json becomes null after desktop restart — jsonl files intact, UI shows 'No messages yet' for every session
- [Bug] Claude Code not applying fixes despite claiming to complete tasks
- billing is unfair and poorly documented
- [BUG] Claude Code on the web: declared plugins inactive on first session, require restart to fully load
- [BUG] Restore from archive deleted sessions instead of restoring them
- [BUG] M365 connector fails with AADSTS50011 in Cowork — localhost vs 127.0.0.1 redirect URI mismatch
- claude agents: workflow slash-commands missing from dispatch-input completion (regression-adjacent to #61424)
- Claude Desktop's Info.plist missing TCC usage strings, blocks all EventKit-based MCP servers
- False-positive safety blocks on self-administered governance amendments — request for owner-authority mode for verified professional users
- [BUG] Stop pushing "AUTO"-mode
- [DOCS] Plugin marketplace guide omits `skipLfs` option for git-based sources
- [DOCS] MCP docs omit combined startup notification for MCP server and connector authentication
- [DOCS] Agent view docs omit macOS Privacy & Security identity for background agents
- [DOCS] Npm update docs do not explain release-channel behavior for `claude update`
- [DOCS] Agent SDK docs omit `subagent_type: "claude"` worktree and output persistence behavior
- [DOCS] Background session docs omit `$CLAUDE_JOB_DIR` temp-file behavior
- [FR] mask env-var values in 'claude mcp get <server>' output
- [FR] subagent worktrees should not inherit stale local 'user.email' from prior dispatches
- [BUG] Windows: Grep tool leaks rg.exe + conhost.exe processes (~2000 zombies / 14 GB RAM in long sessions)
- [BUG] Stats dashboard "Peak hour" appears off by one hour
- [BUG] Diff highlight (teal SGR background) bleeds past changed text in 2.1.150–2.1.153
- [FEATURE] confirm before deleting session
- Plugin PostToolUse hooks still silently skip in Claude Desktop / Cowork (re-filing closed #51904)
- /code-review skill: silent fallback to main...HEAD reviews other people's commits, and JSON-only output is hard to read
- Monitor tool doesn't source the shell snapshot like Bash does; PATH-dependent tools (jq, sleep, etc.) fail in Monitor commands on macOS/Nix
- [Bug] Long input lines truncated with ellipsis while typing instead of wrapping in terminal UI
- [FEATURE] VS Code extension: Render submitted user messages as Markdown in chat
- OSC 52 copy from Claude TUI doesn't reach clipboard inside tmux (regression in 2.1.146–2.1.153)
- [BUG] RemoteTrigger create/update returns HTTP 400 with circular error: "event_type is required" / "unknown field event_type"
- [BUG] Option to hide or minimize the built-in "status footer" (multi-line debug/cost panel) [re-raise of #31475]
- [Bug] Feedback submissions being closed without review or action
- [FEATURE] Word-jump cursor navigation in Chat input (option+arrow / bindable actions)
- [FEATURE] ! shell mode: filesystem tab completion
- [BUG] API Error: Usage credits required for 1M context
- claude agents: OSC 52 clipboard emission broken in tmux (regression in 2.1.146–2.1.153)
- CLI crashes on macOS 15 M3 - exit code 1
- [FEATURE] Support Cmd+V image paste from clipboard
- [FEATURE] Enhance claude.ai M365 connector to support MS Planner
- [BUG] Slash command autocomplete hijacks pasted absolute file paths starting with /
- PreToolUse hook `if` filter false-positives on complex Bash commands
- [BUG] Diff panel hangs/whites out
- Feature Request: Support drag-and-drop for binary documents (.wps, .doc, .docx, .xlsx, .pdf) in VS Code extension
- [BUG] activation of 1M context in VSCode
- [FEATURE] Support i18n / language localization for built-in slash command outputs
- Ctrl+V para colar imagens deixou de funcionar no CLI (Windows, PowerShell)
- [FEATURE] Please add Norwegian (Bokmål/Nynorsk) language support to the Claude Code interface
- [BUG] OTel log events (claude_code.user_prompt, api_request_body, tool_decision, hook_execution_complete) emitted with empty trace_id/span_id while sibling spans correlate correctly
- [BUG] Cowork crashes on every message, no VM logs generated, missing AppData\Roaming\Claude
- [FEATURE] first-class session handoff + per-session token budgets for unattended runs
- [FEATURE] Smart paste: convert clipboard code to file reference chips (like Cursor)
- [Feature Request] Restore chat pin functionality to title chat submenu
- [BUG] SIGILL issues with version 2.1.153
- [BUG] Cowork plugin upload fails with generic "Plugin validation failed" when a `description` field in any SKILL.md frontmatter contains angle brackets (`<…>`)
- [BUG] Desktop App 2.1.144+: startup scanner deletes cliSessionId from claude-code-sessions local files on every launch — session not found on disk
- [Feature Request] Add keyboard shortcut to copy last message with proper formatting
- [MODEL] Opus 4.7 not 1M
- Allow naming/renaming background agents in `claude agents` view
- Stale worktrees in .claude/worktrees/ are never cleaned up, consuming massive disk space
- Agent worktrees are never cleaned up, silently consuming disk space
- Subagent worktrees not auto-cleaned when reviewer writes scratch files
- [Bug] Skill initialization hangs for extended duration in Plan Mode
- Claude Desktop writes malformed registry Run entry (nested escaped quotes) - crashes Windows Task Manager and other Run-key parsers
- IME candidate window shows at bottom-right corner instead of caret position (Windows CMD)
- [BUG] Pressing 'Escape' doesn't close the /BTW conversation when the main conversation is asking for approval
- [BUG] Opus 4.7 (1M) intermittently emits empty-string values for tool_use.input fields, killing the session
- FleetView agent UI shows "running" with incrementing elapsed time after agent has returned
- /doctor flags context-scoped cmd+c binding as macOS conflict (false positive)
- [BUG] Text Rendering in Elvish
- Desktop app: Bypass Permissions mode flips to Accept Edits on first prompt (M5 / macOS 26.5)
- [Workaround] Date-Weekday Verification Hook — Prevents Claude from writing wrong weekdays
- [BUG] Claude Code create c:/memfs directory without asking me.
- [BUG] Claude Code's Bash execution waits forever with no processes running
- [BUG] usage stays stuck waiting for 5 hr limit after upgrading to premium seat in team plan
- [Workflow tool] resume cache is unreachable for nontrivial workflows because LLM dispatchers can't transcribe args byte-exactly
- Code review (Preview): "Add a repository" shows no results for private GitHub org repos
- [BUG] /context commands blows up context
- [Feature Request] Add precache expiry hook to enable proactive compaction before token eviction
- [BUG] Context indicator shows 0% at session start despite ~20K+ tokens already loaded
- [Feature Request] Add semantic search for --resume session history
- [Feature Request] Add session search, tagging, and filtering capabilities
- [BUG] Cowork Dispatch reports "desktop not available" on Windows 11 while standard Cowork works normally
- [Bug] Claude Code provides incorrect suggestions with high confidence despite errors
- defaultMode: acceptEdits silently overrides per-path permissions.ask rules for Write/Edit
- [FEATUR configurable tip interval (e.g. tipIntervalSeconds: 30 in settings)E]
- Plugin marketplace fails to load: schema rejects 'displayName' key (v2.1.153)
- claude agents: in-session copy uses broken OSC 52 path while overview correctly uses tmux buffer
- [BUG] Plugin agent descriptions (and custom agents) load unconditionally into context — no parity with disable-model-invocation for skills
- Crashed ultrareview consumed a free credit despite producing zero findings
- [Bug] Character rendering issue - invisible or missing text display
- [BUG] Cowork: processo Claude Code encerra com código 3 — .claude.json não contém token de autenticação (Windows 11 25H2)
- [BUG] 2.1.153 silently discards tools/list response from rmcp 0.12.0 HTTP MCP server (works in 2.1.152, wire-identical handshake)
- VS Code extension: option to auto-resume last session when reopening a workspace folder
- [Bug] Conversation continuation failure
- [BUG] Cowork crashes every time I start a new chat or attempt to continue an existing one in any project. The error displayed is: "Claude Code è andato in crash
- [Bug] Unannounced quota changes
- Native update/install fails with 'socket connection was closed unexpectedly' behind proxy — undici TLS incompatibility
- [BUG] Session name reverting after manual change
- [BUG] 非正常思考,上下文过长时,一直显示思考,点击interrupt按钮失效
- Honor `tools:` frontmatter when an agent is invoked via `@mention` — strip `Task` only when the agent did not declare it
- macOS TCC popup still recurring on v2.1.153 — "2.1.153" would like to access data from other apps
- Claude Code leaks pty handles — exhausts pseudo-terminals on macOS after long session
- [Bug] Agent fails to execute or respond to user input
- [BUG] Persistent "Expecting value: line 1 column 1 (char 0)" JSON parse error after tool execution
- [Feature Request] Implement proactive unit test coverage recommendations for recurring bugs
- VS Code panel lacks status line + terminal lacks image paste in Codespaces, forcing a tradeoff
- `/powerup` only shows ~10 lessons — allow viewing the full catalog
- [Bug] Context contamination after auto-compact with unrelated email draft of Tejo/Sado Basin
- [Bug] VSCode terminal output displays corrupted text with garbled symbols
- [Feature Request] Add LaTeX/KaTeX math rendering to TUI
- [Bug] Sub-agent PR review results not validated by orchestrating agent
- Subagents on Pro 1M tier: trivial probes pass, real workloads fail at first tool call (probe-vs-workload divergence)
- Path-scoped rules and subdirectory CLAUDE.md not loaded when creating new files matching the pattern
- AskUserQuestion: cancelling during extended thinking poisons the whole session with 400 'thinking blocks cannot be modified' (2.1.153); concurrent prompts overwrite each other
- Ideas Missing from Claude Cowork Menu (Windows)
- [BUG_BOUNTY_SAFE_POC_2026] Prompt Injection RCE Test - Command Execution Proof
- [BUG] Cowork scheduled task: execution history row not showing after successful run
- Resuming an extended-thinking session fails permanently with 400 "thinking blocks cannot be modified" (transcript stores thinking text as empty but keeps signature)
- [Bug] Plugin-registered CwdChanged and FileChanged hooks don't fire (settings.json works) — v2.1.153
- Auto-archive on PR merge / branch delete — clarify autoArchiveSessions semantics or add dedicated opt-out
- `claude mcp add` echoes Authorization header value verbatim to stdout, leaks bearer tokens to terminal and session transcripts
- [BUG] Bug report — /insights skill, Claude Code The /insights skill outputs a malformed file path.
- Plugin slash commands render with '*'-inline format instead of two-column, despite matching official plugin shape
- [Bug] Unexpected long text generation without user input or goal
- [Bug] Thinking blocks causing task progression blocked without user modification
- [BUG] (Critical!) contamination by an unknown session simirlar to the report => [Bug] Context contamination after auto-compact with unrelated email draft of Tejo/Sado Basin #63137
- [Critical] Opus 4.7 Korean output degeneration — Korean grammar itself collapses in long contexts
- [BUG] Title: Autocompact buffer persists across /clear — wastes tokens for irrelevant old context
- [Bug] Auto-Compact loses user input before processing in conversation history
- Feature: per-invocation effort parameter + runtime session-config introspection for skills
- Auto-mode classifier mislabels Azure DevOps vote -5 as "Reject" when denying PR vote actions
- [BUG] Claude Desktop and Claude Code CLI never re-register MCP tools after OAuth 2.1 handshake on a remote HTTP server
- [BUG] Workspace file tags leak across sessions
- [BUG] Ink renderer crashes on Windows 11 build 26200 (Canary) duplicate banners, terminal mode leaks, mid-operation aborts
- [BUG] Claude Code Desktop issue
- PTY master fd leak in Claude desktop app exhausts macOS kern.tty.ptmx_max after ~2-3 days
- [BUG] Claude Code — Session Management after Unexpected Interruption
- [Windows] Cowork OpenTelemetry exporter does not initialize - zero events emitted to any destination, including loopback
- [Bug] Opus 4.7: 400 `thinking blocks ... cannot be modified` on long extended-thinking sessions, triggered by history-altering events (scheduled prompts / parallel tool-call cancellation)
- [BUG] API Error: Server is temporarily limiting requests (not your usage limit) · Rate limited
- Multi-plugin custom marketplace: only first plugin registered in installed_plugins.json, skills don't load
- [BUG] Git push through the SDK's git proxy fan-outs into ~500 GitHub REST API calls, exhausting the 5,000/hour budget after a handful of pushes
- [BUG] Claude took liberties it really shouldn't with my global config
- [BUG] Agent window focus lost after navigating with arrow keys, causing scroll deadlock
- [BUG] `--model` flag silently ignored in interactive sessions (works in `--print` only)
- [BUG] Dispatch permanently shows "desktop appears offline" on Windows 11 - never worked on first use
- feat: support per-command enableWeakerNetworkIsolation as safer alternative to dangerouslyDisableSandbox
- /code-review outputs a raw JSON array instead of readable findings
- [BUG] Cowork — Additional allowed domains ignored on Team plan; same domain works on Pro plan
- Haiku
- [Bug] False positive blocking beneficial outcomes in tool execution
- 3P Bedrock SSO: credentials silently expire without triggering re-auth on day 2+
- CLAUDE_AUTOCOMPACT_PCT_OVERRIDE in settings.json env block silently ignored by autocompact logic
- Auto-compaction deletes main session JSONL before verifying summary completion, causing data loss
- [Bug] Claude Code not executing stated actions or producing expected results
- [FEATURE] Deferred Messages — Queue Input for End of Turn
- [BUG] Up/Down arrows in input box navigate history instead of moving cursor — regression in 2.1.149+
- Cancelling a parallel tool-call batch corrupts thinking blocks -> 400 "thinking blocks cannot be modified" permanently wedges the session
- Claude Code caused data loss, then contradicted itself about recovery (two incidents, one session)
- [Bug] Unclear error messages from Claude Code CLI
- [Bug] Agent tool rejecting due to context size limit exceeded
- claude agents: daemon and bg-spare processes spin at ~100% CPU when idle
- [BUG] Compaction fails with "context window limit" error even when context usage is low (e.g., 20%) — regression in v2.1.153
- Remote Control entitlement lost after May 27-28 incident — `Error: Remote Control is not yet enabled for your account` on active Max subscription
- PreToolUse hook exit code 2 does not block Write tool
- [Bug] Thinking blocks in latest assistant message are immutable
- GUI: dispatch file:// and custom-scheme clicks to OS shell handler
- Show current model in statusLine by default
- [Bug] Agent console becomes unresponsive to keyboard input after multiple agents initialized
- [FEATURE] PreToolUse hooks should have a way of updating the environment
- [Bug] Unable to start or use Claude Code CLI
- [BUG] Repository not visible in Claude Code web repo picker
- Session permanently wedged on 400 "thinking blocks cannot be modified" after parallel tool_results
- [Bug] @ autocomplete loses sibling repos after a file edit in multi-repo workspace
- Unclear error message when creating sub-agent without authentication
- [Bug] Anthropic API errors causing frequent failures and high token usage
- [BUG] @ mention file picker only shows packages, not individual files (desktop app - Code tab)
- [Bug] TUI panel footer remains sticky and consumes excessive terminal space
- PR-status polling exhausts GitHub GraphQL rate limit on repos with many open PRs
- [BUG] Windows: welcome panel not shown in some project folders (2.1.153)
- [Bug] Anthropic API Error: thinking blocks corrupted during context compaction with extended thinking enabled
- API 400 "thinking blocks cannot be modified" permanently bricks session during agent activation (interleaved thinking + tool use)
- Right-click Copy copies the whole message instead of the selection; pasted text retains dark background
- Mid-session model switch corrupts conversation when extended thinking is enabled (API 400: 'thinking blocks cannot be modified')
- [BUG] Markdown file links in chat output do not open files when clicked (VS Code extension)
- Stuck retry loop: `400 thinking blocks cannot be modified` on large interleaved-thinking turns using AskUserQuestion
- [FEATURE] Prompt user for approval before auto-compaction proceeds
- Custom MCP connectors not attachable to scheduled routines — no UUID discovery path
- [BUG] Claude in Chrome — Navigation blocked for teams.cloud.microsoft and outlook.cloud.microsoft after Microsoft domain migration**
- [BUG] Claude Desktop — Personal plugins panel renders list but is entirely non-interactive (macOS, v1.9255.2)
- [Bug] error when using Workflows
- [BUG] Persistent "update available" notification despite being on latest version
- [BUG] Sweep Agent from /code-review never completes
- [Bug] Tool calls not executing or returning results
- [FEATURE] Cloud-synced memory and settings across machines
- [Bug] Terminal UI freezes when Ctrl+O view exits during interactive prompt in plan mode
- Continuous api errors when using claude code with Opus 4.7 with thinking on low
- [Feature Request] Add support for installing and using previous Claude Code versions
- [Bug] Extended Thinking: Summarized thinking blocks fail signature validation when resent to API
- [Bug] Anthropic API Error: 'thinking' blocks cannot be modified
- [Bug] Anthropic API Error: Thinking blocks cannot be modified with extended thinking mode
- Feature request: Lazy/on-demand MCP server connections
- [Bug] Tool Arguments Parsed as String Instead of Object
- [Bug] Anthropic API Error: Insufficient context provided
- [Bug] Claude Opus occasionally uses moskovian(russian) orthography instead of Ukrainian in system-prompted responses
- Opus 4.8: backgrounded task completions (subagents AND Bash) crash with 400 "thinking blocks cannot be modified"
- [Bug] Opus 4.7 fabricates stable preferences ("my default") to rationalize arbitrary choices when challenged
- [Bug] Unable to update Claude Code CLI
- [BUG] Desktop app: /remote-control mints link + connects bridge (main.log) but in-chat link/QR panel never renders
- Feature: sessionColor and sessionName in .claude/settings.json
- [BUG] Anthropic API error: thinking blocks
- [FEATURE] Support Remote MCPs in Cowork as in Claude Code
- [Bug] Anthropic API Error: 400 Bad Request with Redacted Thinking - 0 4.7 & 4.8
- [Bug] Anthropic API Error: Cannot modify thinking blocks from different model versions
- Interleaved thinking + multi-tool turn corrupts thinking block (text blanked, signature kept) → permanent 400 'blocks must remain as they were'
- [BUG] Mode/permission changes mid-tool-loop (effortLevel: xhigh) poisons entire session
- Session failure log: Opus 4.6 ignores its own rules for an entire session
- [BUG] "400 Guardrail was enabled" error when using Claude Opus 4.8 with AWS Bedrock
- [Feature Request] Add subagent approach selection option to avoid accidental feedback
- Persistent 400 'thinking blocks in the latest assistant message cannot be modified' — interleaved thinking persisted with empty text + signature bricks sessions
- [BUG] DesktopvsApp
- [BUG] Opus 4.7 cache hit rate collapse after May 27 incident — Messages 1.1k→88.9k in 9 minutes, $630/session
- [Bug] Anthropic API Error: Invalid thinking block format
- [BUG] FUCK CLAUDE
- Opus 4.8 extended thinking: Stop hook block re-entry corrupts thinking blocks → 400
- [Bug] 4.8 Fails when accessing previous model history
- [Bug] Unintended File Modifications During Execution
- [DOCS] Model configuration docs omit lean system prompt default scope and model exceptions
- Add "Always allow globally" option to permission prompts
- Server-side model upgrade (Opus 4.7→4.8) wedges in-flight sessions with `thinking blocks cannot be modified` 400
- [DOCS] AskUserQuestion docs missing multiple-choice prompt decision threshold
- [DOCS] Agent view docs omit shell-command background session launch syntax
- [DOCS] Agent view dispatch input docs incorrectly imply `/logout` dispatches as a prompt
- [DOCS] Claude in Chrome docs omit connected-browser selection behavior
- [DOCS] Plugin docs omit `defaultEnabled: false` for opt-in plugins
- Feature Request: Customizable chat text colors for user and assistant messages
- [DOCS] `/plugin` Discover tab docs omit directory-based suggested plugin pins
- VSCode Chrome integration silently fails: 3 distinct bugs
- [DOCS] MCP stdio docs omit session environment variables
- [Bug] Anthropic API error on second request within session with Claude Opus 4.8
- Cowork emits a blank session "index" handoff on focus when a CLI session is paused awaiting input
- [DOCS] MCP docs omit `claude mcp list/get` pending-approval output for unapproved project servers
- [BUG] /compact fails with 400 error when last assistant turn contains thinking blocks
- [DOCS] `/claude-api` docs omit Opus 4.8 migration guidance
- [DOCS] Fast mode docs still recommend deprecated Opus 4.6 override variable
- [DOCS] Bash tool docs omit `$TMPDIR` consistency across sandboxed and unsandboxed commands
- [Bug] Anthropic API Error: 400 Bad Request on Extended Thinking
- [DOCS] Background session docs omit worktree-isolation behavior for spawned subagents
- Built-in mechanistic self-verification of verifiable claims (symmetric to the auto permission gate)
- [DOCS] Worktree docs do not clarify `worktree.baseRef: "head"` inside linked worktrees
- [BUG] Excessive RAM usage with multiple parallel chats (~10 sessions → 30 GB memory pressure, macOS OOM)
- [DOCS] Managed MCP policy docs omit invalid `allowedMcpServers`/`deniedMcpServers` entry behavior
- [DOCS] Effort docs omit `CLAUDE_CODE_ALWAYS_ENABLE_EFFORT` unsupported-model behavior
- Regression (2.1.147–2.1.150?): resuming an extended-thinking session after a CC update/model-switch → unrecoverable 400, session bricked
- [DOCS] Windows updater docs omit `claude.exe` in-use recovery guidance
- [DOCS] VS Code auto mode docs still tie mode-picker visibility to bypass-permissions setting
- [DOCS] MCP docs omit `/mcp` tool list and detail rendering behavior
- [DOCS] Fine-grained tool streaming docs still describe provider opt-in behavior
- bypassPermissions: session startup reads flat pref, GUI toggle writes per-account pref — they never sync
- [BUG] Claude Desktop Code tab causes disk write limit violation — 8.5GB in 11 min, macOS kills app (M5, v1.9659.1)
- Ultrareview v2.1.96: docs describe /tasks command + claude ultrareview --json subcommand that don't exist; findings hard to read after completion
- I'd be happy to help create a GitHub issue title, but I don't see the error message in your message. Could you please share the specific error you're encountering? That way I can generate an accurate and descriptive issue title for you.
- [BUG] Claude in Chrome `file_upload` rejects all scheduled-task sessions with misleading error (real cause: INVALID_SESSION)
- Extended thinking: signed thinking block 'cannot be modified' (400) permanently wedges session
- RTL text support for Hebrew (and Arabic) in Claude Code
- [Bug] Random errors occurring across multiple operations