[PR #7728] [MERGED] Improve crash reporting #59199

Closed
opened 2026-04-29 14:06:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7728
Author: @dhiltgen
Created: 11/18/2024
Status: Merged
Merged: 11/20/2024
Merged by: @dhiltgen

Base: mainHead: better_errors


📝 Commits (1)

📊 Changes

2 files changed (+6 additions, -3 deletions)

View changed files

📝 llm/server.go (+5 -3)
📝 llm/status.go (+1 -0)

📄 Description

Many model crashes are masked behind "An existing connection was forcibly closed by the remote host" This captures that common error message and wires in any detected errors from the log.

This also adds the deepseek context shift error to the known errors we capture.


🔄 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/7728 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 11/18/2024 **Status:** ✅ Merged **Merged:** 11/20/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `better_errors` --- ### 📝 Commits (1) - [`0084709`](https://github.com/ollama/ollama/commit/0084709ce27cab26c04d9bf95859ef5174d43f29) Improve crash reporting ### 📊 Changes **2 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `llm/server.go` (+5 -3) 📝 `llm/status.go` (+1 -0) </details> ### 📄 Description Many model crashes are masked behind "An existing connection was forcibly closed by the remote host" This captures that common error message and wires in any detected errors from the log. This also adds the deepseek context shift error to the known errors we capture. --- <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-29 14:06:35 -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#59199