[PR #10221] [MERGED] ggml: Log filesystem errors #13182

Closed
opened 2026-04-13 00:20:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10221
Author: @jessegross
Created: 4/10/2025
Status: Merged
Merged: 4/11/2025
Merged by: @jessegross

Base: mainHead: jessegross/fs_error


📝 Commits (1)

  • 2ff854c ggml: Log filesystem errors

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 ml/backend/ggml/ggml.go (+2 -0)

📄 Description

Sometimes loading the GGUF file fails with:
panic: context canceled

This is probably a filesystem error but it doesn't provide any information about what happened.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/10221 **Author:** [@jessegross](https://github.com/jessegross) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/11/2025 **Merged by:** [@jessegross](https://github.com/jessegross) **Base:** `main` ← **Head:** `jessegross/fs_error` --- ### 📝 Commits (1) - [`2ff854c`](https://github.com/ollama/ollama/commit/2ff854c8b5c060cfafe9a01f448aa02d35c8c738) ggml: Log filesystem errors ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ml/backend/ggml/ggml.go` (+2 -0) </details> ### 📄 Description Sometimes loading the GGUF file fails with: panic: context canceled This is probably a filesystem error but it doesn't provide any information about what happened. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 00:20:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13182