You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.O-sentryOriginated from an in-the-wild panic report.
in pkg/sql/pgwire.(*conn).processCommandsAsync.func1
src/runtime/asm_arm64.s#L1171-L1173 in runtime.goexit
pkg/sql/conn_executor_prepare.go in pkg/sql.(*connExecutor).execBind.func2 at line 429
pkg/sql/conn_executor_prepare.go in pkg/sql.(*connExecutor).execBind at line 438
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).execCmd at line 2037
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).run at line 1854
pkg/sql/conn_executor.go in pkg/sql.(*Server).ServeConn at line 832
pkg/sql/pgwire/conn.go in pkg/sql/pgwire.(*conn).processCommandsAsync.func1 at line 728
src/runtime/asm_arm64.s in runtime.goexit at line 1172
The text was updated successfully, but these errors were encountered:
cockroach-teamcity
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
labels
Dec 28, 2022
yuzefovich
changed the title
sentry: encoding.go:853: error in argument for ×: unsupported OID 2206 with format code FormatBinary
(1) candidate pg code: 08P01
Wraps: (2) attached stack trace
-- stack trace:
| github.com/cockroachdb/c...
sql: v22.2.1: error in argument for ×: unsupported OID 2206
Jan 4, 2023
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.O-sentryOriginated from an in-the-wild panic report.
This issue was autofiled by Sentry. It represents a crash or reported error on a live cluster with telemetry enabled.
Sentry link: https://sentry.io/organizations/cockroach-labs/issues/3839460375/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/conn_executor_prepare.go
Lines 428 to 430 in cf1e7e6
cockroach/pkg/sql/conn_executor_prepare.go
Lines 437 to 439 in cf1e7e6
cockroach/pkg/sql/conn_executor.go
Lines 2036 to 2038 in cf1e7e6
cockroach/pkg/sql/conn_executor.go
Lines 1853 to 1855 in cf1e7e6
cockroach/pkg/sql/conn_executor.go
Lines 831 to 833 in cf1e7e6
cockroach/pkg/sql/pgwire/conn.go
Lines 727 to 729 in cf1e7e6
src/runtime/asm_arm64.s#L1171-L1173 in runtime.goexit
v22.2.1
Jira issue: CRDB-22843
The text was updated successfully, but these errors were encountered: