[PR #5145] [MERGED] Fix bad symbol load detection #37569

Closed
opened 2026-04-22 22:15:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/5145
Author: @dhiltgen
Created: 6/19/2024
Status: Merged
Merged: 6/19/2024
Merged by: @dhiltgen

Base: mainHead: bad_loads


📝 Commits (1)

  • 52ce350 Fix bad symbol load detection

📊 Changes

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

View changed files

📝 gpu/gpu_info_cudart.c (+1 -1)
📝 gpu/gpu_info_nvcuda.c (+1 -1)
📝 gpu/gpu_info_nvml.c (+1 -1)

📄 Description

pointer deref's weren't correct on a few libraries, which explains some crashes on older systems or miswired symlinks for discovery libraries.

Fixes #4982


🔄 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/5145 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 6/19/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `bad_loads` --- ### 📝 Commits (1) - [`52ce350`](https://github.com/ollama/ollama/commit/52ce350b7aecd4bce9c42fe4aac1d85e47a6d774) Fix bad symbol load detection ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `gpu/gpu_info_cudart.c` (+1 -1) 📝 `gpu/gpu_info_nvcuda.c` (+1 -1) 📝 `gpu/gpu_info_nvml.c` (+1 -1) </details> ### 📄 Description pointer deref's weren't correct on a few libraries, which explains some crashes on older systems or miswired symlinks for discovery libraries. Fixes #4982 --- <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-22 22:15:26 -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#37569