[GH-ISSUE #4113] The API has become extremely flaky. It used to be very stable. #64592

Closed
opened 2026-05-03 18:17:14 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @phalexo on GitHub (May 3, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4113

What is the issue?

There was a problem with request to openai API:
('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

I guess it is the same as this:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xf2607e]

goroutine 7 [running]:
github.com/ollama/ollama/server.(*runnerRef).needsReload(0xc000477900, {0x1b670da0, 0xc0000e8c80}, 0xc0001422d0)
/home/developer/ollama/server/sched.go:459 +0x15e
github.com/ollama/ollama/server.(*Scheduler).processPending(0xc0000e8dc0, {0x1b670da0, 0xc0000e8c80})
/home/developer/ollama/server/sched.go:130 +0x465
github.com/ollama/ollama/server.(*Scheduler).Run.func1()
/home/developer/ollama/server/sched.go:107 +0x1f
created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1
/home/developer/ollama/server/sched.go:106 +0xb4

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

just built from source

Originally created by @phalexo on GitHub (May 3, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4113 ### What is the issue? There was a problem with request to openai API: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) I guess it is the same as this: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xf2607e] goroutine 7 [running]: github.com/ollama/ollama/server.(*runnerRef).needsReload(0xc000477900, {0x1b670da0, 0xc0000e8c80}, 0xc0001422d0) /home/developer/ollama/server/sched.go:459 +0x15e github.com/ollama/ollama/server.(*Scheduler).processPending(0xc0000e8dc0, {0x1b670da0, 0xc0000e8c80}) /home/developer/ollama/server/sched.go:130 +0x465 github.com/ollama/ollama/server.(*Scheduler).Run.func1() /home/developer/ollama/server/sched.go:107 +0x1f created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1 /home/developer/ollama/server/sched.go:106 +0xb4 ### OS Linux ### GPU Nvidia ### CPU Intel ### Ollama version just built from source
GiteaMirror added the bug label 2026-05-03 18:17:14 -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#64592