[GH-ISSUE #13767] Latest Ollama version bug with PS command #9023

Closed
opened 2026-04-12 21:50:56 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @computerworxdev on GitHub (Jan 18, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/13767

What is the issue?

ollama ps
no longer works v0.14.2

Output is displaying errors

❯ ollama ps
panic: runtime error: slice bounds out of range [:12] with length 0

goroutine 1 [running]:
github.com/ollama/ollama/cmd.ListRunningHandler(0x1400048f208, {0x10431f560, 0x0, 0x10346aff9?})
/Users/runner/work/ollama/ollama/cmd/cmd.go:802 +0x568
github.com/spf13/cobra.(*Command).execute(0x1400048f208, {0x10431f560, 0x0, 0x0})
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x648
github.com/spf13/cobra.(*Command).ExecuteC(0x14000696c08)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x320
github.com/spf13/cobra.(*Command).Execute(...)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
/Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
/Users/runner/work/ollama/ollama/main.go:12 +0x54

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @computerworxdev on GitHub (Jan 18, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/13767 ### What is the issue? ollama ps no longer works v0.14.2 Output is displaying errors ❯ ollama ps panic: runtime error: slice bounds out of range [:12] with length 0 goroutine 1 [running]: github.com/ollama/ollama/cmd.ListRunningHandler(0x1400048f208, {0x10431f560, 0x0, 0x10346aff9?}) /Users/runner/work/ollama/ollama/cmd/cmd.go:802 +0x568 github.com/spf13/cobra.(*Command).execute(0x1400048f208, {0x10431f560, 0x0, 0x0}) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:940 +0x648 github.com/spf13/cobra.(*Command).ExecuteC(0x14000696c08) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x320 github.com/spf13/cobra.(*Command).Execute(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) /Users/runner/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:985 main.main() /Users/runner/work/ollama/ollama/main.go:12 +0x54 ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-12 21:50:56 -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#9023