go
runtime_error
ai_generated
true
panic: runtime error: channel buffer overflow (send on full channel)
ID: go/channel-buffer-overflow
80%Fix Rate
80%Confidence
0Evidence
2024-08-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1.20 | active | — | — | — |
Root Cause
Sending on a buffered channel that is full and no receiver, causing block; but panic only if closed or nil. This entry is incorrect. Let me fix.
generic