[GH-ISSUE #13273] Core dump on detecting ROCm GPUs in docker/podman #8773

Open
opened 2026-04-12 21:32:23 -05:00 by GiteaMirror · 9 comments
Owner

Originally created by @rongcuid on GitHub (Nov 29, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/13273

What is the issue?

I am using the current docker image on Fedora 43 Silverblue, with a AMD AI Max+ 395 GPU. On start up, ollama produces a core dump, apparently trying to detect my GPU, fails, and falls back to CPU. The container definition (with systemd quadlet):

[Unit]
Description=Ollama Container
After=local-fs.target

[Service]
Restart=always
TimeoutStartSec=1200

[Container]
ContainerName=ollama
Image=docker.io/ollama/ollama:rocm
PublishPort=127.0.0.1:11434:11434
AutoUpdate=registry
Volume=ollama:/root/.ollama
GroupAdd=39
GroupAdd=105
SecurityLabelType=container_runtime_t
AddDevice=/dev/kfd
AddDevice=/dev/dri
Environment=OLLAMA_MAX_LOADED_MODELS=2
Environment=OLLAMA_NUM_PARALLEL=2

[Install]
WantedBy=multi-user.target default.target

Relevant log output

Nov 29 17:48:52 RDAI systemd[1]: Stopping ollama-podman.service - Ollama Container...
Nov 29 17:48:52 RDAI podman[118432]: 2025-11-29 17:48:52.166927417 -0500 EST m=+0.062542355 container died 7ddd4050bb765789911d575cdaa71249e5ce0cb226de8251e8b9cedd6b656d38 (image=docker.io/ollama/ollama:0.13.1-rc0-rocm, name=ollama, org.opencontainers.image.version=24.04, PODMAN_SYSTEMD_UNIT=ollama-podman.service, io.containers.autoupdate=registry, org.opencontainers.image.ref.name=ubuntu)
Nov 29 17:48:52 RDAI podman[118432]: 2025-11-29 17:48:52.327120224 -0500 EST m=+0.222735152 container remove 7ddd4050bb765789911d575cdaa71249e5ce0cb226de8251e8b9cedd6b656d38 (image=docker.io/ollama/ollama:0.13.1-rc0-rocm, name=ollama, io.containers.autoupdate=registry, org.opencontainers.image.ref.name=ubuntu, org.opencontainers.image.version=24.04, PODMAN_SYSTEMD_UNIT=ollama-podman.service)
Nov 29 17:48:52 RDAI ollama-podman[118432]: ollama
Nov 29 17:48:52 RDAI systemd[1]: ollama-podman.service: Deactivated successfully.
Nov 29 17:48:52 RDAI systemd[1]: Stopped ollama-podman.service - Ollama Container.
Nov 29 17:48:52 RDAI systemd[1]: ollama-podman.service: Consumed 1.619s CPU time, 810.8M memory peak.
Nov 29 17:48:52 RDAI systemd[1]: Starting ollama-podman.service - Ollama Container...
Nov 29 17:48:52 RDAI podman[118523]: 2025-11-29 17:48:52.404317863 -0500 EST m=+0.020596815 container create ed9ebfffb99ca7f3b21b9788f4477dfbb5ac0cc6bc4a0707c408cfda906155ee (image=docker.io/ollama/ollama:rocm, name=ollama, io.containers.autoupdate=registry, PODMAN_SYSTEMD_UNIT=ollama-podman.service, org.opencontainers.image.version=24.04, org.opencontainers.image.ref.name=ubuntu)
Nov 29 17:48:52 RDAI podman[118523]: 2025-11-29 17:48:52.39589868 -0500 EST m=+0.012177633 image pull a21e03ec67ef6610b686713fa0c57434bd324db3531901a39576317974421e64 docker.io/ollama/ollama:rocm
Nov 29 17:48:52 RDAI podman[118523]: 2025-11-29 17:48:52.495912311 -0500 EST m=+0.112191263 container init ed9ebfffb99ca7f3b21b9788f4477dfbb5ac0cc6bc4a0707c408cfda906155ee (image=docker.io/ollama/ollama:rocm, name=ollama, io.containers.autoupdate=registry, PODMAN_SYSTEMD_UNIT=ollama-podman.service, org.opencontainers.image.version=24.04, org.opencontainers.image.ref.name=ubuntu)
Nov 29 17:48:52 RDAI podman[118523]: 2025-11-29 17:48:52.497069755 -0500 EST m=+0.113348697 container start ed9ebfffb99ca7f3b21b9788f4477dfbb5ac0cc6bc4a0707c408cfda906155ee (image=docker.io/ollama/ollama:rocm, name=ollama, io.containers.autoupdate=registry, PODMAN_SYSTEMD_UNIT=ollama-podman.service, org.opencontainers.image.version=24.04, org.opencontainers.image.ref.name=ubuntu)
Nov 29 17:48:52 RDAI systemd[1]: Started ollama-podman.service - Ollama Container.
Nov 29 17:48:52 RDAI ollama-podman[118523]: ed9ebfffb99ca7f3b21b9788f4477dfbb5ac0cc6bc4a0707c408cfda906155ee
Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.509Z level=INFO source=routes.go:1544 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GGML_VK_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0:11434 OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:2 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/root/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:2 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 OLLAMA_VULKAN:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]"
Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.510Z level=INFO source=images.go:522 msg="total blobs: 13"
Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.510Z level=INFO source=images.go:529 msg="total unused blobs removed: 0"
Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.510Z level=INFO source=routes.go:1597 msg="Listening on [::]:11434 (version 0.13.0)"
Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.511Z level=INFO source=runner.go:67 msg="discovering available GPUs..."
Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.511Z level=INFO source=server.go:392 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --port 41319"
Nov 29 17:48:53 RDAI ollama[118628]: time=2025-11-29T22:48:53.206Z level=INFO source=server.go:392 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --port 44129"
Nov 29 17:48:54 RDAI systemd-coredump[118700]: [🡕] Process 118677 (ollama) of user 0 dumped core.
                                               
                                               Module /usr/lib/ollama/rocm/libggml-hip.so without build-id.
                                               Module /usr/lib/ollama/rocm/libggml-hip.so
                                               Module /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.5 from deb libzstd-1.5.5+dfsg2-2build1.1.amd64
                                               Module /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 from deb gcc-14-14.2.0-4ubuntu2~24.04.amd64
                                               Module /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 from deb gcc-14-14.2.0-4ubuntu2~24.04.amd64
                                               Stack trace of thread 43:
                                               #0  0x000055863f0aa6a1 n/a (/usr/bin/ollama + 0x3736a1)
                                               #1  0x000055863f083ec7 n/a (/usr/bin/ollama + 0x34cec7)
                                               #2  0x000055863f082a4d n/a (/usr/bin/ollama + 0x34ba4d)
                                               #3  0x000055863f0aa989 n/a (/usr/bin/ollama + 0x373989)
                                               #4  0x00007fe8e7557330 n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x45330)
                                               #5  0x00007fe8e755727e n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x4527e)
                                               #6  0x00007fe8e753a8ff n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x288ff)
                                               #7  0x00007fe874a75617 n/a (/usr/lib/ollama/rocm/libhsa-runtime64.so.1.14.60303 + 0x75617)
                                               #8  0x00007fe874a73ec9 n/a (/usr/lib/ollama/rocm/libhsa-runtime64.so.1.14.60303 + 0x73ec9)
                                               ELF object binary architecture: AMD x86-64
Nov 29 17:48:54 RDAI ollama[118628]: time=2025-11-29T22:48:54.316Z level=INFO source=runner.go:449 msg="failure during GPU discovery" OLLAMA_LIBRARY_PATH="[/usr/lib/ollama /usr/lib/ollama/rocm]" extra_envs="map[GGML_CUDA_INIT:1 ROCR_VISIBLE_DEVICES:0]" error="runner crashed"
Nov 29 17:48:54 RDAI ollama[118628]: time=2025-11-29T22:48:54.317Z level=INFO source=types.go:60 msg="inference compute" id=cpu library=cpu compute="" name=cpu description=cpu libdirs=ollama driver="" pci_id="" type="" total="94.1 GiB" available="94.0 GiB"
Nov 29 17:48:54 RDAI ollama[118628]: time=2025-11-29T22:48:54.317Z level=INFO source=routes.go:1638 msg="entering low vram mode" "total vram"="0 B" threshold="20.0 GiB"

OS

Docker

GPU

AMD

CPU

No response

Ollama version

No response

Originally created by @rongcuid on GitHub (Nov 29, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/13273 ### What is the issue? I am using the current docker image on Fedora 43 Silverblue, with a AMD AI Max+ 395 GPU. On start up, ollama produces a core dump, apparently trying to detect my GPU, fails, and falls back to CPU. The container definition (with systemd quadlet): ``` [Unit] Description=Ollama Container After=local-fs.target [Service] Restart=always TimeoutStartSec=1200 [Container] ContainerName=ollama Image=docker.io/ollama/ollama:rocm PublishPort=127.0.0.1:11434:11434 AutoUpdate=registry Volume=ollama:/root/.ollama GroupAdd=39 GroupAdd=105 SecurityLabelType=container_runtime_t AddDevice=/dev/kfd AddDevice=/dev/dri Environment=OLLAMA_MAX_LOADED_MODELS=2 Environment=OLLAMA_NUM_PARALLEL=2 [Install] WantedBy=multi-user.target default.target ``` ### Relevant log output ```shell Nov 29 17:48:52 RDAI systemd[1]: Stopping ollama-podman.service - Ollama Container... Nov 29 17:48:52 RDAI podman[118432]: 2025-11-29 17:48:52.166927417 -0500 EST m=+0.062542355 container died 7ddd4050bb765789911d575cdaa71249e5ce0cb226de8251e8b9cedd6b656d38 (image=docker.io/ollama/ollama:0.13.1-rc0-rocm, name=ollama, org.opencontainers.image.version=24.04, PODMAN_SYSTEMD_UNIT=ollama-podman.service, io.containers.autoupdate=registry, org.opencontainers.image.ref.name=ubuntu) Nov 29 17:48:52 RDAI podman[118432]: 2025-11-29 17:48:52.327120224 -0500 EST m=+0.222735152 container remove 7ddd4050bb765789911d575cdaa71249e5ce0cb226de8251e8b9cedd6b656d38 (image=docker.io/ollama/ollama:0.13.1-rc0-rocm, name=ollama, io.containers.autoupdate=registry, org.opencontainers.image.ref.name=ubuntu, org.opencontainers.image.version=24.04, PODMAN_SYSTEMD_UNIT=ollama-podman.service) Nov 29 17:48:52 RDAI ollama-podman[118432]: ollama Nov 29 17:48:52 RDAI systemd[1]: ollama-podman.service: Deactivated successfully. Nov 29 17:48:52 RDAI systemd[1]: Stopped ollama-podman.service - Ollama Container. Nov 29 17:48:52 RDAI systemd[1]: ollama-podman.service: Consumed 1.619s CPU time, 810.8M memory peak. Nov 29 17:48:52 RDAI systemd[1]: Starting ollama-podman.service - Ollama Container... Nov 29 17:48:52 RDAI podman[118523]: 2025-11-29 17:48:52.404317863 -0500 EST m=+0.020596815 container create ed9ebfffb99ca7f3b21b9788f4477dfbb5ac0cc6bc4a0707c408cfda906155ee (image=docker.io/ollama/ollama:rocm, name=ollama, io.containers.autoupdate=registry, PODMAN_SYSTEMD_UNIT=ollama-podman.service, org.opencontainers.image.version=24.04, org.opencontainers.image.ref.name=ubuntu) Nov 29 17:48:52 RDAI podman[118523]: 2025-11-29 17:48:52.39589868 -0500 EST m=+0.012177633 image pull a21e03ec67ef6610b686713fa0c57434bd324db3531901a39576317974421e64 docker.io/ollama/ollama:rocm Nov 29 17:48:52 RDAI podman[118523]: 2025-11-29 17:48:52.495912311 -0500 EST m=+0.112191263 container init ed9ebfffb99ca7f3b21b9788f4477dfbb5ac0cc6bc4a0707c408cfda906155ee (image=docker.io/ollama/ollama:rocm, name=ollama, io.containers.autoupdate=registry, PODMAN_SYSTEMD_UNIT=ollama-podman.service, org.opencontainers.image.version=24.04, org.opencontainers.image.ref.name=ubuntu) Nov 29 17:48:52 RDAI podman[118523]: 2025-11-29 17:48:52.497069755 -0500 EST m=+0.113348697 container start ed9ebfffb99ca7f3b21b9788f4477dfbb5ac0cc6bc4a0707c408cfda906155ee (image=docker.io/ollama/ollama:rocm, name=ollama, io.containers.autoupdate=registry, PODMAN_SYSTEMD_UNIT=ollama-podman.service, org.opencontainers.image.version=24.04, org.opencontainers.image.ref.name=ubuntu) Nov 29 17:48:52 RDAI systemd[1]: Started ollama-podman.service - Ollama Container. Nov 29 17:48:52 RDAI ollama-podman[118523]: ed9ebfffb99ca7f3b21b9788f4477dfbb5ac0cc6bc4a0707c408cfda906155ee Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.509Z level=INFO source=routes.go:1544 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GGML_VK_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0:11434 OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:2 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/root/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:2 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 OLLAMA_VULKAN:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]" Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.510Z level=INFO source=images.go:522 msg="total blobs: 13" Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.510Z level=INFO source=images.go:529 msg="total unused blobs removed: 0" Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.510Z level=INFO source=routes.go:1597 msg="Listening on [::]:11434 (version 0.13.0)" Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.511Z level=INFO source=runner.go:67 msg="discovering available GPUs..." Nov 29 17:48:52 RDAI ollama[118628]: time=2025-11-29T22:48:52.511Z level=INFO source=server.go:392 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --port 41319" Nov 29 17:48:53 RDAI ollama[118628]: time=2025-11-29T22:48:53.206Z level=INFO source=server.go:392 msg="starting runner" cmd="/usr/bin/ollama runner --ollama-engine --port 44129" Nov 29 17:48:54 RDAI systemd-coredump[118700]: [🡕] Process 118677 (ollama) of user 0 dumped core. Module /usr/lib/ollama/rocm/libggml-hip.so without build-id. Module /usr/lib/ollama/rocm/libggml-hip.so Module /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.5 from deb libzstd-1.5.5+dfsg2-2build1.1.amd64 Module /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 from deb gcc-14-14.2.0-4ubuntu2~24.04.amd64 Module /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 from deb gcc-14-14.2.0-4ubuntu2~24.04.amd64 Stack trace of thread 43: #0 0x000055863f0aa6a1 n/a (/usr/bin/ollama + 0x3736a1) #1 0x000055863f083ec7 n/a (/usr/bin/ollama + 0x34cec7) #2 0x000055863f082a4d n/a (/usr/bin/ollama + 0x34ba4d) #3 0x000055863f0aa989 n/a (/usr/bin/ollama + 0x373989) #4 0x00007fe8e7557330 n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x45330) #5 0x00007fe8e755727e n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x4527e) #6 0x00007fe8e753a8ff n/a (/usr/lib/x86_64-linux-gnu/libc.so.6 + 0x288ff) #7 0x00007fe874a75617 n/a (/usr/lib/ollama/rocm/libhsa-runtime64.so.1.14.60303 + 0x75617) #8 0x00007fe874a73ec9 n/a (/usr/lib/ollama/rocm/libhsa-runtime64.so.1.14.60303 + 0x73ec9) ELF object binary architecture: AMD x86-64 Nov 29 17:48:54 RDAI ollama[118628]: time=2025-11-29T22:48:54.316Z level=INFO source=runner.go:449 msg="failure during GPU discovery" OLLAMA_LIBRARY_PATH="[/usr/lib/ollama /usr/lib/ollama/rocm]" extra_envs="map[GGML_CUDA_INIT:1 ROCR_VISIBLE_DEVICES:0]" error="runner crashed" Nov 29 17:48:54 RDAI ollama[118628]: time=2025-11-29T22:48:54.317Z level=INFO source=types.go:60 msg="inference compute" id=cpu library=cpu compute="" name=cpu description=cpu libdirs=ollama driver="" pci_id="" type="" total="94.1 GiB" available="94.0 GiB" Nov 29 17:48:54 RDAI ollama[118628]: time=2025-11-29T22:48:54.317Z level=INFO source=routes.go:1638 msg="entering low vram mode" "total vram"="0 B" threshold="20.0 GiB" ``` ### OS Docker ### GPU AMD ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-12 21:32:23 -05:00
Author
Owner

@hifigraz commented on GitHub (Nov 30, 2025):

Same here running on arch without container on a ryzen ai 370 and on a 365

<!-- gh-comment-id:3592588031 --> @hifigraz commented on GitHub (Nov 30, 2025): Same here running on arch without container on a ryzen ai 370 and on a 365
Author
Owner

@Salan54 commented on GitHub (Nov 30, 2025):

Same here on Arch with AMD RYZEN AI MAX+ 395 w/ Radeon 8060S, ollama running natively (no container)
I was able to resolve the issue temporarily by downgrading to the drivers I used previously (before 28th November)
Here is the script :

sudo pacman -U /var/cache/pacman/pkg/level-zero-loader-1.24.3-1-x86_64.pkg.tar.zst
sudo pacman -U /var/cache/pacman/pkg/amd-ucode-20251111-1-any.pkg.tar.zst
sudo pacman -U /var/cache/pacman/pkg/protobuf-33.0-2-x86_64.pkg.tar.zst /var/cache/pacman/pkg/python-protobuf-33.0-2-x86_64.pkg.tar.zst
sudo pacman -U /var/cache/pacman/pkg/grpc-1.76.0-1-x86_64.pkg.tar.zst
sudo pacman -U /var/cache/pacman/pkg/linux-firmware-radeon-20251111-1-any.pkg.tar.zst
sudo pacman -U /var/cache/pacman/pkg/linux-firmware-amdgpu-20251111-1-any.pkg.tar.zst
sudo pacman -U /var/cache/pacman/pkg/linux-firmware-other-20251111-1-any.pkg.tar.zst
sudo pacman -U /var/cache/pacman/pkg/linux-firmware-20251111-1-any.pkg.tar.zst
<!-- gh-comment-id:3592757213 --> @Salan54 commented on GitHub (Nov 30, 2025): Same here on Arch with AMD RYZEN AI MAX+ 395 w/ Radeon 8060S, ollama running natively (no container) I was able to resolve the issue temporarily by downgrading to the drivers I used previously (before 28th November) Here is the script : ```bash sudo pacman -U /var/cache/pacman/pkg/level-zero-loader-1.24.3-1-x86_64.pkg.tar.zst sudo pacman -U /var/cache/pacman/pkg/amd-ucode-20251111-1-any.pkg.tar.zst sudo pacman -U /var/cache/pacman/pkg/protobuf-33.0-2-x86_64.pkg.tar.zst /var/cache/pacman/pkg/python-protobuf-33.0-2-x86_64.pkg.tar.zst sudo pacman -U /var/cache/pacman/pkg/grpc-1.76.0-1-x86_64.pkg.tar.zst sudo pacman -U /var/cache/pacman/pkg/linux-firmware-radeon-20251111-1-any.pkg.tar.zst sudo pacman -U /var/cache/pacman/pkg/linux-firmware-amdgpu-20251111-1-any.pkg.tar.zst sudo pacman -U /var/cache/pacman/pkg/linux-firmware-other-20251111-1-any.pkg.tar.zst sudo pacman -U /var/cache/pacman/pkg/linux-firmware-20251111-1-any.pkg.tar.zst ```
Author
Owner

@pjv commented on GitHub (Nov 30, 2025):

@Salan54 workaround also fixed the same issue with ollama running via podman container.

<!-- gh-comment-id:3593488583 --> @pjv commented on GitHub (Nov 30, 2025): @Salan54 workaround also fixed the same issue with ollama running via podman container.
Author
Owner

@puresick commented on GitHub (Dec 1, 2025):

Switching to the new Vulkan acceleration support worked for me as a workaround. Ollama just needs to be started with the env var OLLAMA_VULKAN=1 set (I might even use this rather then ROCm in general because it runs a bit faster on my Radeon 890M).

Using container images you need to use the regular one, not the rocm specific. It does not work (at least on my machine) with the latter.

<!-- gh-comment-id:3595902519 --> @puresick commented on GitHub (Dec 1, 2025): Switching to the new Vulkan acceleration support worked for me as a workaround. Ollama just needs to be started with the env var `OLLAMA_VULKAN=1` set (I might even use this rather then ROCm in general because it runs a bit faster on my Radeon 890M). Using container images you need to use the regular one, not the rocm specific. It does not work (at least on my machine) with the latter.
Author
Owner

@juanluisbaptiste commented on GitHub (Dec 5, 2025):

The vulkan support did not work for me, on the AMD RYZEN AI MAX+ 395 with a Radeon 8060S, haven't tested the downgrade workaround.

<!-- gh-comment-id:3615117789 --> @juanluisbaptiste commented on GitHub (Dec 5, 2025): The vulkan support did not work for me, on the AMD RYZEN AI MAX+ 395 with a Radeon 8060S, haven't tested the downgrade workaround.
Author
Owner

@juanluisbaptiste commented on GitHub (Dec 5, 2025):

I can confirm the downgrade workaround works!

<!-- gh-comment-id:3615134469 --> @juanluisbaptiste commented on GitHub (Dec 5, 2025): I can confirm the downgrade workaround works!
Author
Owner

@Z474AL3MN2VC commented on GitHub (Dec 5, 2025):

Same issue here. I should note my GPU has never worked with the ollama:rocm image. I was hoping the new 6.18 kernel would help as rocm is installed and the monitoring commands work but no change with the ollama:rocm image crash. (The AMD docs state the host OS must have ROCm working for it to work on the containers which is why I tried again today.)

Fedora 43, 6.18.0-364 (I know this OS isn't officially supported)
AI Max 395, 128GB
$ rocminfo: ROCk module is loaded ...
$ rocm-smi: 0 1 0x1586, 43866 32.0°C 7.091W N/A, N/A, 0 N/A N/A 0% auto N/A 30% 0%

ollama:latest with OLLAMA_VULKAN=1 is what I've been using so far for some gpu acceleration.

level=INFO source=types.go:42 msg="inference compute" id=00000000-c700-0000-0000-000000000000 filter_id="" library=Vulkan compute=0.0 name=Vulkan0 description="AMD Radeon 8060S (RADV GFX1151)" libdirs=ollama,vulkan driver=0.0 pci_id=0000:c7:00.0 type=iGPU total="63.0 GiB" available="62.8 GiB"

Working Ollama docker compose block with Vulkan for reference:

    container_name: ollama
    image: ollama/ollama:latest
#    image: ollama/ollama:rocm
    restart: unless-stopped
    devices:
      - /dev/dri
      - /dev/kfd
    security_opt:
      - seccomp:unconfined
    networks:
      - ai
    volumes:
      - $storage/ai/ollama:/root/.ollama
    environment:
      - OLLAMA_VULKAN=1
      - OLLAMA_MAX_QUEUE=2048
      - OLLAMA_NUM_PARALLEL=4
      - OLLAMA_MAX_LOADED_MODELS=4
      - OLLAMA_CONTEXT_LENGTH=32768
      - OLLAMA_KEEP_ALIVE=15m
      - OLLAMA_KV_CACHE_TYPE=f16
      - OLLAMA_FLASH_ATTENTION=true
      - OLLAMA_ORIGINS=chrome-extension://*,moz-extension://*
<!-- gh-comment-id:3615582254 --> @Z474AL3MN2VC commented on GitHub (Dec 5, 2025): Same issue here. I should note my GPU has never worked with the ollama:rocm image. I was hoping the new 6.18 kernel would help as rocm is installed and the monitoring commands work but no change with the ollama:rocm image crash. (The AMD docs state the host OS must have ROCm working for it to work on the containers which is why I tried again today.) Fedora 43, 6.18.0-364 (I know this OS isn't officially supported) AI Max 395, 128GB `$ rocminfo: ROCk module is loaded ...` `$ rocm-smi: 0 1 0x1586, 43866 32.0°C 7.091W N/A, N/A, 0 N/A N/A 0% auto N/A 30% 0%` `ollama:latest` with `OLLAMA_VULKAN=1` is what I've been using so far for some gpu acceleration. ``` level=INFO source=types.go:42 msg="inference compute" id=00000000-c700-0000-0000-000000000000 filter_id="" library=Vulkan compute=0.0 name=Vulkan0 description="AMD Radeon 8060S (RADV GFX1151)" libdirs=ollama,vulkan driver=0.0 pci_id=0000:c7:00.0 type=iGPU total="63.0 GiB" available="62.8 GiB" ``` Working Ollama docker compose block with Vulkan for reference: ``` container_name: ollama image: ollama/ollama:latest # image: ollama/ollama:rocm restart: unless-stopped devices: - /dev/dri - /dev/kfd security_opt: - seccomp:unconfined networks: - ai volumes: - $storage/ai/ollama:/root/.ollama environment: - OLLAMA_VULKAN=1 - OLLAMA_MAX_QUEUE=2048 - OLLAMA_NUM_PARALLEL=4 - OLLAMA_MAX_LOADED_MODELS=4 - OLLAMA_CONTEXT_LENGTH=32768 - OLLAMA_KEEP_ALIVE=15m - OLLAMA_KV_CACHE_TYPE=f16 - OLLAMA_FLASH_ATTENTION=true - OLLAMA_ORIGINS=chrome-extension://*,moz-extension://* ```
Author
Owner

@maxkeller commented on GitHub (Dec 7, 2025):

Same here, but I get more detailed errors:
Edit: OLLAMA_VULKAN=1 doesn't help on my machine

Process 5095 (ollama) of user 990 dumped core.
                                             
                                              Module libbz2.so.1 from rpm bzip2-1.0.8-21.fc43.x86_64
                                              Module liblzma.so.5 from rpm xz-5.8.1-4.fc43.x86_64
                                              Module libzstd.so.1 from rpm zstd-1.5.7-2.fc43.x86_64
                                              Module libz.so.1 from rpm zlib-ng-2.2.5-2.fc43.x86_64
                                              Module libggml-hip.so without build-id.
                                              Stack trace of thread 5105:
                                              #0  0x000055a08c9676a1 n/a (/usr/local/bin/ollama + 0x3746a1)
                                              #1  0x000055a08c940ec7 n/a (/usr/local/bin/ollama + 0x34dec7)
                                              #2  0x000055a08c93fa4d n/a (/usr/local/bin/ollama + 0x34ca4d)
                                              #3  0x000055a08c967989 n/a (/usr/local/bin/ollama + 0x374989)
                                              #4  0x00007f6c14d322c0 __restore_rt (libc.so.6 + 0x1a2c0)
                                              #5  0x00007f6c14d8c3cc __pthread_kill_implementation (libc.so.6 + 0x743cc)
                                              #6  0x00007f6c14d3218e raise (libc.so.6 + 0x1a18e)
                                              #7  0x00007f6c14d196d0 abort (libc.so.6 + 0x16d0)
                                              #8  0x00007f6b22675617 _ZN4rocr4core7Runtime14VMFaultHandlerElPv (libhsa-runtime64.so.1 + 0x75617)
                                              #9  0x00007f6b22673ec9 _ZN4rocr4core7Runtime15AsyncEventsLoopEPv (libhsa-runtime64.so.1 + 0x73ec9)
                                              #10 0x00007f6b2262b047 _ZN4rocr2os16ThreadTrampolineEPv (libhsa-runtime64.so.1 + 0x2b047)
                                              #11 0x00007f6c14d8a464 start_thread (libc.so.6 + 0x72464)
                                              #12 0x00007f6c14e0d5ac __clone3 (libc.so.6 + 0xf55ac)
                                              
                                              Stack trace of thread 5107:
                                              #0  0x00007f6b936392d5 _ZN7Tensile12DataTypeInfo3GetENS_8DataTypeE (librocblas.so.4 + 0x14392d5)
                                              #1  0x00007f6b9365c461 _ZN7Tensile13Serialization10EnumTraitsINS_8DataTypeENS0_16MessagePackInputEE11enumerationERS3_RS2_ (librocblas.so.4 + 0x145c461)
                                              #2  0x00007f6b9365c352 _ZN7Tensile13Serialization16MessagePackInput5inputINS_8DataTypeENS0_12EmptyContextEEENSt9enable_ifIXsr14has_EnumTraitsIT_S1_EE5valueEvE4typeERS6_RT0_ (librocblas.so.4 + 0x145c352)
                                              #3  0x00007f6b9365bb92 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredINS_8DataTypeEEEvPKcRT_ (librocblas.so.4 + 0x145bb92)
                                              #4  0x00007f6b9365b882 _ZN7Tensile13Serialization13MappingTraitsINS_19ContractionSolution11ProblemTypeENS0_16MessagePackInputENS0_12EmptyContextEE7mappingERS4_RS3_ (librocblas.so.4 + 0x145b882)
                                              #5  0x00007f6b9365b7a9 _ZN7Tensile13Serialization16MessagePackInput5inputINS_19ContractionSolution11ProblemTypeENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERS7_RS8_ (librocblas.so.4 + 0x145b7a9)
                                              #6  0x00007f6b9365b002 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredINS_19ContractionSolution11ProblemTypeEEEvPKcRT_ (librocblas.so.4 + 0x145b002)
                                              #7  0x00007f6b936516a2 _ZN7Tensile13Serialization20PointerMappingTraitsINS_19ContractionSolutionENS0_16MessagePackInputENS0_12EmptyContextEE7mappingIS2_EEbRS3_RSt10shared_ptrIT_E (librocblas.so.4 + 0x14516a2)
                                              #8  0x00007f6b93651199 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_19ContractionSolutionEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERS8_RS9_ (librocblas.so.4 + 0x1451199)
                                              #9  0x00007f6b93650900 _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt10shared_ptrINS_19ContractionSolutionEESaIS6_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSB_RT0_ (librocblas.so.4 + 0x1450900)
                                              #10 0x00007f6b9364fec2 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt10shared_ptrINS_19ContractionSolutionEESaIS6_EEEEvPKcRT_ (librocblas.so.4 + 0x144fec2)
                                              #11 0x00007f6b9364df70 _ZN7Tensile13Serialization13MappingTraitsINS_21MasterSolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingERS6_RS5_ (librocblas.so.4 + 0x144df70)
                                              #12 0x00007f6b93642f5d _ZN7Tensile13Serialization20PointerMappingTraitsINS_21MasterSolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingIS5_EEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1442f5d)
                                              #13 0x00007f6b93642693 _ZN7Tensile26MessagePackLoadLibraryFileINS_18ContractionProblemENS_19ContractionSolutionEEESt10shared_ptrINS_15SolutionLibraryIT_T0_EEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorINS_15LazyLoadingInitESaISI_EE (librocblas.so.4 + 0x1442693)
                                              #14 0x00007f6b9363ff2e _ZN7Tensile15LoadLibraryFileINS_18ContractionProblemENS_19ContractionSolutionEEESt10shared_ptrINS_15SolutionLibraryIT_T0_EEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE (librocblas.so.4 + 0x143ff2e)
                                              #15 0x00007f6b9387a217 _ZNK7Tensile18PlaceholderLibraryINS_18ContractionProblemENS_19ContractionSolutionEE22loadPlaceholderLibraryEv (librocblas.so.4 + 0x167a217)
                                              #16 0x00007f6b938799c1 _ZN7Tensile13Serialization13MappingTraitsINS_18PlaceholderLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingERS6_RS5_ (librocblas.so.4 + 0x16799c1)
                                              #17 0x00007f6b938794b3 _ZN7Tensile13Serialization20PointerMappingTraitsINS_18PlaceholderLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x16794b3)
                                              #18 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed)
                                              #19 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719)
                                              #20 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72)
                                              #21 0x00007f6b9369961f _ZN7Tensile13Serialization16MessagePackInput5inputISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS5_NS_19ContractionSolutionEEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSF_RSG_ (librocblas.so.4 + 0x149961f)
                                              #22 0x00007f6b93698a9e _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSI_RT0_ (librocblas.so.4 + 0x1498a9e)
                                              #23 0x00007f6b93698122 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EEEEvPKcRT_ (librocblas.so.4 + 0x1498122)
                                              #24 0x00007f6b93697512 _ZN7Tensile13Serialization20PointerMappingTraitsINS_23ProblemSelectionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1497512)
                                              #25 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed)
                                              #26 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719)
                                              #27 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72)
                                              #28 0x00007f6b9369961f _ZN7Tensile13Serialization16MessagePackInput5inputISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS5_NS_19ContractionSolutionEEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSF_RSG_ (librocblas.so.4 + 0x149961f)
                                              #29 0x00007f6b93698a9e _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSI_RT0_ (librocblas.so.4 + 0x1498a9e)
                                              #30 0x00007f6b93698122 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EEEEvPKcRT_ (librocblas.so.4 + 0x1498122)
                                              #31 0x00007f6b93697512 _ZN7Tensile13Serialization20PointerMappingTraitsINS_23ProblemSelectionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1497512)
                                              #32 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed)
                                              #33 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719)
                                              #34 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72)
                                              #35 0x00007f6b9369961f _ZN7Tensile13Serialization16MessagePackInput5inputISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS5_NS_19ContractionSolutionEEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSF_RSG_ (librocblas.so.4 + 0x149961f)
                                              #36 0x00007f6b93698a9e _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSI_RT0_ (librocblas.so.4 + 0x1498a9e)
                                              #37 0x00007f6b93698122 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EEEEvPKcRT_ (librocblas.so.4 + 0x1498122)
                                              #38 0x00007f6b93697512 _ZN7Tensile13Serialization20PointerMappingTraitsINS_23ProblemSelectionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1497512)
                                              #39 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed)
                                              #40 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719)
                                              #41 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72)
                                              #42 0x00007f6b9369961f _ZN7Tensile13Serialization16MessagePackInput5inputISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS5_NS_19ContractionSolutionEEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSF_RSG_ (librocblas.so.4 + 0x149961f)
                                              #43 0x00007f6b93698a9e _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSI_RT0_ (librocblas.so.4 + 0x1498a9e)
                                              #44 0x00007f6b93698122 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EEEEvPKcRT_ (librocblas.so.4 + 0x1498122)
                                              #45 0x00007f6b93697512 _ZN7Tensile13Serialization20PointerMappingTraitsINS_23ProblemSelectionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1497512)
                                              #46 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed)
                                              #47 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719)
                                              #48 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72)
                                              #49 0x00007f6b9369b79e _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEESt4hashIS9_ESt8equal_toIS9_ESaISt4pairIKS9_SF_EEEEEvPKcRT_ (librocblas.so.4 + 0x149b79e)
                                              #50 0x00007f6b93699818 _ZN7Tensile13Serialization20PointerMappingTraitsINS_17ProblemMapLibraryINS_18ContractionProblemENS_19ContractionSolutionENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRSC_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1499818)
                                              #51 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed)
                                              #52 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719)
                                              #53 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72)
                                              #54 0x00007f6b9369734f _ZN7Tensile13Serialization16MessagePackInput5inputISt4pairINS_17HardwarePredicateESt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSE_RSF_ (librocblas.so.4 + 0x149734f)
                                              #55 0x00007f6b936967ce _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt4pairINS_17HardwarePredicateESt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEESaISC_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSH_RT0_ (librocblas.so.4 + 0x14967ce)
                                              #56 0x00007f6b93695e52 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt4pairINS_17HardwarePredicateESt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEESaISC_EEEEvPKcRT_ (librocblas.so.4 + 0x1495e52)
                                              #57 0x00007f6b93695052 _ZN7Tensile13Serialization20PointerMappingTraitsINS_24HardwareSelectionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1495052)
                                              #58 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed)
                                              #59 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719)
                                              #60 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72)
                                              #61 0x00007f6b9364e12d _ZN7Tensile13Serialization13MappingTraitsINS_21MasterSolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingERS6_RS5_ (librocblas.so.4 + 0x144e12d)
                                              #62 0x00007f6b93642f5d _ZN7Tensile13Serialization20PointerMappingTraitsINS_21MasterSolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingIS5_EEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1442f5d)
                                              #63 0x00007f6b93642693 _ZN7Tensile26MessagePackLoadLibraryFileINS_18ContractionProblemENS_19ContractionSolutionEEESt10shared_ptrINS_15SolutionLibraryIT_T0_EEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorINS_15LazyLoadingInitESaISI_EE (librocblas.so.4 + 0x1442693)
                                              
                                              Stack trace of thread 5100:
                                              #0  0x000055a08c967c23 n/a (/usr/local/bin/ollama + 0x374c23)
                                              #1  0x000055a08c8fff87 n/a (/usr/local/bin/ollama + 0x30cf87)
                                              #2  0x000055a08c92f711 n/a (/usr/local/bin/ollama + 0x33c711)
                                              #3  0x000055a08c92df15 n/a (/usr/local/bin/ollama + 0x33af15)
                                              #4  0x000055a08c92de55 n/a (/usr/local/bin/ollama + 0x33ae55)
                                              #5  0x000055a08c963d45 n/a (/usr/local/bin/ollama + 0x370d45)
                                              ELF object binary architecture: AMD x86-64

<!-- gh-comment-id:3621978665 --> @maxkeller commented on GitHub (Dec 7, 2025): Same here, but I get more detailed errors: Edit: OLLAMA_VULKAN=1 doesn't help on my machine ``` Process 5095 (ollama) of user 990 dumped core. Module libbz2.so.1 from rpm bzip2-1.0.8-21.fc43.x86_64 Module liblzma.so.5 from rpm xz-5.8.1-4.fc43.x86_64 Module libzstd.so.1 from rpm zstd-1.5.7-2.fc43.x86_64 Module libz.so.1 from rpm zlib-ng-2.2.5-2.fc43.x86_64 Module libggml-hip.so without build-id. Stack trace of thread 5105: #0 0x000055a08c9676a1 n/a (/usr/local/bin/ollama + 0x3746a1) #1 0x000055a08c940ec7 n/a (/usr/local/bin/ollama + 0x34dec7) #2 0x000055a08c93fa4d n/a (/usr/local/bin/ollama + 0x34ca4d) #3 0x000055a08c967989 n/a (/usr/local/bin/ollama + 0x374989) #4 0x00007f6c14d322c0 __restore_rt (libc.so.6 + 0x1a2c0) #5 0x00007f6c14d8c3cc __pthread_kill_implementation (libc.so.6 + 0x743cc) #6 0x00007f6c14d3218e raise (libc.so.6 + 0x1a18e) #7 0x00007f6c14d196d0 abort (libc.so.6 + 0x16d0) #8 0x00007f6b22675617 _ZN4rocr4core7Runtime14VMFaultHandlerElPv (libhsa-runtime64.so.1 + 0x75617) #9 0x00007f6b22673ec9 _ZN4rocr4core7Runtime15AsyncEventsLoopEPv (libhsa-runtime64.so.1 + 0x73ec9) #10 0x00007f6b2262b047 _ZN4rocr2os16ThreadTrampolineEPv (libhsa-runtime64.so.1 + 0x2b047) #11 0x00007f6c14d8a464 start_thread (libc.so.6 + 0x72464) #12 0x00007f6c14e0d5ac __clone3 (libc.so.6 + 0xf55ac) Stack trace of thread 5107: #0 0x00007f6b936392d5 _ZN7Tensile12DataTypeInfo3GetENS_8DataTypeE (librocblas.so.4 + 0x14392d5) #1 0x00007f6b9365c461 _ZN7Tensile13Serialization10EnumTraitsINS_8DataTypeENS0_16MessagePackInputEE11enumerationERS3_RS2_ (librocblas.so.4 + 0x145c461) #2 0x00007f6b9365c352 _ZN7Tensile13Serialization16MessagePackInput5inputINS_8DataTypeENS0_12EmptyContextEEENSt9enable_ifIXsr14has_EnumTraitsIT_S1_EE5valueEvE4typeERS6_RT0_ (librocblas.so.4 + 0x145c352) #3 0x00007f6b9365bb92 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredINS_8DataTypeEEEvPKcRT_ (librocblas.so.4 + 0x145bb92) #4 0x00007f6b9365b882 _ZN7Tensile13Serialization13MappingTraitsINS_19ContractionSolution11ProblemTypeENS0_16MessagePackInputENS0_12EmptyContextEE7mappingERS4_RS3_ (librocblas.so.4 + 0x145b882) #5 0x00007f6b9365b7a9 _ZN7Tensile13Serialization16MessagePackInput5inputINS_19ContractionSolution11ProblemTypeENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERS7_RS8_ (librocblas.so.4 + 0x145b7a9) #6 0x00007f6b9365b002 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredINS_19ContractionSolution11ProblemTypeEEEvPKcRT_ (librocblas.so.4 + 0x145b002) #7 0x00007f6b936516a2 _ZN7Tensile13Serialization20PointerMappingTraitsINS_19ContractionSolutionENS0_16MessagePackInputENS0_12EmptyContextEE7mappingIS2_EEbRS3_RSt10shared_ptrIT_E (librocblas.so.4 + 0x14516a2) #8 0x00007f6b93651199 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_19ContractionSolutionEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERS8_RS9_ (librocblas.so.4 + 0x1451199) #9 0x00007f6b93650900 _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt10shared_ptrINS_19ContractionSolutionEESaIS6_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSB_RT0_ (librocblas.so.4 + 0x1450900) #10 0x00007f6b9364fec2 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt10shared_ptrINS_19ContractionSolutionEESaIS6_EEEEvPKcRT_ (librocblas.so.4 + 0x144fec2) #11 0x00007f6b9364df70 _ZN7Tensile13Serialization13MappingTraitsINS_21MasterSolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingERS6_RS5_ (librocblas.so.4 + 0x144df70) #12 0x00007f6b93642f5d _ZN7Tensile13Serialization20PointerMappingTraitsINS_21MasterSolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingIS5_EEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1442f5d) #13 0x00007f6b93642693 _ZN7Tensile26MessagePackLoadLibraryFileINS_18ContractionProblemENS_19ContractionSolutionEEESt10shared_ptrINS_15SolutionLibraryIT_T0_EEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorINS_15LazyLoadingInitESaISI_EE (librocblas.so.4 + 0x1442693) #14 0x00007f6b9363ff2e _ZN7Tensile15LoadLibraryFileINS_18ContractionProblemENS_19ContractionSolutionEEESt10shared_ptrINS_15SolutionLibraryIT_T0_EEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE (librocblas.so.4 + 0x143ff2e) #15 0x00007f6b9387a217 _ZNK7Tensile18PlaceholderLibraryINS_18ContractionProblemENS_19ContractionSolutionEE22loadPlaceholderLibraryEv (librocblas.so.4 + 0x167a217) #16 0x00007f6b938799c1 _ZN7Tensile13Serialization13MappingTraitsINS_18PlaceholderLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingERS6_RS5_ (librocblas.so.4 + 0x16799c1) #17 0x00007f6b938794b3 _ZN7Tensile13Serialization20PointerMappingTraitsINS_18PlaceholderLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x16794b3) #18 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed) #19 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719) #20 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72) #21 0x00007f6b9369961f _ZN7Tensile13Serialization16MessagePackInput5inputISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS5_NS_19ContractionSolutionEEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSF_RSG_ (librocblas.so.4 + 0x149961f) #22 0x00007f6b93698a9e _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSI_RT0_ (librocblas.so.4 + 0x1498a9e) #23 0x00007f6b93698122 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EEEEvPKcRT_ (librocblas.so.4 + 0x1498122) #24 0x00007f6b93697512 _ZN7Tensile13Serialization20PointerMappingTraitsINS_23ProblemSelectionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1497512) #25 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed) #26 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719) #27 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72) #28 0x00007f6b9369961f _ZN7Tensile13Serialization16MessagePackInput5inputISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS5_NS_19ContractionSolutionEEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSF_RSG_ (librocblas.so.4 + 0x149961f) #29 0x00007f6b93698a9e _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSI_RT0_ (librocblas.so.4 + 0x1498a9e) #30 0x00007f6b93698122 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EEEEvPKcRT_ (librocblas.so.4 + 0x1498122) #31 0x00007f6b93697512 _ZN7Tensile13Serialization20PointerMappingTraitsINS_23ProblemSelectionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1497512) #32 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed) #33 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719) #34 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72) #35 0x00007f6b9369961f _ZN7Tensile13Serialization16MessagePackInput5inputISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS5_NS_19ContractionSolutionEEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSF_RSG_ (librocblas.so.4 + 0x149961f) #36 0x00007f6b93698a9e _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSI_RT0_ (librocblas.so.4 + 0x1498a9e) #37 0x00007f6b93698122 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EEEEvPKcRT_ (librocblas.so.4 + 0x1498122) #38 0x00007f6b93697512 _ZN7Tensile13Serialization20PointerMappingTraitsINS_23ProblemSelectionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1497512) #39 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed) #40 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719) #41 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72) #42 0x00007f6b9369961f _ZN7Tensile13Serialization16MessagePackInput5inputISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS5_NS_19ContractionSolutionEEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSF_RSG_ (librocblas.so.4 + 0x149961f) #43 0x00007f6b93698a9e _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSI_RT0_ (librocblas.so.4 + 0x1498a9e) #44 0x00007f6b93698122 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt4pairINS_16ProblemPredicateINS_18ContractionProblemEEESt10shared_ptrINS_15SolutionLibraryIS6_NS_19ContractionSolutionEEEEESaISD_EEEEvPKcRT_ (librocblas.so.4 + 0x1498122) #45 0x00007f6b93697512 _ZN7Tensile13Serialization20PointerMappingTraitsINS_23ProblemSelectionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1497512) #46 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed) #47 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719) #48 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72) #49 0x00007f6b9369b79e _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEESt4hashIS9_ESt8equal_toIS9_ESaISt4pairIKS9_SF_EEEEEvPKcRT_ (librocblas.so.4 + 0x149b79e) #50 0x00007f6b93699818 _ZN7Tensile13Serialization20PointerMappingTraitsINS_17ProblemMapLibraryINS_18ContractionProblemENS_19ContractionSolutionENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRSC_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1499818) #51 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed) #52 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719) #53 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72) #54 0x00007f6b9369734f _ZN7Tensile13Serialization16MessagePackInput5inputISt4pairINS_17HardwarePredicateESt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSE_RSF_ (librocblas.so.4 + 0x149734f) #55 0x00007f6b936967ce _ZN7Tensile13Serialization16MessagePackInput5inputISt6vectorISt4pairINS_17HardwarePredicateESt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEESaISC_EENS0_12EmptyContextEEENSt9enable_ifIXsr18has_SequenceTraitsIT_S1_EE5valueEvE4typeERSH_RT0_ (librocblas.so.4 + 0x14967ce) #56 0x00007f6b93695e52 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt6vectorISt4pairINS_17HardwarePredicateESt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEESaISC_EEEEvPKcRT_ (librocblas.so.4 + 0x1495e52) #57 0x00007f6b93695052 _ZN7Tensile13Serialization20PointerMappingTraitsINS_24HardwareSelectionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingINS_15SolutionLibraryIS3_S4_EEEEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1495052) #58 0x00007f6b9365e7ed _ZN7Tensile13Serialization22BaseClassMappingTraitsINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputELb0EE7mappingERS6_RSt10shared_ptrIS5_E (librocblas.so.4 + 0x145e7ed) #59 0x00007f6b9365e719 _ZN7Tensile13Serialization16MessagePackInput5inputISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEENS0_12EmptyContextEEENSt9enable_ifIXsr22has_EmptyMappingTraitsIT_S1_T0_EE5valueEvE4typeERSB_RSC_ (librocblas.so.4 + 0x145e719) #60 0x00007f6b9365df72 _ZN7Tensile13Serialization16MessagePackInput11mapRequiredISt10shared_ptrINS_15SolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEEEEEvPKcRT_ (librocblas.so.4 + 0x145df72) #61 0x00007f6b9364e12d _ZN7Tensile13Serialization13MappingTraitsINS_21MasterSolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingERS6_RS5_ (librocblas.so.4 + 0x144e12d) #62 0x00007f6b93642f5d _ZN7Tensile13Serialization20PointerMappingTraitsINS_21MasterSolutionLibraryINS_18ContractionProblemENS_19ContractionSolutionEEENS0_16MessagePackInputENS0_12EmptyContextEE7mappingIS5_EEbRS6_RSt10shared_ptrIT_E (librocblas.so.4 + 0x1442f5d) #63 0x00007f6b93642693 _ZN7Tensile26MessagePackLoadLibraryFileINS_18ContractionProblemENS_19ContractionSolutionEEESt10shared_ptrINS_15SolutionLibraryIT_T0_EEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorINS_15LazyLoadingInitESaISI_EE (librocblas.so.4 + 0x1442693) Stack trace of thread 5100: #0 0x000055a08c967c23 n/a (/usr/local/bin/ollama + 0x374c23) #1 0x000055a08c8fff87 n/a (/usr/local/bin/ollama + 0x30cf87) #2 0x000055a08c92f711 n/a (/usr/local/bin/ollama + 0x33c711) #3 0x000055a08c92df15 n/a (/usr/local/bin/ollama + 0x33af15) #4 0x000055a08c92de55 n/a (/usr/local/bin/ollama + 0x33ae55) #5 0x000055a08c963d45 n/a (/usr/local/bin/ollama + 0x370d45) ELF object binary architecture: AMD x86-64 ```
Author
Owner

@johnstcn commented on GitHub (Jan 11, 2026):

I experienced the same stacktrace a similar issue without Docker/podman, leading to CPU-only operation:

Jan 11 13:05:46 bigred systemd[1]: Started ollama.service - Ollama Service.
Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.517Z level=INFO source=routes.go:1554 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GGML_VK_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/usr/share/ollama/.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 OLLAMA_VULKAN:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]"
Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.519Z level=INFO source=images.go:493 msg="total blobs: 31"
Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.520Z level=INFO source=images.go:500 msg="total unused blobs removed: 0"
Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.520Z level=INFO source=routes.go:1607 msg="Listening on 127.0.0.1:11434 (version 0.13.5)"
Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.521Z level=INFO source=runner.go:67 msg="discovering available GPUs..."
Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.521Z level=INFO source=server.go:429 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 35661"
Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.549Z level=INFO source=server.go:429 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 33765"
Jan 11 13:05:48 bigred ollama[10981]: time=2026-01-11T13:05:48.216Z level=INFO source=runner.go:106 msg="experimental Vulkan support disabled.  To enable, set OLLAMA_VULKAN=1"
Jan 11 13:05:48 bigred ollama[10981]: time=2026-01-11T13:05:48.217Z level=INFO source=server.go:429 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 41957"
Jan 11 13:05:48 bigred ollama[10981]: time=2026-01-11T13:05:48.244Z level=INFO source=server.go:429 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 37019"
Jan 11 13:05:50 bigred systemd-coredump[11057]: [🡕] Process 11042 (ollama) of user 973 dumped core.
                                                
                                                Module libbz2.so.1 from rpm bzip2-1.0.8-21.fc43.x86_64
                                                Module liblzma.so.5 from rpm xz-5.8.1-4.fc43.x86_64
                                                Module libzstd.so.1 from rpm zstd-1.5.7-2.fc43.x86_64
                                                Module libz.so.1 from rpm zlib-ng-2.3.2-2.fc43.x86_64
                                                Module libggml-hip.so without build-id.
                                                Stack trace of thread 11042:
                                                #0  0x00007ff8e078c3cc __pthread_kill_implementation (libc.so.6 + 0x743cc)
                                                #1  0x00007ff8e073215e raise (libc.so.6 + 0x1a15e)
                                                #2  0x00007ff8e07196d0 abort (libc.so.6 + 0x16d0)
                                                #3  0x00007ff85c00cfdf _ZL18rocblas_abort_oncev (librocblas.so.4 + 0xe0cfdf)
                                                #4  0x00007ff85c00cf59 rocblas_abort (librocblas.so.4 + 0xe0cf59)
                                                #5  0x00007ff85bd7e2b8 _ZN12_GLOBAL__N_123get_library_and_adapterEPSt10shared_ptrIN7Tensile21MasterSolutionLibraryINS1_18ContractionProblemENS1_19ContractionSolutionEEEEPS0_I20hipDeviceProp_tR0600Ei (librocblas.so.4 + 0xb7e2b8)
                                                #6  0x00007ff85f5b72e2 n/a (libggml-hip.so + 0x1b72e2)
                                                #7  0x00007ff85f5b853b ggml_backend_cuda_reg (libggml-hip.so + 0x1b853b)
                                                #8  0x00007ff85f5b9636 ggml_backend_init (libggml-hip.so + 0x1b9636)
                                                #9  0x000055f1bf50429a n/a (/usr/local/bin/ollama + 0x112929a)
                                                #10 0x000055f1bf50061d n/a (/usr/local/bin/ollama + 0x112561d)
                                                #11 0x000055f1bf50191f n/a (/usr/local/bin/ollama + 0x112691f)
                                                #12 0x000055f1be759681 n/a (/usr/local/bin/ollama + 0x37e681)
                                                ELF object binary architecture: AMD x86-64
Jan 11 13:05:50 bigred ollama[10981]: time=2026-01-11T13:05:50.728Z level=INFO source=runner.go:464 msg="failure during GPU discovery" OLLAMA_LIBRARY_PATH="[/usr/local/lib/ollama /usr/local/lib/ollama/rocm]" extra_envs="map[GGML_CUDA_INIT:1 ROCR_VISIBLE_DEVICES:0]" error="runner crashed"

Workaround for me was to set Environment="HSA_OVERRIDE_GFX_VERSION=10.3.0" in /etc/systemd/system/ollama.service.

System details:

  • Fedora 43 Workstation Edition, Linux 6.18.4-200.fc43.x86_64
  • GPU: AMD Radeon RX 6750 XT (gfx1031)
  • Ollama version: 0.13.5

I'm attaching the most recent core dump in the hope that it will be helpful.

core.ollama.973.f7a9c32b7b75402ea5001793b852c69b.7536.1768136485000000.gz

<!-- gh-comment-id:3734556253 --> @johnstcn commented on GitHub (Jan 11, 2026): I experienced ~the same stacktrace~ a similar issue without Docker/podman, leading to CPU-only operation: ``` Jan 11 13:05:46 bigred systemd[1]: Started ollama.service - Ollama Service. Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.517Z level=INFO source=routes.go:1554 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GGML_VK_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/usr/share/ollama/.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 OLLAMA_VULKAN:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]" Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.519Z level=INFO source=images.go:493 msg="total blobs: 31" Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.520Z level=INFO source=images.go:500 msg="total unused blobs removed: 0" Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.520Z level=INFO source=routes.go:1607 msg="Listening on 127.0.0.1:11434 (version 0.13.5)" Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.521Z level=INFO source=runner.go:67 msg="discovering available GPUs..." Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.521Z level=INFO source=server.go:429 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 35661" Jan 11 13:05:46 bigred ollama[10981]: time=2026-01-11T13:05:46.549Z level=INFO source=server.go:429 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 33765" Jan 11 13:05:48 bigred ollama[10981]: time=2026-01-11T13:05:48.216Z level=INFO source=runner.go:106 msg="experimental Vulkan support disabled. To enable, set OLLAMA_VULKAN=1" Jan 11 13:05:48 bigred ollama[10981]: time=2026-01-11T13:05:48.217Z level=INFO source=server.go:429 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 41957" Jan 11 13:05:48 bigred ollama[10981]: time=2026-01-11T13:05:48.244Z level=INFO source=server.go:429 msg="starting runner" cmd="/usr/local/bin/ollama runner --ollama-engine --port 37019" Jan 11 13:05:50 bigred systemd-coredump[11057]: [🡕] Process 11042 (ollama) of user 973 dumped core. Module libbz2.so.1 from rpm bzip2-1.0.8-21.fc43.x86_64 Module liblzma.so.5 from rpm xz-5.8.1-4.fc43.x86_64 Module libzstd.so.1 from rpm zstd-1.5.7-2.fc43.x86_64 Module libz.so.1 from rpm zlib-ng-2.3.2-2.fc43.x86_64 Module libggml-hip.so without build-id. Stack trace of thread 11042: #0 0x00007ff8e078c3cc __pthread_kill_implementation (libc.so.6 + 0x743cc) #1 0x00007ff8e073215e raise (libc.so.6 + 0x1a15e) #2 0x00007ff8e07196d0 abort (libc.so.6 + 0x16d0) #3 0x00007ff85c00cfdf _ZL18rocblas_abort_oncev (librocblas.so.4 + 0xe0cfdf) #4 0x00007ff85c00cf59 rocblas_abort (librocblas.so.4 + 0xe0cf59) #5 0x00007ff85bd7e2b8 _ZN12_GLOBAL__N_123get_library_and_adapterEPSt10shared_ptrIN7Tensile21MasterSolutionLibraryINS1_18ContractionProblemENS1_19ContractionSolutionEEEEPS0_I20hipDeviceProp_tR0600Ei (librocblas.so.4 + 0xb7e2b8) #6 0x00007ff85f5b72e2 n/a (libggml-hip.so + 0x1b72e2) #7 0x00007ff85f5b853b ggml_backend_cuda_reg (libggml-hip.so + 0x1b853b) #8 0x00007ff85f5b9636 ggml_backend_init (libggml-hip.so + 0x1b9636) #9 0x000055f1bf50429a n/a (/usr/local/bin/ollama + 0x112929a) #10 0x000055f1bf50061d n/a (/usr/local/bin/ollama + 0x112561d) #11 0x000055f1bf50191f n/a (/usr/local/bin/ollama + 0x112691f) #12 0x000055f1be759681 n/a (/usr/local/bin/ollama + 0x37e681) ELF object binary architecture: AMD x86-64 Jan 11 13:05:50 bigred ollama[10981]: time=2026-01-11T13:05:50.728Z level=INFO source=runner.go:464 msg="failure during GPU discovery" OLLAMA_LIBRARY_PATH="[/usr/local/lib/ollama /usr/local/lib/ollama/rocm]" extra_envs="map[GGML_CUDA_INIT:1 ROCR_VISIBLE_DEVICES:0]" error="runner crashed" ``` Workaround for me was to set `Environment="HSA_OVERRIDE_GFX_VERSION=10.3.0"` in `/etc/systemd/system/ollama.service`. System details: * Fedora 43 Workstation Edition, Linux 6.18.4-200.fc43.x86_64 * GPU: AMD Radeon RX 6750 XT (`gfx1031`) * Ollama version: 0.13.5 I'm attaching the most recent core dump in the hope that it will be helpful. [core.ollama.973.f7a9c32b7b75402ea5001793b852c69b.7536.1768136485000000.gz](https://github.com/user-attachments/files/24552327/core.ollama.973.f7a9c32b7b75402ea5001793b852c69b.7536.1768136485000000.gz)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#8773