-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
colexec: unhandled type error during execution #43527
Comments
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 24, 2019
jordanlewis
changed the title
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)
colexec: unhandled type error during execution
Dec 26, 2019
This was referenced Dec 26, 2019
This was referenced Dec 26, 2019
Fixed by #42968. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/1404792859/?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/is_null_ops.go
Lines 111 to 113 in 53eef08
https://github.com/cockroachdb/cockroach/blob/53eef0857d14cc3af720e136ddaff4eeab026fd0/pkg/sql/colexec/selection_ops.eg.go#L51967-L51969 in pkg/sql/colexec.(*selLETimestampTimestampOp).Next
cockroach/pkg/sql/colexec/simple_project.go
Lines 93 to 95 in 53eef08
cockroach/pkg/sql/colexec/simple_project.go
Lines 93 to 95 in 53eef08
cockroach/pkg/sql/colexec/limit.go
Lines 53 to 55 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: