[GH-ISSUE #12649] After running ollama pull bsahane/Qwen2.5-VL-7B-Instruct:Q4_K_M_benxh, all ollama commands show a Segmentation Fault #70455

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

Originally created by @jin-dev8 on GitHub (Oct 16, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12649

What is the issue?

After running ollama pull bsahane/Qwen2.5-VL-7B-Instruct:Q4_K_M_benxh, all ollama commands show a Segmentation Fault

Image

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @jin-dev8 on GitHub (Oct 16, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12649 ### What is the issue? After running `ollama pull bsahane/Qwen2.5-VL-7B-Instruct:Q4_K_M_benxh`, all `ollama` commands show a Segmentation Fault <img width="1889" height="830" alt="Image" src="https://github.com/user-attachments/assets/a085353b-8683-43e3-988c-83c2523356be" /> ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-05-04 21:36:37 -05:00
Author
Owner

@jin-dev8 commented on GitHub (Oct 16, 2025):

However, calling the related API service does get a response, but it only thinks and doesn't provide an answer.

Image
<!-- gh-comment-id:3408950997 --> @jin-dev8 commented on GitHub (Oct 16, 2025): However, calling the related API service does get a response, but it only thinks and doesn't provide an answer. <img width="1889" height="990" alt="Image" src="https://github.com/user-attachments/assets/44b663bf-4cfc-40f2-81da-cc090bc433e0" />
Author
Owner

@jin-dev8 commented on GitHub (Oct 16, 2025):

os:CentOS Linux release 8.4.2105
CPU:Intel(R) Core(TM) i7-14700KF
GPU:NVIDIA GeForce RTX 4090 D
ollama:0.11.7

<!-- gh-comment-id:3408963102 --> @jin-dev8 commented on GitHub (Oct 16, 2025): os:CentOS Linux release 8.4.2105 CPU:Intel(R) Core(TM) i7-14700KF GPU:NVIDIA GeForce RTX 4090 D ollama:0.11.7
Author
Owner

@rick-github commented on GitHub (Oct 16, 2025):

What's the output of the following:

command -v ollama
ls -ld $(command  -v ollama)
ldd $(command -v ollama)
<!-- gh-comment-id:3410486959 --> @rick-github commented on GitHub (Oct 16, 2025): What's the output of the following: ``` command -v ollama ls -ld $(command -v ollama) ldd $(command -v ollama) ```
Author
Owner

@jin-dev8 commented on GitHub (Oct 17, 2025):

What's the output of the following:

command -v ollama
ls -ld $(command  -v ollama)
ldd $(command -v ollama)

Now, after Ollama has fully released the resources, the commands related to Ollama automatically resume. I think the 'show a Segmentation' issue occurs because there aren't enough hardware resources.

<!-- gh-comment-id:3413478382 --> @jin-dev8 commented on GitHub (Oct 17, 2025): > What's the output of the following: > > ``` > command -v ollama > ls -ld $(command -v ollama) > ldd $(command -v ollama) > ``` <!-- Failed to upload "image.png" --> Now, after Ollama has fully released the resources, the commands related to Ollama automatically resume. I think the 'show a Segmentation' issue occurs because there aren't enough hardware resources.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#70455