[GH-ISSUE #12602] [0.12.4][Linux] RX 9060 XT reports 0 VRAM, only runs on CPU #70425

Closed
opened 2026-05-04 21:29:47 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @StrykeSlammerII on GitHub (Oct 13, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12602

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

Ollama 0.12.3 correctly finds and uses my RX 9060 XT GPU (gfx1200).

Ollama 0.12.4 seems to find it, but incorrectly reports 0 VRAM and runs only on CPU.

This is on Linux/Manjaro running from CLI.
Typical usage is $OLLAMA_FLASH_ATTENTION=1 ollama start but I've added OLLAMA_DEBUG="2" for the below logs.

(Originally reported in #12564 )

I've attempted setting HSA_OVERRIDE_GFX_VERSION_0=12.0.1 or HSA_OVERRIDE_GFX_VERSION=12.0.1 and neither one affects the outcome--please let me know if logs from either of those would be helpful.

Relevant log output

0.12.3:

OLLAMA_DEBUG="2" OLLAMA_FLASH_ATTENTION=1 ollama start
time=2025-10-13T14:42:43.826-04:00 level=INFO source=routes.go:1475 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:DEBUG-4 OLLAMA_FLASH_ATTENTION:true OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/home/strike/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_REMOTES:[ollama.com] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]"
time=2025-10-13T14:42:43.829-04:00 level=INFO source=images.go:518 msg="total blobs: 55"
time=2025-10-13T14:42:43.831-04:00 level=INFO source=images.go:525 msg="total unused blobs removed: 0"
time=2025-10-13T14:42:43.831-04:00 level=INFO source=routes.go:1528 msg="Listening on 127.0.0.1:11434 (version 0.12.3)"
time=2025-10-13T14:42:43.831-04:00 level=DEBUG source=sched.go:121 msg="starting llm scheduler"
time=2025-10-13T14:42:43.831-04:00 level=INFO source=gpu.go:217 msg="looking for compatible GPUs"
time=2025-10-13T14:42:43.832-04:00 level=DEBUG source=gpu.go:98 msg="searching for GPU discovery libraries for NVIDIA"
time=2025-10-13T14:42:43.832-04:00 level=DEBUG source=gpu.go:520 msg="Searching for GPU library" name=libcuda.so*
time=2025-10-13T14:42:43.832-04:00 level=DEBUG source=gpu.go:544 msg="gpu library search" globs="[/usr/lib/ollama/libcuda.so* /home/strike/AI/ollama/libcuda.so* /usr/local/cuda*/targets/*/lib/libcuda.so* /usr/lib/*-linux-gnu/nvidia/current/libcuda.so* /usr/lib/*-linux-gnu/libcuda.so* /usr/lib/wsl/lib/libcuda.so* /usr/lib/wsl/drivers/*/libcuda.so* /opt/cuda/lib*/libcuda.so* /usr/local/cuda/lib*/libcuda.so* /usr/lib*/libcuda.so* /usr/local/lib*/libcuda.so*]"
time=2025-10-13T14:42:43.847-04:00 level=DEBUG source=gpu.go:577 msg="discovered GPU libraries" paths=[]
time=2025-10-13T14:42:43.847-04:00 level=DEBUG source=gpu.go:520 msg="Searching for GPU library" name=libcudart.so*
time=2025-10-13T14:42:43.847-04:00 level=DEBUG source=gpu.go:544 msg="gpu library search" globs="[/usr/lib/ollama/libcudart.so* /home/strike/AI/ollama/libcudart.so* /usr/lib/ollama/cuda_v*/libcudart.so* /usr/local/cuda/lib64/libcudart.so* /usr/lib/x86_64-linux-gnu/nvidia/current/libcudart.so* /usr/lib/x86_64-linux-gnu/libcudart.so* /usr/lib/wsl/lib/libcudart.so* /usr/lib/wsl/drivers/*/libcudart.so* /opt/cuda/lib64/libcudart.so* /usr/local/cuda*/targets/aarch64-linux/lib/libcudart.so* /usr/lib/aarch64-linux-gnu/nvidia/current/libcudart.so* /usr/lib/aarch64-linux-gnu/libcudart.so* /usr/local/cuda/lib*/libcudart.so* /usr/lib*/libcudart.so* /usr/local/lib*/libcudart.so*]"
time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=gpu.go:577 msg="discovered GPU libraries" paths=[]
time=2025-10-13T14:42:43.851-04:00 level=WARN source=amd_linux.go:61 msg="ollama recommends running the https://www.amd.com/en/support/download/linux-drivers.html" error="amdgpu version file missing: /sys/module/amdgpu/version stat /sys/module/amdgpu/version: no such file or directory"
time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:102 msg="evaluating amdgpu node /sys/class/kfd/kfd/topology/nodes/0/properties"
time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:122 msg="detected CPU /sys/class/kfd/kfd/topology/nodes/0/properties"
time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:102 msg="evaluating amdgpu node /sys/class/kfd/kfd/topology/nodes/1/properties"
time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:203 msg="mapping amdgpu to drm sysfs nodes" amdgpu=/sys/class/kfd/kfd/topology/nodes/1/properties vendor=4098 device=30096 unique_id=12958495874725848140
time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:237 msg=matched amdgpu=/sys/class/kfd/kfd/topology/nodes/1/properties drm=/sys/class/drm/card1/device
time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:343 msg="amdgpu memory" gpu=GPU-b3d5d3574c66244c total="15.9 GiB"
time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:344 msg="amdgpu memory" gpu=GPU-b3d5d3574c66244c available="10.8 GiB"
time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_common.go:16 msg="evaluating potential rocm lib dir /usr/lib/ollama/rocm"
time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_common.go:44 msg="detected ROCM next to ollama executable /usr/lib/ollama/rocm"
time=2025-10-13T14:42:43.852-04:00 level=DEBUG source=amd_linux.go:375 msg="rocm supported GPUs" types="[gfx1010 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 gfx1151 gfx1200 gfx1201 gfx900 gfx906 gfx908 gfx90a gfx942]"
time=2025-10-13T14:42:43.852-04:00 level=INFO source=amd_linux.go:390 msg="amdgpu is supported" gpu=GPU-b3d5d3574c66244c gpu_type=gfx1200
time=2025-10-13T14:42:43.852-04:00 level=INFO source=types.go:131 msg="inference compute" id=GPU-b3d5d3574c66244c library=rocm variant="" compute=gfx1200 driver=0.0 name=1002:7590 total="15.9 GiB" available="10.8 GiB"
time=2025-10-13T14:42:43.852-04:00 level=INFO source=routes.go:1569 msg="entering low vram mode" "total vram"="15.9 GiB" threshold="20.0 GiB"


starting with 0.12.4, instead we get

$ OLLAMA_DEBUG="2" OLLAMA_FLASH_ATTENTION=1 ollama start
time=2025-10-13T14:50:40.101-04:00 level=INFO source=routes.go:1479 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:DEBUG-4 OLLAMA_FLASH_ATTENTION:true OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/home/strike/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_REMOTES:[ollama.com] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]"
time=2025-10-13T14:50:40.103-04:00 level=INFO source=images.go:522 msg="total blobs: 55"
time=2025-10-13T14:50:40.104-04:00 level=INFO source=images.go:529 msg="total unused blobs removed: 0"
time=2025-10-13T14:50:40.104-04:00 level=INFO source=routes.go:1532 msg="Listening on 127.0.0.1:11434 (version 0.12.4)"
time=2025-10-13T14:50:40.104-04:00 level=DEBUG source=sched.go:122 msg="starting llm scheduler"
time=2025-10-13T14:50:40.105-04:00 level=INFO source=runner.go:80 msg="discovering available GPUs..."
time=2025-10-13T14:50:40.105-04:00 level=DEBUG source=runner.go:411 msg="spawing runner with" OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] extra_envs=[]
time=2025-10-13T14:50:40.107-04:00 level=TRACE source=runner.go:491 msg="starting runner for device discovery" env="[OLLAMA_FLASH_ATTENTION=1 OLLAMA_DEBUG=2 SHELL=/usr/bin/bash SESSION_MANAGER=local/ein:@/tmp/.ICE-unix/1378,unix/ein:/tmp/.ICE-unix/1378 WINDOWID=46137395 COLORTERM=truecolor XDG_CONFIG_DIRS=/etc/xdg XDG_MENU_PREFIX=xfce- LC_ADDRESS=en_US.UTF-8 LC_NAME=en_US.UTF-8 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjzHU6o/agent.1438 XDG_CONFIG_HOME=/home/strike/.config DESKTOP_SESSION=xfce LC_MONETARY=en_US.UTF-8 SSH_AGENT_PID=1439 GTK_MODULES=canberra-gtk-module XDG_SEAT=seat0 PWD=/home/strike/AI/ollama LOGNAME=strike XDG_SESSION_TYPE=tty WINDOWPATH=1 MOTD_SHOWN=pam HOME=/home/strike LC_PAPER=en_US.UTF-8 LANG=en_GB.UTF-8 XDG_CURRENT_DESKTOP=XFCE VTE_VERSION=8200 XDG_CACHE_HOME=/home/strike/.cache XDG_SESSION_CLASS=user TERM=xterm-256color LC_IDENTIFICATION=en_US.UTF-8 USER=strike DISPLAY=:0.0 SHLVL=2 LC_TELEPHONE=en_US.UTF-8 LC_MEASUREMENT=en_US.UTF-8 XDG_VTNR=1 XDG_SESSION_ID=1 ROCM_PATH=/opt/rocm XDG_RUNTIME_DIR=/run/user/1000 DEBUGINFOD_URLS=https://debuginfod.archlinux.org  LC_TIME=en_US.UTF-8 XDG_DATA_DIRS=/usr/local/share:/usr/share PATH=/home/strike/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/rocm/bin:/usr/lib/rustup/bin DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus MAIL=/var/spool/mail/strike LC_NUMERIC=en_US.UTF-8 _=/usr/bin/ollama LD_LIBRARY_PATH=/usr/lib/ollama:/usr/lib/ollama:/usr/lib/ollama/rocm OLLAMA_LIBRARY_PATH=/usr/lib/ollama]" cmd="/usr/bin/ollama runner --ollama-engine --port 43739"
time=2025-10-13T14:50:40.121-04:00 level=INFO source=runner.go:1299 msg="starting ollama engine"
time=2025-10-13T14:50:40.121-04:00 level=INFO source=runner.go:1335 msg="Server listening on 127.0.0.1:43739"
time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.alignment default=32
time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=gguf.go:578 msg=general.architecture type=string
time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=gguf.go:578 msg=tokenizer.ggml.model type=string
time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.alignment default=32
time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.file_type default=0
time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.name default=""
time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.description default=""
time=2025-10-13T14:50:40.129-04:00 level=INFO source=ggml.go:133 msg="" architecture=llama file_type=unknown name="" description="" num_tensors=0 num_key_values=3
time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:94 msg="ggml backend load all from path" path=/usr/lib/ollama
/opt/amdgpu/share/libdrm/amdgpu.ids: No such file or directory
ggml_cuda_init: GGML_CUDA_FORCE_MMQ:    no
ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
ggml_cuda_init: found 1 ROCm devices:
  Device 0: AMD Radeon Graphics, gfx1200 (0x1200), VMM: no, Wave Size: 32, ID: GPU-b3d5d3574c66244c
load_backend: loaded ROCm backend from /usr/lib/ollama/libggml-hip.so
load_backend: loaded CPU backend from /usr/lib/ollama/libggml-cpu-alderlake.so
time=2025-10-13T14:50:40.616-04:00 level=INFO source=ggml.go:104 msg=system CPU.0.SSE3=1 CPU.0.SSSE3=1 CPU.0.AVX=1 CPU.0.AVX_VNNI=1 CPU.0.AVX2=1 CPU.0.F16C=1 CPU.0.FMA=1 CPU.0.BMI2=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 ROCm.0.NO_VMM=1 ROCm.0.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc)
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.block_count default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.pooling_type default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.expert_count default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.tokens default="&{size:0 values:[]}"
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.scores default="&{size:0 values:[]}"
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.token_type default="&{size:0 values:[]}"
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.merges default="&{size:0 values:[]}"
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.add_bos_token default=true
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.bos_token_id default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.add_eos_token default=false
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.eos_token_id default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.eos_token_ids default="&{size:0 values:[]}"
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.pre default=""
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.block_count default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.embedding_length default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.attention.head_count default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.attention.head_count_kv default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.attention.key_length default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.rope.dimension_count default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.attention.layer_norm_rms_epsilon default=0
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.rope.freq_base default=100000
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.rope.scaling.factor default=1
time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=runner.go:1274 msg="dummy model load took" duration=487.735473ms
time=2025-10-13T14:50:40.617-04:00 level=DEBUG source=runner.go:1279 msg="gathering device infos took" duration=18.278µs
time=2025-10-13T14:50:40.617-04:00 level=TRACE source=runner.go:510 msg="runner enumerated devices" OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] devices="[{DeviceID:{ID:GPU-b3d5d3574c66244c Library:ROCm} Name:ROCm0 Description:AMD Radeon Graphics FilteredID: Integrated:false PCIID:04:00.0 TotalMemory:17095983104 FreeMemory:16525557760 ComputeMajor:18 ComputeMinor:0 DriverMajor:60342 DriverMinor:13 LibraryPath:[/usr/lib/ollama]}]"
time=2025-10-13T14:50:40.617-04:00 level=DEBUG source=runner.go:414 msg="bootstrap discovery took" duration=512.438492ms OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] extra_envs=[]
time=2025-10-13T14:50:40.617-04:00 level=DEBUG source=runner.go:117 msg="filtering out unsupported or overlapping GPU library combinations" count=1
time=2025-10-13T14:50:40.617-04:00 level=DEBUG source=runner.go:129 msg="verifying GPU is supported" library=/usr/lib/ollama description="AMD Radeon Graphics" compute=gfx1200 pci_id=04:00.0
time=2025-10-13T14:50:40.617-04:00 level=DEBUG source=runner.go:411 msg="spawing runner with" OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] extra_envs="[GGML_CUDA_INIT=1 ROCR_VISIBLE_DEVICES=GPU-b3d5d3574c66244c]"
time=2025-10-13T14:50:40.618-04:00 level=TRACE source=runner.go:491 msg="starting runner for device discovery" env="[OLLAMA_FLASH_ATTENTION=1 OLLAMA_DEBUG=2 SHELL=/usr/bin/bash SESSION_MANAGER=local/ein:@/tmp/.ICE-unix/1378,unix/ein:/tmp/.ICE-unix/1378 WINDOWID=46137395 COLORTERM=truecolor XDG_CONFIG_DIRS=/etc/xdg XDG_MENU_PREFIX=xfce- LC_ADDRESS=en_US.UTF-8 LC_NAME=en_US.UTF-8 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjzHU6o/agent.1438 XDG_CONFIG_HOME=/home/strike/.config DESKTOP_SESSION=xfce LC_MONETARY=en_US.UTF-8 SSH_AGENT_PID=1439 GTK_MODULES=canberra-gtk-module XDG_SEAT=seat0 PWD=/home/strike/AI/ollama LOGNAME=strike XDG_SESSION_TYPE=tty WINDOWPATH=1 MOTD_SHOWN=pam HOME=/home/strike LC_PAPER=en_US.UTF-8 LANG=en_GB.UTF-8 XDG_CURRENT_DESKTOP=XFCE VTE_VERSION=8200 XDG_CACHE_HOME=/home/strike/.cache XDG_SESSION_CLASS=user TERM=xterm-256color LC_IDENTIFICATION=en_US.UTF-8 USER=strike DISPLAY=:0.0 SHLVL=2 LC_TELEPHONE=en_US.UTF-8 LC_MEASUREMENT=en_US.UTF-8 XDG_VTNR=1 XDG_SESSION_ID=1 ROCM_PATH=/opt/rocm XDG_RUNTIME_DIR=/run/user/1000 DEBUGINFOD_URLS=https://debuginfod.archlinux.org  LC_TIME=en_US.UTF-8 XDG_DATA_DIRS=/usr/local/share:/usr/share PATH=/home/strike/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/rocm/bin:/usr/lib/rustup/bin DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus MAIL=/var/spool/mail/strike LC_NUMERIC=en_US.UTF-8 _=/usr/bin/ollama LD_LIBRARY_PATH=/usr/lib/ollama:/usr/lib/ollama:/usr/lib/ollama/rocm OLLAMA_LIBRARY_PATH=/usr/lib/ollama GGML_CUDA_INIT=1 ROCR_VISIBLE_DEVICES=GPU-b3d5d3574c66244c]" cmd="/usr/bin/ollama runner --ollama-engine --port 33659"
time=2025-10-13T14:50:40.634-04:00 level=INFO source=runner.go:1299 msg="starting ollama engine"
time=2025-10-13T14:50:40.634-04:00 level=INFO source=runner.go:1335 msg="Server listening on 127.0.0.1:33659"
time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.alignment default=32
time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=gguf.go:578 msg=general.architecture type=string
time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=gguf.go:578 msg=tokenizer.ggml.model type=string
time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.alignment default=32
time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.file_type default=0
time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.name default=""
time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.description default=""
time=2025-10-13T14:50:40.640-04:00 level=INFO source=ggml.go:133 msg="" architecture=llama file_type=unknown name="" description="" num_tensors=0 num_key_values=3
time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:94 msg="ggml backend load all from path" path=/usr/lib/ollama
/opt/amdgpu/share/libdrm/amdgpu.ids: No such file or directory
ggml_cuda_init: GGML_CUDA_FORCE_MMQ:    no
ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
ggml_cuda_init: found 1 ROCm devices:
ggml_cuda_init: initializing rocBLAS on device 0
SIGSEGV: segmentation violation
PC=0x7faebc6a63d4 m=0 sigcode=1 addr=0x28
signal arrived during cgo execution

goroutine 35 gp=0xc0004828c0 m=0 mp=0x5630a1d27d40 [syscall]:
runtime.cgocall(0x5630a0cd11d0, 0xc00004a838)
	/usr/lib/go/src/runtime/cgocall.go:167 +0x4b fp=0xc00004a810 sp=0xc00004a7d8 pc=0x56309ffcb94b
github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x5630dac50ee0)
	_cgo_gotypes.go:199 +0x3e fp=0xc00004a838 sp=0xc00004a810 pc=0x5630a037ff5e
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003e0d4, 0xf})
	/build/ollama/src/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc00004a8d0 sp=0xc00004a838 pc=0x5630a037fa15
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1()
	/build/ollama/src/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x545 fp=0xc00004ab48 sp=0xc00004a8d0 pc=0x5630a037f865
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2.1()
	/usr/lib/go/src/sync/oncefunc.go:33 +0x4b fp=0xc00004ab80 sp=0xc00004ab48 pc=0x5630a037f26b
sync.(*Once).doSlow(0x5630a1dd2aa0?, 0x0?)
	/usr/lib/go/src/sync/once.go:78 +0xac fp=0xc00004abd8 sp=0xc00004ab80 pc=0x56309ffe16cc
sync.(*Once).Do(0xc00004ac78?, 0xc?)
	/usr/lib/go/src/sync/once.go:69 +0x19 fp=0xc00004abf8 sp=0xc00004abd8 pc=0x56309ffe15f9
github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2()
	/usr/lib/go/src/sync/oncefunc.go:22 +0x39 fp=0xc00004ac30 sp=0xc00004abf8 pc=0x5630a037f1f9
github.com/ollama/ollama/ml/backend/ggml.init.func1()
	/build/ollama/src/ollama/ml/backend/ggml/ggml.go:46 +0x1e fp=0xc00004acb8 sp=0xc00004ac30 pc=0x5630a040aa7e
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2.1()
	/usr/lib/go/src/sync/oncefunc.go:33 +0x4b fp=0xc00004acf0 sp=0xc00004acb8 pc=0x5630a040a9ab
sync.(*Once).doSlow(0x8000?, 0x15630a1457128?)
	/usr/lib/go/src/sync/once.go:78 +0xac fp=0xc00004ad48 sp=0xc00004acf0 pc=0x56309ffe16cc
sync.(*Once).Do(0x5630a1dd30b0?, 0x56309ffe1780?)
	/usr/lib/go/src/sync/once.go:69 +0x19 fp=0xc00004ad68 sp=0xc00004ad48 pc=0x56309ffe15f9
github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2()
	/usr/lib/go/src/sync/oncefunc.go:22 +0x39 fp=0xc00004ada0 sp=0xc00004ad68 pc=0x5630a040a939
github.com/ollama/ollama/ml/backend/ggml.New({0xc00034e180, 0x13}, {0x0, 0x18, {0xc000618440, 0x1, 0x1}, 0x0})
	/build/ollama/src/ollama/ml/backend/ggml/ggml.go:144 +0x124 fp=0xc00004b678 sp=0xc00004ada0 pc=0x5630a0413224
github.com/ollama/ollama/ml.NewBackend({0xc00034e180, 0x13}, {0x0, 0x18, {0xc000618440, 0x1, 0x1}, 0x0})
	/build/ollama/src/ollama/ml/backend.go:92 +0x9c fp=0xc00004b6c8 sp=0xc00004b678 pc=0x5630a038193c
github.com/ollama/ollama/model.New({0xc00034e180?, 0xc000359978?}, {0x0, 0x18, {0xc000618440, 0x1, 0x1}, 0x0})
	/build/ollama/src/ollama/model/model.go:106 +0x66 fp=0xc00004b788 sp=0xc00004b6c8 pc=0x5630a0428086
github.com/ollama/ollama/runner/ollamarunner.(*Server).info(0xc0001d2d20, {0x5630a145ebe8, 0xc0006a20f0}, 0xc0006144d0?)
	/build/ollama/src/ollama/runner/ollamarunner/runner.go:1269 +0x533 fp=0xc00004bab8 sp=0xc00004b788 pc=0x5630a04e6df3
github.com/ollama/ollama/runner/ollamarunner.(*Server).info-fm({0x5630a145ebe8?, 0xc0006a20f0?}, 0xc000359b30?)
	<autogenerated>:1 +0x36 fp=0xc00004bae8 sp=0xc00004bab8 pc=0x5630a04e8316
net/http.HandlerFunc.ServeHTTP(0xc000421200?, {0x5630a145ebe8?, 0xc0006a20f0?}, 0x5630a02c97f6?)
	/usr/lib/go/src/net/http/server.go:2322 +0x29 fp=0xc00004bb10 sp=0xc00004bae8 pc=0x5630a02d13a9
net/http.(*ServeMux).ServeHTTP(0x56309ffcb819?, {0x5630a145ebe8, 0xc0006a20f0}, 0xc0003f6000)
	/usr/lib/go/src/net/http/server.go:2861 +0x1c7 fp=0xc00004bb60 sp=0xc00004bb10 pc=0x5630a02d3287
net/http.serverHandler.ServeHTTP({0xc000618280?}, {0x5630a145ebe8?, 0xc0006a20f0?}, 0x1?)
	/usr/lib/go/src/net/http/server.go:3340 +0x8e fp=0xc00004bb90 sp=0xc00004bb60 pc=0x5630a02f0b6e
net/http.(*conn).serve(0xc000114000, {0x5630a1460fa8, 0xc000680f00})
	/usr/lib/go/src/net/http/server.go:2109 +0x665 fp=0xc00004bfb8 sp=0xc00004bb90 pc=0x5630a02cf4a5
net/http.(*Server).Serve.gowrap3()
	/usr/lib/go/src/net/http/server.go:3493 +0x28 fp=0xc00004bfe0 sp=0xc00004bfb8 pc=0x5630a02d5168
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x56309ffd6fe1
created by net/http.(*Server).Serve in goroutine 1
	/usr/lib/go/src/net/http/server.go:3493 +0x485

goroutine 1 gp=0xc000002380 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc0004a3788 sp=0xc0004a3768 pc=0x56309ffcedce
runtime.netpollblock(0xc0004a37d8?, 0x9ff63b86?, 0x30?)
	/usr/lib/go/src/runtime/netpoll.go:575 +0xf7 fp=0xc0004a37c0 sp=0xc0004a3788 pc=0x56309ff929b7
internal/poll.runtime_pollWait(0x7faf0d0c8400, 0x72)
	/usr/lib/go/src/runtime/netpoll.go:351 +0x85 fp=0xc0004a37e0 sp=0xc0004a37c0 pc=0x56309ffcdfa5
internal/poll.(*pollDesc).wait(0xc000415b80?, 0x16?, 0x0)
	/usr/lib/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0004a3808 sp=0xc0004a37e0 pc=0x5630a0056f27
internal/poll.(*pollDesc).waitRead(...)
	/usr/lib/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc000415b80)
	/usr/lib/go/src/internal/poll/fd_unix.go:613 +0x28c fp=0xc0004a38b0 sp=0xc0004a3808 pc=0x5630a005c34c
net.(*netFD).accept(0xc000415b80)
	/usr/lib/go/src/net/fd_unix.go:161 +0x29 fp=0xc0004a3968 sp=0xc0004a38b0 pc=0x5630a00c68a9
net.(*TCPListener).accept(0xc0003bc100)
	/usr/lib/go/src/net/tcpsock_posix.go:159 +0x1b fp=0xc0004a39b8 sp=0xc0004a3968 pc=0x5630a00dbfdb
net.(*TCPListener).Accept(0xc0003bc100)
	/usr/lib/go/src/net/tcpsock.go:380 +0x30 fp=0xc0004a39e8 sp=0xc0004a39b8 pc=0x5630a00dae70
net/http.(*onceCloseListener).Accept(0xc000114000?)
	<autogenerated>:1 +0x24 fp=0xc0004a3a00 sp=0xc0004a39e8 pc=0x5630a02fd384
net/http.(*Server).Serve(0xc0004c8f00, {0x5630a145ea08, 0xc0003bc100})
	/usr/lib/go/src/net/http/server.go:3463 +0x30c fp=0xc0004a3b30 sp=0xc0004a3a00 pc=0x5630a02d4d6c
github.com/ollama/ollama/runner/ollamarunner.Execute({0xc000036080, 0x2, 0x2})
	/build/ollama/src/ollama/runner/ollamarunner/runner.go:1336 +0x994 fp=0xc0004a3d08 sp=0xc0004a3b30 pc=0x5630a04e7d34
github.com/ollama/ollama/runner.Execute({0xc000036060?, 0x0?, 0x0?})
	/build/ollama/src/ollama/runner/runner.go:20 +0xc9 fp=0xc0004a3d30 sp=0xc0004a3d08 pc=0x5630a04e8629
github.com/ollama/ollama/cmd.NewCLI.func2(0xc0004c8d00?, {0x5630a0f6b2c6?, 0x4?, 0x5630a0f6b2ca?})
	/build/ollama/src/ollama/cmd/cmd.go:1769 +0x45 fp=0xc0004a3d58 sp=0xc0004a3d30 pc=0x5630a0c54765
github.com/spf13/cobra.(*Command).execute(0xc0006a5508, {0xc000680990, 0x3, 0x3})
	/build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x88a fp=0xc0004a3e78 sp=0xc0004a3d58 pc=0x5630a014008a
github.com/spf13/cobra.(*Command).ExecuteC(0xc000632c08)
	/build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x398 fp=0xc0004a3f30 sp=0xc0004a3e78 pc=0x5630a01408b8
github.com/spf13/cobra.(*Command).Execute(...)
	/build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
	/build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
	/build/ollama/src/ollama/main.go:12 +0x4d fp=0xc0004a3f50 sp=0xc0004a3f30 pc=0x5630a0c5522d
runtime.main()
	/usr/lib/go/src/runtime/proc.go:285 +0x29d fp=0xc0004a3fe0 sp=0xc0004a3f50 pc=0x56309ff9a25d
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004a3fe8 sp=0xc0004a3fe0 pc=0x56309ffd6fe1

goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000092fa8 sp=0xc000092f88 pc=0x56309ffcedce
runtime.goparkunlock(...)
	/usr/lib/go/src/runtime/proc.go:466
runtime.forcegchelper()
	/usr/lib/go/src/runtime/proc.go:373 +0xb8 fp=0xc000092fe0 sp=0xc000092fa8 pc=0x56309ff9a598
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000092fe8 sp=0xc000092fe0 pc=0x56309ffd6fe1
created by runtime.init.7 in goroutine 1
	/usr/lib/go/src/runtime/proc.go:361 +0x1a

goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000093780 sp=0xc000093760 pc=0x56309ffcedce
runtime.goparkunlock(...)
	/usr/lib/go/src/runtime/proc.go:466
runtime.bgsweep(0xc0000be000)
	/usr/lib/go/src/runtime/mgcsweep.go:323 +0xdf fp=0xc0000937c8 sp=0xc000093780 pc=0x56309ff842bf
runtime.gcenable.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:212 +0x25 fp=0xc0000937e0 sp=0xc0000937c8 pc=0x56309ff78245
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000937e8 sp=0xc0000937e0 pc=0x56309ffd6fe1
created by runtime.gcenable in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:212 +0x66

goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x5630a1130778?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000093f78 sp=0xc000093f58 pc=0x56309ffcedce
runtime.goparkunlock(...)
	/usr/lib/go/src/runtime/proc.go:466
runtime.(*scavengerState).park(0x5630a1d24dc0)
	/usr/lib/go/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000093fa8 sp=0xc000093f78 pc=0x56309ff81d29
runtime.bgscavenge(0xc0000be000)
	/usr/lib/go/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000093fc8 sp=0xc000093fa8 pc=0x56309ff822d9
runtime.gcenable.gowrap2()
	/usr/lib/go/src/runtime/mgc.go:213 +0x25 fp=0xc000093fe0 sp=0xc000093fc8 pc=0x56309ff781e5
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000093fe8 sp=0xc000093fe0 pc=0x56309ffd6fe1
created by runtime.gcenable in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:213 +0xa5

goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]:
runtime.gopark(0x56309ffa9597?, 0x56309ff6fb65?, 0xb8?, 0x1?, 0x56309ff9c949?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000092620 sp=0xc000092600 pc=0x56309ffcedce
runtime.runFinalizers()
	/usr/lib/go/src/runtime/mfinal.go:210 +0x107 fp=0xc0000927e0 sp=0xc000092620 pc=0x56309ff77147
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000927e8 sp=0xc0000927e0 pc=0x56309ffd6fe1
created by runtime.createfing in goroutine 1
	/usr/lib/go/src/runtime/mfinal.go:172 +0x3d

goroutine 6 gp=0xc00017a8c0 m=nil [cleanup wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000094768 sp=0xc000094748 pc=0x56309ffcedce
runtime.goparkunlock(...)
	/usr/lib/go/src/runtime/proc.go:466
runtime.(*cleanupQueue).dequeue(0x5630a1d25720)
	/usr/lib/go/src/runtime/mcleanup.go:439 +0xc5 fp=0xc0000947a0 sp=0xc000094768 pc=0x56309ff74325
runtime.runCleanups()
	/usr/lib/go/src/runtime/mcleanup.go:635 +0x45 fp=0xc0000947e0 sp=0xc0000947a0 pc=0x56309ff749e5
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000947e8 sp=0xc0000947e0 pc=0x56309ffd6fe1
created by runtime.(*cleanupQueue).createGs in goroutine 1
	/usr/lib/go/src/runtime/mcleanup.go:589 +0xa5

goroutine 7 gp=0xc00017ae00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000094f38 sp=0xc000094f18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000094fc8 sp=0xc000094f38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000094fe0 sp=0xc000094fc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000094fe8 sp=0xc000094fe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 8 gp=0xc00017afc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000095738 sp=0xc000095718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0000957c8 sp=0xc000095738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000957e0 sp=0xc0000957c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000957e8 sp=0xc0000957e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 9 gp=0xc00017b180 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000095f38 sp=0xc000095f18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000095fc8 sp=0xc000095f38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000095fe0 sp=0xc000095fc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000095fe8 sp=0xc000095fe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 10 gp=0xc00017b340 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00008e738 sp=0xc00008e718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00008e7c8 sp=0xc00008e738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00008e7e0 sp=0xc00008e7c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00008e7e8 sp=0xc00008e7e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 11 gp=0xc00017b500 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00008ef38 sp=0xc00008ef18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00008efc8 sp=0xc00008ef38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00008efe0 sp=0xc00008efc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00008efe8 sp=0xc00008efe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 12 gp=0xc00017b6c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00008f738 sp=0xc00008f718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00008f7c8 sp=0xc00008f738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00008f7e0 sp=0xc00008f7c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00008f7e8 sp=0xc00008f7e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 13 gp=0xc00017b880 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00008ff38 sp=0xc00008ff18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00008ffc8 sp=0xc00008ff38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00008ffe0 sp=0xc00008ffc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00008ffe8 sp=0xc00008ffe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 14 gp=0xc00017ba40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000090738 sp=0xc000090718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0000907c8 sp=0xc000090738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000907e0 sp=0xc0000907c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000907e8 sp=0xc0000907e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 15 gp=0xc00017bc00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000090f38 sp=0xc000090f18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000090fc8 sp=0xc000090f38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000090fe0 sp=0xc000090fc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000090fe8 sp=0xc000090fe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 16 gp=0xc00017bdc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000091738 sp=0xc000091718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0000917c8 sp=0xc000091738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000917e0 sp=0xc0000917c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000917e8 sp=0xc0000917e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 18 gp=0xc000432000 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000091f38 sp=0xc000091f18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000091fc8 sp=0xc000091f38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000091fe0 sp=0xc000091fc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000091fe8 sp=0xc000091fe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 34 gp=0xc000482380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000498738 sp=0xc000498718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0004987c8 sp=0xc000498738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0004987e0 sp=0xc0004987c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004987e8 sp=0xc0004987e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 50 gp=0xc000504000 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000494738 sp=0xc000494718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0004947c8 sp=0xc000494738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0004947e0 sp=0xc0004947c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004947e8 sp=0xc0004947e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 51 gp=0xc0005041c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000494f38 sp=0xc000494f18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000494fc8 sp=0xc000494f38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000494fe0 sp=0xc000494fc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000494fe8 sp=0xc000494fe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 52 gp=0xc000504380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000495738 sp=0xc000495718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0004957c8 sp=0xc000495738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0004957e0 sp=0xc0004957c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004957e8 sp=0xc0004957e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 53 gp=0xc000504540 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000495f38 sp=0xc000495f18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000495fc8 sp=0xc000495f38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000495fe0 sp=0xc000495fc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000495fe8 sp=0xc000495fe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 54 gp=0xc000504700 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000496738 sp=0xc000496718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0004967c8 sp=0xc000496738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0004967e0 sp=0xc0004967c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004967e8 sp=0xc0004967e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 55 gp=0xc0005048c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000496f38 sp=0xc000496f18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000496fc8 sp=0xc000496f38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000496fe0 sp=0xc000496fc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000496fe8 sp=0xc000496fe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 56 gp=0xc000504a80 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000497738 sp=0xc000497718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0004977c8 sp=0xc000497738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0004977e0 sp=0xc0004977c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004977e8 sp=0xc0004977e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 57 gp=0xc000504c40 m=nil [GC worker (idle)]:
runtime.gopark(0xdf8561662712?, 0x1?, 0x6c?, 0xba?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000497f38 sp=0xc000497f18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000497fc8 sp=0xc000497f38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000497fe0 sp=0xc000497fc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000497fe8 sp=0xc000497fe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 58 gp=0xc000504e00 m=nil [GC worker (idle)]:
runtime.gopark(0x5630a1dd4e60?, 0x1?, 0x47?, 0xfa?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00050a738 sp=0xc00050a718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00050a7c8 sp=0xc00050a738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00050a7e0 sp=0xc00050a7c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00050a7e8 sp=0xc00050a7e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 19 gp=0xc0004321c0 m=nil [GC worker (idle)]:
runtime.gopark(0x5630a1dd4e60?, 0x1?, 0x18?, 0xb5?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc0000a5f38 sp=0xc0000a5f18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0000a5fc8 sp=0xc0000a5f38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000a5fe0 sp=0xc0000a5fc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000a5fe8 sp=0xc0000a5fe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 20 gp=0xc000432380 m=nil [GC worker (idle)]:
runtime.gopark(0xdf85616613d0?, 0x1?, 0x62?, 0xb8?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000506f38 sp=0xc000506f18 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000506fc8 sp=0xc000506f38 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000506fe0 sp=0xc000506fc8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000506fe8 sp=0xc000506fe0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 21 gp=0xc000432540 m=nil [GC worker (idle)]:
runtime.gopark(0x5630a1dd4e60?, 0x1?, 0x14?, 0xcb?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000507738 sp=0xc000507718 pc=0x56309ffcedce
runtime.gcBgMarkWorker(0xc0000cd6c0)
	/usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0005077c8 sp=0xc000507738 pc=0x56309ff7a96b
runtime.gcBgMarkStartWorkers.gowrap1()
	/usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0005077e0 sp=0xc0005077c8 pc=0x56309ff7a845
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0005077e8 sp=0xc0005077e0 pc=0x56309ffd6fe1
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/usr/lib/go/src/runtime/mgc.go:1373 +0x105

goroutine 22 gp=0xc0005828c0 m=nil [sync.WaitGroup.Wait]:
runtime.gopark(0x0?, 0x0?, 0xe0?, 0x21?, 0x0?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc0000a4b30 sp=0xc0000a4b10 pc=0x56309ffcedce
runtime.goparkunlock(...)
	/usr/lib/go/src/runtime/proc.go:466
runtime.semacquire1(0xc0001d2dd8, 0x0, 0x1, 0x0, 0x19)
	/usr/lib/go/src/runtime/sema.go:192 +0x229 fp=0xc0000a4b98 sp=0xc0000a4b30 pc=0x56309ffae069
sync.runtime_SemacquireWaitGroup(0x0?, 0x0?)
	/usr/lib/go/src/runtime/sema.go:114 +0x2e fp=0xc0000a4bd0 sp=0xc0000a4b98 pc=0x56309ffd08ce
sync.(*WaitGroup).Wait(0xc0001d2dd0)
	/usr/lib/go/src/sync/waitgroup.go:206 +0x85 fp=0xc0000a4bf8 sp=0xc0000a4bd0 pc=0x56309ffe2c45
github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0001d2d20, {0x5630a1460fe0, 0xc0004b9bd0})
	/build/ollama/src/ollama/runner/ollamarunner/runner.go:407 +0x45 fp=0xc0000a4fb8 sp=0xc0000a4bf8 pc=0x5630a04ded45
github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1()
	/build/ollama/src/ollama/runner/ollamarunner/runner.go:1313 +0x28 fp=0xc0000a4fe0 sp=0xc0000a4fb8 pc=0x5630a04e7fa8
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000a4fe8 sp=0xc0000a4fe0 pc=0x56309ffd6fe1
created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1
	/build/ollama/src/ollama/runner/ollamarunner/runner.go:1313 +0x505

goroutine 36 gp=0xc000482a80 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?)
	/usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00050c5d8 sp=0xc00050c5b8 pc=0x56309ffcedce
runtime.netpollblock(0x56309fff3478?, 0x9ff63b86?, 0x30?)
	/usr/lib/go/src/runtime/netpoll.go:575 +0xf7 fp=0xc00050c610 sp=0xc00050c5d8 pc=0x56309ff929b7
internal/poll.runtime_pollWait(0x7faf0d0c8200, 0x72)
	/usr/lib/go/src/runtime/netpoll.go:351 +0x85 fp=0xc00050c630 sp=0xc00050c610 pc=0x56309ffcdfa5
internal/poll.(*pollDesc).wait(0xc000630780?, 0xc0006182a1?, 0x0)
	/usr/lib/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00050c658 sp=0xc00050c630 pc=0x5630a0056f27
internal/poll.(*pollDesc).waitRead(...)
	/usr/lib/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc000630780, {0xc0006182a1, 0x1, 0x1})
	/usr/lib/go/src/internal/poll/fd_unix.go:165 +0x279 fp=0xc00050c6f0 sp=0xc00050c658 pc=0x5630a0058219
net.(*netFD).Read(0xc000630780, {0xc0006182a1?, 0x0?, 0x0?})
	/usr/lib/go/src/net/fd_posix.go:68 +0x25 fp=0xc00050c738 sp=0xc00050c6f0 pc=0x5630a00c4a05
net.(*conn).Read(0xc000096000, {0xc0006182a1?, 0x0?, 0x0?})
	/usr/lib/go/src/net/net.go:196 +0x45 fp=0xc00050c780 sp=0xc00050c738 pc=0x5630a00d2a25
net/http.(*connReader).backgroundRead(0xc000618280)
	/usr/lib/go/src/net/http/server.go:702 +0x33 fp=0xc00050c7c8 sp=0xc00050c780 pc=0x5630a02c9953
net/http.(*connReader).startBackgroundRead.gowrap2()
	/usr/lib/go/src/net/http/server.go:698 +0x25 fp=0xc00050c7e0 sp=0xc00050c7c8 pc=0x5630a02c9885
runtime.goexit({})
	/usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00050c7e8 sp=0xc00050c7e0 pc=0x56309ffd6fe1
created by net/http.(*connReader).startBackgroundRead in goroutine 35
	/usr/lib/go/src/net/http/server.go:698 +0xb6

rax    0x5630db85f7e0
rbx    0x5630db85f9d0
rcx    0x1
rdx    0x8
rdi    0x0
rsi    0x1
rbp    0x7ffcff7c8900
rsp    0x7ffcff7c8800
r8     0x5630db85f730
r9     0x7faf0d009ac0
r10    0x2
r11    0x0
r12    0x5630db85f680
r13    0x7ffcff7c8960
r14    0x5630db85f728
r15    0x7ffcff7c93c8
rip    0x7faebc6a63d4
rflags 0x10206
cs     0x33
fs     0x0
gs     0x0
time=2025-10-13T14:50:41.158-04:00 level=TRACE source=runner.go:505 msg="runner exited" OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] extra_envs="[GGML_CUDA_INIT=1 ROCR_VISIBLE_DEVICES=GPU-b3d5d3574c66244c]" code=2
time=2025-10-13T14:50:41.159-04:00 level=TRACE source=runner.go:510 msg="runner enumerated devices" OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] devices=[]
time=2025-10-13T14:50:41.159-04:00 level=DEBUG source=runner.go:414 msg="bootstrap discovery took" duration=541.130158ms OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] extra_envs="[GGML_CUDA_INIT=1 ROCR_VISIBLE_DEVICES=GPU-b3d5d3574c66244c]"
time=2025-10-13T14:50:41.159-04:00 level=TRACE source=runner.go:164 msg="supported GPU library combinations" supported=map[]
time=2025-10-13T14:50:41.159-04:00 level=TRACE source=runner.go:173 msg="removing unsupported or overlapping GPU combination" libDir=/usr/lib/ollama description="AMD Radeon Graphics" compute=gfx1200 pci_id=04:00.0
time=2025-10-13T14:50:41.159-04:00 level=DEBUG source=runner.go:45 msg="GPU bootstrap discovery took" duration=1.054371438s
time=2025-10-13T14:50:41.159-04:00 level=INFO source=types.go:129 msg="inference compute" id=cpu library=cpu compute="" name=cpu description=cpu libdirs=ollama driver="" pci_id="" type="" total="62.5 GiB" available="46.6 GiB"
time=2025-10-13T14:50:41.159-04:00 level=INFO source=routes.go:1573 msg="entering low vram mode" "total vram"="0 B" threshold="20.0 GiB"

OS

Linux

GPU

AMD

CPU

Intel

Ollama version

0.12.4

Originally created by @StrykeSlammerII on GitHub (Oct 13, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12602 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? Ollama 0.12.3 correctly finds and uses my RX 9060 XT GPU (gfx1200). Ollama 0.12.4 seems to find it, but incorrectly reports 0 VRAM and runs only on CPU. This is on Linux/Manjaro running from CLI. Typical usage is `$OLLAMA_FLASH_ATTENTION=1 ollama start` but I've added OLLAMA_DEBUG="2" for the below logs. (Originally reported in #12564 ) I've attempted setting HSA_OVERRIDE_GFX_VERSION_0=12.0.1 or HSA_OVERRIDE_GFX_VERSION=12.0.1 and neither one affects the outcome--please let me know if logs from either of those would be helpful. ### Relevant log output ```shell 0.12.3: OLLAMA_DEBUG="2" OLLAMA_FLASH_ATTENTION=1 ollama start time=2025-10-13T14:42:43.826-04:00 level=INFO source=routes.go:1475 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:DEBUG-4 OLLAMA_FLASH_ATTENTION:true OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/home/strike/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_REMOTES:[ollama.com] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]" time=2025-10-13T14:42:43.829-04:00 level=INFO source=images.go:518 msg="total blobs: 55" time=2025-10-13T14:42:43.831-04:00 level=INFO source=images.go:525 msg="total unused blobs removed: 0" time=2025-10-13T14:42:43.831-04:00 level=INFO source=routes.go:1528 msg="Listening on 127.0.0.1:11434 (version 0.12.3)" time=2025-10-13T14:42:43.831-04:00 level=DEBUG source=sched.go:121 msg="starting llm scheduler" time=2025-10-13T14:42:43.831-04:00 level=INFO source=gpu.go:217 msg="looking for compatible GPUs" time=2025-10-13T14:42:43.832-04:00 level=DEBUG source=gpu.go:98 msg="searching for GPU discovery libraries for NVIDIA" time=2025-10-13T14:42:43.832-04:00 level=DEBUG source=gpu.go:520 msg="Searching for GPU library" name=libcuda.so* time=2025-10-13T14:42:43.832-04:00 level=DEBUG source=gpu.go:544 msg="gpu library search" globs="[/usr/lib/ollama/libcuda.so* /home/strike/AI/ollama/libcuda.so* /usr/local/cuda*/targets/*/lib/libcuda.so* /usr/lib/*-linux-gnu/nvidia/current/libcuda.so* /usr/lib/*-linux-gnu/libcuda.so* /usr/lib/wsl/lib/libcuda.so* /usr/lib/wsl/drivers/*/libcuda.so* /opt/cuda/lib*/libcuda.so* /usr/local/cuda/lib*/libcuda.so* /usr/lib*/libcuda.so* /usr/local/lib*/libcuda.so*]" time=2025-10-13T14:42:43.847-04:00 level=DEBUG source=gpu.go:577 msg="discovered GPU libraries" paths=[] time=2025-10-13T14:42:43.847-04:00 level=DEBUG source=gpu.go:520 msg="Searching for GPU library" name=libcudart.so* time=2025-10-13T14:42:43.847-04:00 level=DEBUG source=gpu.go:544 msg="gpu library search" globs="[/usr/lib/ollama/libcudart.so* /home/strike/AI/ollama/libcudart.so* /usr/lib/ollama/cuda_v*/libcudart.so* /usr/local/cuda/lib64/libcudart.so* /usr/lib/x86_64-linux-gnu/nvidia/current/libcudart.so* /usr/lib/x86_64-linux-gnu/libcudart.so* /usr/lib/wsl/lib/libcudart.so* /usr/lib/wsl/drivers/*/libcudart.so* /opt/cuda/lib64/libcudart.so* /usr/local/cuda*/targets/aarch64-linux/lib/libcudart.so* /usr/lib/aarch64-linux-gnu/nvidia/current/libcudart.so* /usr/lib/aarch64-linux-gnu/libcudart.so* /usr/local/cuda/lib*/libcudart.so* /usr/lib*/libcudart.so* /usr/local/lib*/libcudart.so*]" time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=gpu.go:577 msg="discovered GPU libraries" paths=[] time=2025-10-13T14:42:43.851-04:00 level=WARN source=amd_linux.go:61 msg="ollama recommends running the https://www.amd.com/en/support/download/linux-drivers.html" error="amdgpu version file missing: /sys/module/amdgpu/version stat /sys/module/amdgpu/version: no such file or directory" time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:102 msg="evaluating amdgpu node /sys/class/kfd/kfd/topology/nodes/0/properties" time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:122 msg="detected CPU /sys/class/kfd/kfd/topology/nodes/0/properties" time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:102 msg="evaluating amdgpu node /sys/class/kfd/kfd/topology/nodes/1/properties" time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:203 msg="mapping amdgpu to drm sysfs nodes" amdgpu=/sys/class/kfd/kfd/topology/nodes/1/properties vendor=4098 device=30096 unique_id=12958495874725848140 time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:237 msg=matched amdgpu=/sys/class/kfd/kfd/topology/nodes/1/properties drm=/sys/class/drm/card1/device time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:343 msg="amdgpu memory" gpu=GPU-b3d5d3574c66244c total="15.9 GiB" time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_linux.go:344 msg="amdgpu memory" gpu=GPU-b3d5d3574c66244c available="10.8 GiB" time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_common.go:16 msg="evaluating potential rocm lib dir /usr/lib/ollama/rocm" time=2025-10-13T14:42:43.851-04:00 level=DEBUG source=amd_common.go:44 msg="detected ROCM next to ollama executable /usr/lib/ollama/rocm" time=2025-10-13T14:42:43.852-04:00 level=DEBUG source=amd_linux.go:375 msg="rocm supported GPUs" types="[gfx1010 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 gfx1151 gfx1200 gfx1201 gfx900 gfx906 gfx908 gfx90a gfx942]" time=2025-10-13T14:42:43.852-04:00 level=INFO source=amd_linux.go:390 msg="amdgpu is supported" gpu=GPU-b3d5d3574c66244c gpu_type=gfx1200 time=2025-10-13T14:42:43.852-04:00 level=INFO source=types.go:131 msg="inference compute" id=GPU-b3d5d3574c66244c library=rocm variant="" compute=gfx1200 driver=0.0 name=1002:7590 total="15.9 GiB" available="10.8 GiB" time=2025-10-13T14:42:43.852-04:00 level=INFO source=routes.go:1569 msg="entering low vram mode" "total vram"="15.9 GiB" threshold="20.0 GiB" starting with 0.12.4, instead we get $ OLLAMA_DEBUG="2" OLLAMA_FLASH_ATTENTION=1 ollama start time=2025-10-13T14:50:40.101-04:00 level=INFO source=routes.go:1479 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:DEBUG-4 OLLAMA_FLASH_ATTENTION:true OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/home/strike/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_REMOTES:[ollama.com] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]" time=2025-10-13T14:50:40.103-04:00 level=INFO source=images.go:522 msg="total blobs: 55" time=2025-10-13T14:50:40.104-04:00 level=INFO source=images.go:529 msg="total unused blobs removed: 0" time=2025-10-13T14:50:40.104-04:00 level=INFO source=routes.go:1532 msg="Listening on 127.0.0.1:11434 (version 0.12.4)" time=2025-10-13T14:50:40.104-04:00 level=DEBUG source=sched.go:122 msg="starting llm scheduler" time=2025-10-13T14:50:40.105-04:00 level=INFO source=runner.go:80 msg="discovering available GPUs..." time=2025-10-13T14:50:40.105-04:00 level=DEBUG source=runner.go:411 msg="spawing runner with" OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] extra_envs=[] time=2025-10-13T14:50:40.107-04:00 level=TRACE source=runner.go:491 msg="starting runner for device discovery" env="[OLLAMA_FLASH_ATTENTION=1 OLLAMA_DEBUG=2 SHELL=/usr/bin/bash SESSION_MANAGER=local/ein:@/tmp/.ICE-unix/1378,unix/ein:/tmp/.ICE-unix/1378 WINDOWID=46137395 COLORTERM=truecolor XDG_CONFIG_DIRS=/etc/xdg XDG_MENU_PREFIX=xfce- LC_ADDRESS=en_US.UTF-8 LC_NAME=en_US.UTF-8 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjzHU6o/agent.1438 XDG_CONFIG_HOME=/home/strike/.config DESKTOP_SESSION=xfce LC_MONETARY=en_US.UTF-8 SSH_AGENT_PID=1439 GTK_MODULES=canberra-gtk-module XDG_SEAT=seat0 PWD=/home/strike/AI/ollama LOGNAME=strike XDG_SESSION_TYPE=tty WINDOWPATH=1 MOTD_SHOWN=pam HOME=/home/strike LC_PAPER=en_US.UTF-8 LANG=en_GB.UTF-8 XDG_CURRENT_DESKTOP=XFCE VTE_VERSION=8200 XDG_CACHE_HOME=/home/strike/.cache XDG_SESSION_CLASS=user TERM=xterm-256color LC_IDENTIFICATION=en_US.UTF-8 USER=strike DISPLAY=:0.0 SHLVL=2 LC_TELEPHONE=en_US.UTF-8 LC_MEASUREMENT=en_US.UTF-8 XDG_VTNR=1 XDG_SESSION_ID=1 ROCM_PATH=/opt/rocm XDG_RUNTIME_DIR=/run/user/1000 DEBUGINFOD_URLS=https://debuginfod.archlinux.org LC_TIME=en_US.UTF-8 XDG_DATA_DIRS=/usr/local/share:/usr/share PATH=/home/strike/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/rocm/bin:/usr/lib/rustup/bin DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus MAIL=/var/spool/mail/strike LC_NUMERIC=en_US.UTF-8 _=/usr/bin/ollama LD_LIBRARY_PATH=/usr/lib/ollama:/usr/lib/ollama:/usr/lib/ollama/rocm OLLAMA_LIBRARY_PATH=/usr/lib/ollama]" cmd="/usr/bin/ollama runner --ollama-engine --port 43739" time=2025-10-13T14:50:40.121-04:00 level=INFO source=runner.go:1299 msg="starting ollama engine" time=2025-10-13T14:50:40.121-04:00 level=INFO source=runner.go:1335 msg="Server listening on 127.0.0.1:43739" time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.alignment default=32 time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=gguf.go:578 msg=general.architecture type=string time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=gguf.go:578 msg=tokenizer.ggml.model type=string time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.alignment default=32 time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.file_type default=0 time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.name default="" time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.description default="" time=2025-10-13T14:50:40.129-04:00 level=INFO source=ggml.go:133 msg="" architecture=llama file_type=unknown name="" description="" num_tensors=0 num_key_values=3 time=2025-10-13T14:50:40.129-04:00 level=DEBUG source=ggml.go:94 msg="ggml backend load all from path" path=/usr/lib/ollama /opt/amdgpu/share/libdrm/amdgpu.ids: No such file or directory ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no ggml_cuda_init: found 1 ROCm devices: Device 0: AMD Radeon Graphics, gfx1200 (0x1200), VMM: no, Wave Size: 32, ID: GPU-b3d5d3574c66244c load_backend: loaded ROCm backend from /usr/lib/ollama/libggml-hip.so load_backend: loaded CPU backend from /usr/lib/ollama/libggml-cpu-alderlake.so time=2025-10-13T14:50:40.616-04:00 level=INFO source=ggml.go:104 msg=system CPU.0.SSE3=1 CPU.0.SSSE3=1 CPU.0.AVX=1 CPU.0.AVX_VNNI=1 CPU.0.AVX2=1 CPU.0.F16C=1 CPU.0.FMA=1 CPU.0.BMI2=1 CPU.0.LLAMAFILE=1 CPU.1.LLAMAFILE=1 ROCm.0.NO_VMM=1 ROCm.0.PEER_MAX_BATCH_SIZE=128 compiler=cgo(gcc) time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.block_count default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.pooling_type default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.expert_count default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.tokens default="&{size:0 values:[]}" time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.scores default="&{size:0 values:[]}" time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.token_type default="&{size:0 values:[]}" time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.merges default="&{size:0 values:[]}" time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.add_bos_token default=true time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.bos_token_id default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.add_eos_token default=false time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.eos_token_id default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.eos_token_ids default="&{size:0 values:[]}" time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=tokenizer.ggml.pre default="" time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.block_count default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.embedding_length default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.attention.head_count default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.attention.head_count_kv default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.attention.key_length default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.rope.dimension_count default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.attention.layer_norm_rms_epsilon default=0 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.rope.freq_base default=100000 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=llama.rope.scaling.factor default=1 time=2025-10-13T14:50:40.616-04:00 level=DEBUG source=runner.go:1274 msg="dummy model load took" duration=487.735473ms time=2025-10-13T14:50:40.617-04:00 level=DEBUG source=runner.go:1279 msg="gathering device infos took" duration=18.278µs time=2025-10-13T14:50:40.617-04:00 level=TRACE source=runner.go:510 msg="runner enumerated devices" OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] devices="[{DeviceID:{ID:GPU-b3d5d3574c66244c Library:ROCm} Name:ROCm0 Description:AMD Radeon Graphics FilteredID: Integrated:false PCIID:04:00.0 TotalMemory:17095983104 FreeMemory:16525557760 ComputeMajor:18 ComputeMinor:0 DriverMajor:60342 DriverMinor:13 LibraryPath:[/usr/lib/ollama]}]" time=2025-10-13T14:50:40.617-04:00 level=DEBUG source=runner.go:414 msg="bootstrap discovery took" duration=512.438492ms OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] extra_envs=[] time=2025-10-13T14:50:40.617-04:00 level=DEBUG source=runner.go:117 msg="filtering out unsupported or overlapping GPU library combinations" count=1 time=2025-10-13T14:50:40.617-04:00 level=DEBUG source=runner.go:129 msg="verifying GPU is supported" library=/usr/lib/ollama description="AMD Radeon Graphics" compute=gfx1200 pci_id=04:00.0 time=2025-10-13T14:50:40.617-04:00 level=DEBUG source=runner.go:411 msg="spawing runner with" OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] extra_envs="[GGML_CUDA_INIT=1 ROCR_VISIBLE_DEVICES=GPU-b3d5d3574c66244c]" time=2025-10-13T14:50:40.618-04:00 level=TRACE source=runner.go:491 msg="starting runner for device discovery" env="[OLLAMA_FLASH_ATTENTION=1 OLLAMA_DEBUG=2 SHELL=/usr/bin/bash SESSION_MANAGER=local/ein:@/tmp/.ICE-unix/1378,unix/ein:/tmp/.ICE-unix/1378 WINDOWID=46137395 COLORTERM=truecolor XDG_CONFIG_DIRS=/etc/xdg XDG_MENU_PREFIX=xfce- LC_ADDRESS=en_US.UTF-8 LC_NAME=en_US.UTF-8 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjzHU6o/agent.1438 XDG_CONFIG_HOME=/home/strike/.config DESKTOP_SESSION=xfce LC_MONETARY=en_US.UTF-8 SSH_AGENT_PID=1439 GTK_MODULES=canberra-gtk-module XDG_SEAT=seat0 PWD=/home/strike/AI/ollama LOGNAME=strike XDG_SESSION_TYPE=tty WINDOWPATH=1 MOTD_SHOWN=pam HOME=/home/strike LC_PAPER=en_US.UTF-8 LANG=en_GB.UTF-8 XDG_CURRENT_DESKTOP=XFCE VTE_VERSION=8200 XDG_CACHE_HOME=/home/strike/.cache XDG_SESSION_CLASS=user TERM=xterm-256color LC_IDENTIFICATION=en_US.UTF-8 USER=strike DISPLAY=:0.0 SHLVL=2 LC_TELEPHONE=en_US.UTF-8 LC_MEASUREMENT=en_US.UTF-8 XDG_VTNR=1 XDG_SESSION_ID=1 ROCM_PATH=/opt/rocm XDG_RUNTIME_DIR=/run/user/1000 DEBUGINFOD_URLS=https://debuginfod.archlinux.org LC_TIME=en_US.UTF-8 XDG_DATA_DIRS=/usr/local/share:/usr/share PATH=/home/strike/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/rocm/bin:/usr/lib/rustup/bin DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus MAIL=/var/spool/mail/strike LC_NUMERIC=en_US.UTF-8 _=/usr/bin/ollama LD_LIBRARY_PATH=/usr/lib/ollama:/usr/lib/ollama:/usr/lib/ollama/rocm OLLAMA_LIBRARY_PATH=/usr/lib/ollama GGML_CUDA_INIT=1 ROCR_VISIBLE_DEVICES=GPU-b3d5d3574c66244c]" cmd="/usr/bin/ollama runner --ollama-engine --port 33659" time=2025-10-13T14:50:40.634-04:00 level=INFO source=runner.go:1299 msg="starting ollama engine" time=2025-10-13T14:50:40.634-04:00 level=INFO source=runner.go:1335 msg="Server listening on 127.0.0.1:33659" time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.alignment default=32 time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=gguf.go:578 msg=general.architecture type=string time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=gguf.go:578 msg=tokenizer.ggml.model type=string time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.alignment default=32 time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.file_type default=0 time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.name default="" time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:276 msg="key with type not found" key=general.description default="" time=2025-10-13T14:50:40.640-04:00 level=INFO source=ggml.go:133 msg="" architecture=llama file_type=unknown name="" description="" num_tensors=0 num_key_values=3 time=2025-10-13T14:50:40.640-04:00 level=DEBUG source=ggml.go:94 msg="ggml backend load all from path" path=/usr/lib/ollama /opt/amdgpu/share/libdrm/amdgpu.ids: No such file or directory ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no ggml_cuda_init: found 1 ROCm devices: ggml_cuda_init: initializing rocBLAS on device 0 SIGSEGV: segmentation violation PC=0x7faebc6a63d4 m=0 sigcode=1 addr=0x28 signal arrived during cgo execution goroutine 35 gp=0xc0004828c0 m=0 mp=0x5630a1d27d40 [syscall]: runtime.cgocall(0x5630a0cd11d0, 0xc00004a838) /usr/lib/go/src/runtime/cgocall.go:167 +0x4b fp=0xc00004a810 sp=0xc00004a7d8 pc=0x56309ffcb94b github.com/ollama/ollama/ml/backend/ggml/ggml/src._Cfunc_ggml_backend_load_all_from_path(0x5630dac50ee0) _cgo_gotypes.go:199 +0x3e fp=0xc00004a838 sp=0xc00004a810 pc=0x5630a037ff5e github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1.1({0xc00003e0d4, 0xf}) /build/ollama/src/ollama/ml/backend/ggml/ggml/src/ggml.go:97 +0xf5 fp=0xc00004a8d0 sp=0xc00004a838 pc=0x5630a037fa15 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.func1() /build/ollama/src/ollama/ml/backend/ggml/ggml/src/ggml.go:98 +0x545 fp=0xc00004ab48 sp=0xc00004a8d0 pc=0x5630a037f865 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2.1() /usr/lib/go/src/sync/oncefunc.go:33 +0x4b fp=0xc00004ab80 sp=0xc00004ab48 pc=0x5630a037f26b sync.(*Once).doSlow(0x5630a1dd2aa0?, 0x0?) /usr/lib/go/src/sync/once.go:78 +0xac fp=0xc00004abd8 sp=0xc00004ab80 pc=0x56309ffe16cc sync.(*Once).Do(0xc00004ac78?, 0xc?) /usr/lib/go/src/sync/once.go:69 +0x19 fp=0xc00004abf8 sp=0xc00004abd8 pc=0x56309ffe15f9 github.com/ollama/ollama/ml/backend/ggml/ggml/src.init.OnceFunc.func2() /usr/lib/go/src/sync/oncefunc.go:22 +0x39 fp=0xc00004ac30 sp=0xc00004abf8 pc=0x5630a037f1f9 github.com/ollama/ollama/ml/backend/ggml.init.func1() /build/ollama/src/ollama/ml/backend/ggml/ggml.go:46 +0x1e fp=0xc00004acb8 sp=0xc00004ac30 pc=0x5630a040aa7e github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2.1() /usr/lib/go/src/sync/oncefunc.go:33 +0x4b fp=0xc00004acf0 sp=0xc00004acb8 pc=0x5630a040a9ab sync.(*Once).doSlow(0x8000?, 0x15630a1457128?) /usr/lib/go/src/sync/once.go:78 +0xac fp=0xc00004ad48 sp=0xc00004acf0 pc=0x56309ffe16cc sync.(*Once).Do(0x5630a1dd30b0?, 0x56309ffe1780?) /usr/lib/go/src/sync/once.go:69 +0x19 fp=0xc00004ad68 sp=0xc00004ad48 pc=0x56309ffe15f9 github.com/ollama/ollama/ml/backend/ggml.init.OnceFunc.func2() /usr/lib/go/src/sync/oncefunc.go:22 +0x39 fp=0xc00004ada0 sp=0xc00004ad68 pc=0x5630a040a939 github.com/ollama/ollama/ml/backend/ggml.New({0xc00034e180, 0x13}, {0x0, 0x18, {0xc000618440, 0x1, 0x1}, 0x0}) /build/ollama/src/ollama/ml/backend/ggml/ggml.go:144 +0x124 fp=0xc00004b678 sp=0xc00004ada0 pc=0x5630a0413224 github.com/ollama/ollama/ml.NewBackend({0xc00034e180, 0x13}, {0x0, 0x18, {0xc000618440, 0x1, 0x1}, 0x0}) /build/ollama/src/ollama/ml/backend.go:92 +0x9c fp=0xc00004b6c8 sp=0xc00004b678 pc=0x5630a038193c github.com/ollama/ollama/model.New({0xc00034e180?, 0xc000359978?}, {0x0, 0x18, {0xc000618440, 0x1, 0x1}, 0x0}) /build/ollama/src/ollama/model/model.go:106 +0x66 fp=0xc00004b788 sp=0xc00004b6c8 pc=0x5630a0428086 github.com/ollama/ollama/runner/ollamarunner.(*Server).info(0xc0001d2d20, {0x5630a145ebe8, 0xc0006a20f0}, 0xc0006144d0?) /build/ollama/src/ollama/runner/ollamarunner/runner.go:1269 +0x533 fp=0xc00004bab8 sp=0xc00004b788 pc=0x5630a04e6df3 github.com/ollama/ollama/runner/ollamarunner.(*Server).info-fm({0x5630a145ebe8?, 0xc0006a20f0?}, 0xc000359b30?) <autogenerated>:1 +0x36 fp=0xc00004bae8 sp=0xc00004bab8 pc=0x5630a04e8316 net/http.HandlerFunc.ServeHTTP(0xc000421200?, {0x5630a145ebe8?, 0xc0006a20f0?}, 0x5630a02c97f6?) /usr/lib/go/src/net/http/server.go:2322 +0x29 fp=0xc00004bb10 sp=0xc00004bae8 pc=0x5630a02d13a9 net/http.(*ServeMux).ServeHTTP(0x56309ffcb819?, {0x5630a145ebe8, 0xc0006a20f0}, 0xc0003f6000) /usr/lib/go/src/net/http/server.go:2861 +0x1c7 fp=0xc00004bb60 sp=0xc00004bb10 pc=0x5630a02d3287 net/http.serverHandler.ServeHTTP({0xc000618280?}, {0x5630a145ebe8?, 0xc0006a20f0?}, 0x1?) /usr/lib/go/src/net/http/server.go:3340 +0x8e fp=0xc00004bb90 sp=0xc00004bb60 pc=0x5630a02f0b6e net/http.(*conn).serve(0xc000114000, {0x5630a1460fa8, 0xc000680f00}) /usr/lib/go/src/net/http/server.go:2109 +0x665 fp=0xc00004bfb8 sp=0xc00004bb90 pc=0x5630a02cf4a5 net/http.(*Server).Serve.gowrap3() /usr/lib/go/src/net/http/server.go:3493 +0x28 fp=0xc00004bfe0 sp=0xc00004bfb8 pc=0x5630a02d5168 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x56309ffd6fe1 created by net/http.(*Server).Serve in goroutine 1 /usr/lib/go/src/net/http/server.go:3493 +0x485 goroutine 1 gp=0xc000002380 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc0004a3788 sp=0xc0004a3768 pc=0x56309ffcedce runtime.netpollblock(0xc0004a37d8?, 0x9ff63b86?, 0x30?) /usr/lib/go/src/runtime/netpoll.go:575 +0xf7 fp=0xc0004a37c0 sp=0xc0004a3788 pc=0x56309ff929b7 internal/poll.runtime_pollWait(0x7faf0d0c8400, 0x72) /usr/lib/go/src/runtime/netpoll.go:351 +0x85 fp=0xc0004a37e0 sp=0xc0004a37c0 pc=0x56309ffcdfa5 internal/poll.(*pollDesc).wait(0xc000415b80?, 0x16?, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0004a3808 sp=0xc0004a37e0 pc=0x5630a0056f27 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc000415b80) /usr/lib/go/src/internal/poll/fd_unix.go:613 +0x28c fp=0xc0004a38b0 sp=0xc0004a3808 pc=0x5630a005c34c net.(*netFD).accept(0xc000415b80) /usr/lib/go/src/net/fd_unix.go:161 +0x29 fp=0xc0004a3968 sp=0xc0004a38b0 pc=0x5630a00c68a9 net.(*TCPListener).accept(0xc0003bc100) /usr/lib/go/src/net/tcpsock_posix.go:159 +0x1b fp=0xc0004a39b8 sp=0xc0004a3968 pc=0x5630a00dbfdb net.(*TCPListener).Accept(0xc0003bc100) /usr/lib/go/src/net/tcpsock.go:380 +0x30 fp=0xc0004a39e8 sp=0xc0004a39b8 pc=0x5630a00dae70 net/http.(*onceCloseListener).Accept(0xc000114000?) <autogenerated>:1 +0x24 fp=0xc0004a3a00 sp=0xc0004a39e8 pc=0x5630a02fd384 net/http.(*Server).Serve(0xc0004c8f00, {0x5630a145ea08, 0xc0003bc100}) /usr/lib/go/src/net/http/server.go:3463 +0x30c fp=0xc0004a3b30 sp=0xc0004a3a00 pc=0x5630a02d4d6c github.com/ollama/ollama/runner/ollamarunner.Execute({0xc000036080, 0x2, 0x2}) /build/ollama/src/ollama/runner/ollamarunner/runner.go:1336 +0x994 fp=0xc0004a3d08 sp=0xc0004a3b30 pc=0x5630a04e7d34 github.com/ollama/ollama/runner.Execute({0xc000036060?, 0x0?, 0x0?}) /build/ollama/src/ollama/runner/runner.go:20 +0xc9 fp=0xc0004a3d30 sp=0xc0004a3d08 pc=0x5630a04e8629 github.com/ollama/ollama/cmd.NewCLI.func2(0xc0004c8d00?, {0x5630a0f6b2c6?, 0x4?, 0x5630a0f6b2ca?}) /build/ollama/src/ollama/cmd/cmd.go:1769 +0x45 fp=0xc0004a3d58 sp=0xc0004a3d30 pc=0x5630a0c54765 github.com/spf13/cobra.(*Command).execute(0xc0006a5508, {0xc000680990, 0x3, 0x3}) /build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x88a fp=0xc0004a3e78 sp=0xc0004a3d58 pc=0x5630a014008a github.com/spf13/cobra.(*Command).ExecuteC(0xc000632c08) /build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x398 fp=0xc0004a3f30 sp=0xc0004a3e78 pc=0x5630a01408b8 github.com/spf13/cobra.(*Command).Execute(...) /build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) /build/ollama/src/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985 main.main() /build/ollama/src/ollama/main.go:12 +0x4d fp=0xc0004a3f50 sp=0xc0004a3f30 pc=0x5630a0c5522d runtime.main() /usr/lib/go/src/runtime/proc.go:285 +0x29d fp=0xc0004a3fe0 sp=0xc0004a3f50 pc=0x56309ff9a25d runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004a3fe8 sp=0xc0004a3fe0 pc=0x56309ffd6fe1 goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000092fa8 sp=0xc000092f88 pc=0x56309ffcedce runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:466 runtime.forcegchelper() /usr/lib/go/src/runtime/proc.go:373 +0xb8 fp=0xc000092fe0 sp=0xc000092fa8 pc=0x56309ff9a598 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000092fe8 sp=0xc000092fe0 pc=0x56309ffd6fe1 created by runtime.init.7 in goroutine 1 /usr/lib/go/src/runtime/proc.go:361 +0x1a goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000093780 sp=0xc000093760 pc=0x56309ffcedce runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:466 runtime.bgsweep(0xc0000be000) /usr/lib/go/src/runtime/mgcsweep.go:323 +0xdf fp=0xc0000937c8 sp=0xc000093780 pc=0x56309ff842bf runtime.gcenable.gowrap1() /usr/lib/go/src/runtime/mgc.go:212 +0x25 fp=0xc0000937e0 sp=0xc0000937c8 pc=0x56309ff78245 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000937e8 sp=0xc0000937e0 pc=0x56309ffd6fe1 created by runtime.gcenable in goroutine 1 /usr/lib/go/src/runtime/mgc.go:212 +0x66 goroutine 4 gp=0xc000003500 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x5630a1130778?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000093f78 sp=0xc000093f58 pc=0x56309ffcedce runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:466 runtime.(*scavengerState).park(0x5630a1d24dc0) /usr/lib/go/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000093fa8 sp=0xc000093f78 pc=0x56309ff81d29 runtime.bgscavenge(0xc0000be000) /usr/lib/go/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000093fc8 sp=0xc000093fa8 pc=0x56309ff822d9 runtime.gcenable.gowrap2() /usr/lib/go/src/runtime/mgc.go:213 +0x25 fp=0xc000093fe0 sp=0xc000093fc8 pc=0x56309ff781e5 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000093fe8 sp=0xc000093fe0 pc=0x56309ffd6fe1 created by runtime.gcenable in goroutine 1 /usr/lib/go/src/runtime/mgc.go:213 +0xa5 goroutine 5 gp=0xc000003dc0 m=nil [finalizer wait]: runtime.gopark(0x56309ffa9597?, 0x56309ff6fb65?, 0xb8?, 0x1?, 0x56309ff9c949?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000092620 sp=0xc000092600 pc=0x56309ffcedce runtime.runFinalizers() /usr/lib/go/src/runtime/mfinal.go:210 +0x107 fp=0xc0000927e0 sp=0xc000092620 pc=0x56309ff77147 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000927e8 sp=0xc0000927e0 pc=0x56309ffd6fe1 created by runtime.createfing in goroutine 1 /usr/lib/go/src/runtime/mfinal.go:172 +0x3d goroutine 6 gp=0xc00017a8c0 m=nil [cleanup wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000094768 sp=0xc000094748 pc=0x56309ffcedce runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:466 runtime.(*cleanupQueue).dequeue(0x5630a1d25720) /usr/lib/go/src/runtime/mcleanup.go:439 +0xc5 fp=0xc0000947a0 sp=0xc000094768 pc=0x56309ff74325 runtime.runCleanups() /usr/lib/go/src/runtime/mcleanup.go:635 +0x45 fp=0xc0000947e0 sp=0xc0000947a0 pc=0x56309ff749e5 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000947e8 sp=0xc0000947e0 pc=0x56309ffd6fe1 created by runtime.(*cleanupQueue).createGs in goroutine 1 /usr/lib/go/src/runtime/mcleanup.go:589 +0xa5 goroutine 7 gp=0xc00017ae00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000094f38 sp=0xc000094f18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000094fc8 sp=0xc000094f38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000094fe0 sp=0xc000094fc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000094fe8 sp=0xc000094fe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 8 gp=0xc00017afc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000095738 sp=0xc000095718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0000957c8 sp=0xc000095738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000957e0 sp=0xc0000957c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000957e8 sp=0xc0000957e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 9 gp=0xc00017b180 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000095f38 sp=0xc000095f18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000095fc8 sp=0xc000095f38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000095fe0 sp=0xc000095fc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000095fe8 sp=0xc000095fe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 10 gp=0xc00017b340 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00008e738 sp=0xc00008e718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00008e7c8 sp=0xc00008e738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00008e7e0 sp=0xc00008e7c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00008e7e8 sp=0xc00008e7e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 11 gp=0xc00017b500 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00008ef38 sp=0xc00008ef18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00008efc8 sp=0xc00008ef38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00008efe0 sp=0xc00008efc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00008efe8 sp=0xc00008efe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 12 gp=0xc00017b6c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00008f738 sp=0xc00008f718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00008f7c8 sp=0xc00008f738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00008f7e0 sp=0xc00008f7c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00008f7e8 sp=0xc00008f7e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 13 gp=0xc00017b880 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00008ff38 sp=0xc00008ff18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00008ffc8 sp=0xc00008ff38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00008ffe0 sp=0xc00008ffc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00008ffe8 sp=0xc00008ffe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 14 gp=0xc00017ba40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000090738 sp=0xc000090718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0000907c8 sp=0xc000090738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000907e0 sp=0xc0000907c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000907e8 sp=0xc0000907e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 15 gp=0xc00017bc00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000090f38 sp=0xc000090f18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000090fc8 sp=0xc000090f38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000090fe0 sp=0xc000090fc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000090fe8 sp=0xc000090fe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 16 gp=0xc00017bdc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000091738 sp=0xc000091718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0000917c8 sp=0xc000091738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000917e0 sp=0xc0000917c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000917e8 sp=0xc0000917e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 18 gp=0xc000432000 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000091f38 sp=0xc000091f18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000091fc8 sp=0xc000091f38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000091fe0 sp=0xc000091fc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000091fe8 sp=0xc000091fe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 34 gp=0xc000482380 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000498738 sp=0xc000498718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0004987c8 sp=0xc000498738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0004987e0 sp=0xc0004987c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004987e8 sp=0xc0004987e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 50 gp=0xc000504000 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000494738 sp=0xc000494718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0004947c8 sp=0xc000494738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0004947e0 sp=0xc0004947c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004947e8 sp=0xc0004947e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 51 gp=0xc0005041c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000494f38 sp=0xc000494f18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000494fc8 sp=0xc000494f38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000494fe0 sp=0xc000494fc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000494fe8 sp=0xc000494fe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 52 gp=0xc000504380 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000495738 sp=0xc000495718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0004957c8 sp=0xc000495738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0004957e0 sp=0xc0004957c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004957e8 sp=0xc0004957e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 53 gp=0xc000504540 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000495f38 sp=0xc000495f18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000495fc8 sp=0xc000495f38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000495fe0 sp=0xc000495fc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000495fe8 sp=0xc000495fe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 54 gp=0xc000504700 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000496738 sp=0xc000496718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0004967c8 sp=0xc000496738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0004967e0 sp=0xc0004967c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004967e8 sp=0xc0004967e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 55 gp=0xc0005048c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000496f38 sp=0xc000496f18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000496fc8 sp=0xc000496f38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000496fe0 sp=0xc000496fc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000496fe8 sp=0xc000496fe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 56 gp=0xc000504a80 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000497738 sp=0xc000497718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0004977c8 sp=0xc000497738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0004977e0 sp=0xc0004977c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0004977e8 sp=0xc0004977e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 57 gp=0xc000504c40 m=nil [GC worker (idle)]: runtime.gopark(0xdf8561662712?, 0x1?, 0x6c?, 0xba?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000497f38 sp=0xc000497f18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000497fc8 sp=0xc000497f38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000497fe0 sp=0xc000497fc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000497fe8 sp=0xc000497fe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 58 gp=0xc000504e00 m=nil [GC worker (idle)]: runtime.gopark(0x5630a1dd4e60?, 0x1?, 0x47?, 0xfa?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00050a738 sp=0xc00050a718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc00050a7c8 sp=0xc00050a738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc00050a7e0 sp=0xc00050a7c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00050a7e8 sp=0xc00050a7e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 19 gp=0xc0004321c0 m=nil [GC worker (idle)]: runtime.gopark(0x5630a1dd4e60?, 0x1?, 0x18?, 0xb5?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc0000a5f38 sp=0xc0000a5f18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0000a5fc8 sp=0xc0000a5f38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0000a5fe0 sp=0xc0000a5fc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000a5fe8 sp=0xc0000a5fe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 20 gp=0xc000432380 m=nil [GC worker (idle)]: runtime.gopark(0xdf85616613d0?, 0x1?, 0x62?, 0xb8?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000506f38 sp=0xc000506f18 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc000506fc8 sp=0xc000506f38 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc000506fe0 sp=0xc000506fc8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000506fe8 sp=0xc000506fe0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 21 gp=0xc000432540 m=nil [GC worker (idle)]: runtime.gopark(0x5630a1dd4e60?, 0x1?, 0x14?, 0xcb?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc000507738 sp=0xc000507718 pc=0x56309ffcedce runtime.gcBgMarkWorker(0xc0000cd6c0) /usr/lib/go/src/runtime/mgc.go:1463 +0xeb fp=0xc0005077c8 sp=0xc000507738 pc=0x56309ff7a96b runtime.gcBgMarkStartWorkers.gowrap1() /usr/lib/go/src/runtime/mgc.go:1373 +0x25 fp=0xc0005077e0 sp=0xc0005077c8 pc=0x56309ff7a845 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0005077e8 sp=0xc0005077e0 pc=0x56309ffd6fe1 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/go/src/runtime/mgc.go:1373 +0x105 goroutine 22 gp=0xc0005828c0 m=nil [sync.WaitGroup.Wait]: runtime.gopark(0x0?, 0x0?, 0xe0?, 0x21?, 0x0?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc0000a4b30 sp=0xc0000a4b10 pc=0x56309ffcedce runtime.goparkunlock(...) /usr/lib/go/src/runtime/proc.go:466 runtime.semacquire1(0xc0001d2dd8, 0x0, 0x1, 0x0, 0x19) /usr/lib/go/src/runtime/sema.go:192 +0x229 fp=0xc0000a4b98 sp=0xc0000a4b30 pc=0x56309ffae069 sync.runtime_SemacquireWaitGroup(0x0?, 0x0?) /usr/lib/go/src/runtime/sema.go:114 +0x2e fp=0xc0000a4bd0 sp=0xc0000a4b98 pc=0x56309ffd08ce sync.(*WaitGroup).Wait(0xc0001d2dd0) /usr/lib/go/src/sync/waitgroup.go:206 +0x85 fp=0xc0000a4bf8 sp=0xc0000a4bd0 pc=0x56309ffe2c45 github.com/ollama/ollama/runner/ollamarunner.(*Server).run(0xc0001d2d20, {0x5630a1460fe0, 0xc0004b9bd0}) /build/ollama/src/ollama/runner/ollamarunner/runner.go:407 +0x45 fp=0xc0000a4fb8 sp=0xc0000a4bf8 pc=0x5630a04ded45 github.com/ollama/ollama/runner/ollamarunner.Execute.gowrap1() /build/ollama/src/ollama/runner/ollamarunner/runner.go:1313 +0x28 fp=0xc0000a4fe0 sp=0xc0000a4fb8 pc=0x5630a04e7fa8 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc0000a4fe8 sp=0xc0000a4fe0 pc=0x56309ffd6fe1 created by github.com/ollama/ollama/runner/ollamarunner.Execute in goroutine 1 /build/ollama/src/ollama/runner/ollamarunner/runner.go:1313 +0x505 goroutine 36 gp=0xc000482a80 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?) /usr/lib/go/src/runtime/proc.go:460 +0xce fp=0xc00050c5d8 sp=0xc00050c5b8 pc=0x56309ffcedce runtime.netpollblock(0x56309fff3478?, 0x9ff63b86?, 0x30?) /usr/lib/go/src/runtime/netpoll.go:575 +0xf7 fp=0xc00050c610 sp=0xc00050c5d8 pc=0x56309ff929b7 internal/poll.runtime_pollWait(0x7faf0d0c8200, 0x72) /usr/lib/go/src/runtime/netpoll.go:351 +0x85 fp=0xc00050c630 sp=0xc00050c610 pc=0x56309ffcdfa5 internal/poll.(*pollDesc).wait(0xc000630780?, 0xc0006182a1?, 0x0) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00050c658 sp=0xc00050c630 pc=0x5630a0056f27 internal/poll.(*pollDesc).waitRead(...) /usr/lib/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000630780, {0xc0006182a1, 0x1, 0x1}) /usr/lib/go/src/internal/poll/fd_unix.go:165 +0x279 fp=0xc00050c6f0 sp=0xc00050c658 pc=0x5630a0058219 net.(*netFD).Read(0xc000630780, {0xc0006182a1?, 0x0?, 0x0?}) /usr/lib/go/src/net/fd_posix.go:68 +0x25 fp=0xc00050c738 sp=0xc00050c6f0 pc=0x5630a00c4a05 net.(*conn).Read(0xc000096000, {0xc0006182a1?, 0x0?, 0x0?}) /usr/lib/go/src/net/net.go:196 +0x45 fp=0xc00050c780 sp=0xc00050c738 pc=0x5630a00d2a25 net/http.(*connReader).backgroundRead(0xc000618280) /usr/lib/go/src/net/http/server.go:702 +0x33 fp=0xc00050c7c8 sp=0xc00050c780 pc=0x5630a02c9953 net/http.(*connReader).startBackgroundRead.gowrap2() /usr/lib/go/src/net/http/server.go:698 +0x25 fp=0xc00050c7e0 sp=0xc00050c7c8 pc=0x5630a02c9885 runtime.goexit({}) /usr/lib/go/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc00050c7e8 sp=0xc00050c7e0 pc=0x56309ffd6fe1 created by net/http.(*connReader).startBackgroundRead in goroutine 35 /usr/lib/go/src/net/http/server.go:698 +0xb6 rax 0x5630db85f7e0 rbx 0x5630db85f9d0 rcx 0x1 rdx 0x8 rdi 0x0 rsi 0x1 rbp 0x7ffcff7c8900 rsp 0x7ffcff7c8800 r8 0x5630db85f730 r9 0x7faf0d009ac0 r10 0x2 r11 0x0 r12 0x5630db85f680 r13 0x7ffcff7c8960 r14 0x5630db85f728 r15 0x7ffcff7c93c8 rip 0x7faebc6a63d4 rflags 0x10206 cs 0x33 fs 0x0 gs 0x0 time=2025-10-13T14:50:41.158-04:00 level=TRACE source=runner.go:505 msg="runner exited" OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] extra_envs="[GGML_CUDA_INIT=1 ROCR_VISIBLE_DEVICES=GPU-b3d5d3574c66244c]" code=2 time=2025-10-13T14:50:41.159-04:00 level=TRACE source=runner.go:510 msg="runner enumerated devices" OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] devices=[] time=2025-10-13T14:50:41.159-04:00 level=DEBUG source=runner.go:414 msg="bootstrap discovery took" duration=541.130158ms OLLAMA_LIBRARY_PATH=[/usr/lib/ollama] extra_envs="[GGML_CUDA_INIT=1 ROCR_VISIBLE_DEVICES=GPU-b3d5d3574c66244c]" time=2025-10-13T14:50:41.159-04:00 level=TRACE source=runner.go:164 msg="supported GPU library combinations" supported=map[] time=2025-10-13T14:50:41.159-04:00 level=TRACE source=runner.go:173 msg="removing unsupported or overlapping GPU combination" libDir=/usr/lib/ollama description="AMD Radeon Graphics" compute=gfx1200 pci_id=04:00.0 time=2025-10-13T14:50:41.159-04:00 level=DEBUG source=runner.go:45 msg="GPU bootstrap discovery took" duration=1.054371438s time=2025-10-13T14:50:41.159-04:00 level=INFO source=types.go:129 msg="inference compute" id=cpu library=cpu compute="" name=cpu description=cpu libdirs=ollama driver="" pci_id="" type="" total="62.5 GiB" available="46.6 GiB" time=2025-10-13T14:50:41.159-04:00 level=INFO source=routes.go:1573 msg="entering low vram mode" "total vram"="0 B" threshold="20.0 GiB" ``` ### OS Linux ### GPU AMD ### CPU Intel ### Ollama version 0.12.4
GiteaMirror added the amdbug labels 2026-05-04 21:29:48 -05:00
Author
Owner

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

same as my 70 xt. Must have had a change in 12.4 as that ggml hip file moved

<!-- gh-comment-id:3400287135 --> @Nfams commented on GitHub (Oct 14, 2025): same as my 70 xt. Must have had a change in 12.4 as that ggml hip file moved
Author
Owner

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

I haven't been able to reproduce this with an RX 9060 XT on Ubuntu 24.04 server using 0.12.5.

time=2025-10-14T22:02:49.944Z level=INFO source=types.go:112 msg="inference compute" id=GPU-db8a25925e00f3f0 library=ROCm compute=gfx1200 name=ROCm0 description="AMD Radeon RX 9060 XT" libdirs=ollama,rocm driver=60342.13 pci_id=c3:00.0 type=discrete total="15.9 GiB" available="15.4 GiB"

And models load on the GPU.

@StrykeSlammerII how are you installing Ollama? Is there a chance old files are lingering from a prior version?

<!-- gh-comment-id:3403773979 --> @dhiltgen commented on GitHub (Oct 14, 2025): I haven't been able to reproduce this with an RX 9060 XT on Ubuntu 24.04 server using 0.12.5. ``` time=2025-10-14T22:02:49.944Z level=INFO source=types.go:112 msg="inference compute" id=GPU-db8a25925e00f3f0 library=ROCm compute=gfx1200 name=ROCm0 description="AMD Radeon RX 9060 XT" libdirs=ollama,rocm driver=60342.13 pci_id=c3:00.0 type=discrete total="15.9 GiB" available="15.4 GiB" ``` And models load on the GPU. @StrykeSlammerII how are you installing Ollama? Is there a chance old files are lingering from a prior version?
Author
Owner

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

💡
I know there was something wrong with my install; I changed distros to Manjaro a few months back and only recently realized my ollama was somehow using the original 0.10.x binary instead of the 0.12.x that Manjaro was installing. Seems like Manjaro was installing to a different path I had originally (manually) installed to and somehow my paths were finding the old version first.

I'm currently installing via Manjaro's 'pamac' utility, and will be happy to uninstall/reinstall to clear this up.
Any suggestions on filenames to search for so I can find all old manual files after the uninstall?
I'm thinking 'ollama' and 'rocm'

I'll work on it myself and will close this issue if I can get a clean reinstall to work.

Found and cleared out some folders that hung around after uninstalling; reinstalling through pamac is now working correctly on 0.12.5 with no obvious errors.

Thanks for the help, sorry to waste your time on a non-issue 😓

<!-- gh-comment-id:3403914321 --> @StrykeSlammerII commented on GitHub (Oct 14, 2025): 💡 ❗ I know there _was_ something wrong with my install; I changed distros to Manjaro a few months back and only recently realized my ollama was somehow using the original 0.10.x binary instead of the 0.12.x that Manjaro was installing. Seems like Manjaro was installing to a different path I had originally (manually) installed to and somehow my paths were finding the old version first. I'm currently installing via Manjaro's 'pamac' utility, and will be happy to uninstall/reinstall to clear this up. ~~Any suggestions on filenames to search for so I can find all old manual files after the uninstall? I'm thinking 'ollama' and 'rocm'~~ ~~I'll work on it myself and will close this issue if I can get a clean reinstall to work.~~ Found and cleared out some folders that hung around after uninstalling; reinstalling through pamac is now working correctly on 0.12.5 with no obvious errors. Thanks for the help, sorry to waste your time on a non-issue 😓
Author
Owner

@dhiltgen commented on GitHub (Oct 15, 2025):

I'm not really familiar with Manjaro, but searching online, it looks like pacman -Qqe | grep -i ollama may yield the list of packages, then you can pacman -Rsn <pkgname> to remove them. Once all of those are removed, you can follow our general linux install instructions and either use install.sh or manually install. If you think you may have manually installed in a non-standard location on your system, running something like sudo find /usr -type f -name ollama might help find any leftovers.

<!-- gh-comment-id:3407140734 --> @dhiltgen commented on GitHub (Oct 15, 2025): I'm not really familiar with Manjaro, but searching online, it looks like `pacman -Qqe | grep -i ollama` may yield the list of packages, then you can `pacman -Rsn <pkgname>` to remove them. Once all of those are removed, you can follow our general [linux install instructions](https://github.com/ollama/ollama/blob/main/docs/linux.md) and either use install.sh or manually install. If you think you may have manually installed in a non-standard location on your system, running something like `sudo find /usr -type f -name ollama` might help find any leftovers.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#70425