mirror of
https://github.com/ollama/ollama.git
synced 2026-07-05 15:27:25 +00:00
Work that panics on the locked MLX worker goroutine was recovered and re-raised on the caller, so the printed trace pointed at the re-panic site in this package rather than the code that actually panicked. Capture the worker stack at recovery and carry it through a value that implements error, so the runtime prints the original location in the fatal trace. |
||
|---|---|---|
| .. | ||
| thread.go | ||
| thread_affinity_test.go | ||
| thread_test.go | ||
| threadid_darwin_test.go | ||
| threadid_linux_test.go | ||