4c97a940ca
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.