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
sentry: *errors.errorString
*safedetails.withSafeDetails: unexpected error from the vectorized runtime: %+v (1)
error.go:77: *withstack.withStack (2)
*assert.withAssertionFailure
(check the extra data payloads)
#43419
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.
*errors.errorString
*safedetails.withSafeDetails: unexpected error from the vectorized runtime: %+v (1)
error.go:77: *withstack.withStack (2)
*assert.withAssertionFailure
(check the extra data payloads)
in pkg/sql/pgwire.(*conn).processCommandsAsync.func1
/usr/local/go/src/runtime/asm_amd64.s#L1336-L1338 in runtime.goexit
pkg/sql/colexec/execerror/error.go in pkg/sql/colexec/execerror.CatchVectorizedRuntimeError.func1 at line 77
/usr/local/go/src/runtime/panic.go in runtime.gopanic at line 522
pkg/col/coldata/vec.go in pkg/col/coldata.NewMemColumn at line 160
pkg/col/coldata/batch.go in pkg/col/coldata.(*MemBatch).AppendCol at line 142
pkg/sql/colexec/builtin_funcs.go in pkg/sql/colexec.(*defaultBuiltinFuncOperator).Next at line 49
pkg/sql/colexec/builtin_funcs.go in pkg/sql/colexec.(*defaultBuiltinFuncOperator).Next at line 46
pkg/sql/colexec/simple_project.go in pkg/sql/colexec.(*simpleProjectOp).Next at line 94
pkg/sql/colexec/materializer.go in pkg/sql/colexec.(*Materializer).next at line 149
pkg/sql/colexec/materializer.go in pkg/sql/colexec.(*Materializer).nextAdapter at line 140
pkg/sql/colexec/execerror/error.go in pkg/sql/colexec/execerror.CatchVectorizedRuntimeError at line 91
pkg/sql/colexec/materializer.go in pkg/sql/colexec.(*Materializer).Next at line 177
pkg/sql/execinfra/base.go in pkg/sql/execinfra.Run at line 169
pkg/sql/execinfra/processorsbase.go in pkg/sql/execinfra.(*ProcessorBase).Run at line 725
pkg/sql/flowinfra/flow.go in pkg/sql/flowinfra.(*FlowBase).Run at line 375
pkg/sql/distsql_running.go in pkg/sql.(*DistSQLPlanner).Run at line 372
pkg/sql/distsql_running.go in pkg/sql.(*DistSQLPlanner).PlanAndRun at line 997
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).execWithDistSQLEngine at line 825
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).dispatchToExecutionEngine at line 717
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).execStmtInOpenState at line 416
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).execStmt at line 98
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).execCmd at line 1243
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).run at line 1172
pkg/sql/conn_executor.go in pkg/sql.(*Server).ServeConn at line 444
pkg/sql/pgwire/conn.go in pkg/sql/pgwire.(*conn).processCommandsAsync.func1 at line 584
/usr/local/go/src/runtime/asm_amd64.s in runtime.goexit at line 1337
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 20, 2019
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/1399493594/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/colexec/execerror/error.go
Lines 76 to 78 in 53eef08
/usr/local/go/src/runtime/panic.go#L521-L523 in runtime.gopanic
cockroach/pkg/col/coldata/vec.go
Lines 159 to 161 in 53eef08
cockroach/pkg/col/coldata/batch.go
Lines 141 to 143 in 53eef08
cockroach/pkg/sql/colexec/builtin_funcs.go
Lines 48 to 50 in 53eef08
cockroach/pkg/sql/colexec/builtin_funcs.go
Lines 45 to 47 in 53eef08
cockroach/pkg/sql/colexec/simple_project.go
Lines 93 to 95 in 53eef08
cockroach/pkg/sql/colexec/materializer.go
Lines 148 to 150 in 53eef08
cockroach/pkg/sql/colexec/materializer.go
Lines 139 to 141 in 53eef08
cockroach/pkg/sql/colexec/execerror/error.go
Lines 90 to 92 in 53eef08
cockroach/pkg/sql/colexec/materializer.go
Lines 176 to 178 in 53eef08
cockroach/pkg/sql/execinfra/base.go
Lines 168 to 170 in 53eef08
cockroach/pkg/sql/execinfra/processorsbase.go
Lines 724 to 726 in 53eef08
cockroach/pkg/sql/flowinfra/flow.go
Lines 374 to 376 in 53eef08
cockroach/pkg/sql/distsql_running.go
Lines 371 to 373 in 53eef08
cockroach/pkg/sql/distsql_running.go
Lines 996 to 998 in 53eef08
cockroach/pkg/sql/conn_executor_exec.go
Lines 824 to 826 in 53eef08
cockroach/pkg/sql/conn_executor_exec.go
Lines 716 to 718 in 53eef08
cockroach/pkg/sql/conn_executor_exec.go
Lines 415 to 417 in 53eef08
cockroach/pkg/sql/conn_executor_exec.go
Lines 97 to 99 in 53eef08
cockroach/pkg/sql/conn_executor.go
Lines 1242 to 1244 in 53eef08
cockroach/pkg/sql/conn_executor.go
Lines 1171 to 1173 in 53eef08
cockroach/pkg/sql/conn_executor.go
Lines 443 to 445 in 53eef08
cockroach/pkg/sql/pgwire/conn.go
Lines 583 to 585 in 53eef08
/usr/local/go/src/runtime/asm_amd64.s#L1336-L1338 in runtime.goexit
v19.2.1
go1.12.12
The text was updated successfully, but these errors were encountered: