Open SteveLeungYL opened 1 month ago
Hi @SteveLeungYL, please add branch-* labels to identify which branch(es) this C-bug affects.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
Hello, I am Blathers. I am here to help you get the issue triaged.
Hoot - a bug! Though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here.
I have CC'd a few people who may be able to assist you:
If we have not gotten back to your issue within a few business days, you can try the following:
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
In general, we're not going to support things like EXPLAIN
nested within other queries. This should result in a user error.
Describe the problem
The latest version of the CockroachDB v24.2.0 encounters Internal Error when executing the following query:
To Reproduce
./cockroach demo
, and then paste the PoC query to the cockroach cli environment.Expected behavior The CockroachDB should return error from the statement.
Additional data / screenshots
This is the stack frame from the crash (v24.2.0):
Environment:
Additional Information
The bug is automatically reported when I am triggering it locally, in https://github.com/cockroachdb/cockroach/issues/131117 and https://github.com/cockroachdb/cockroach/issues/131118.
Jira issue: CRDB-42386