-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Graphd crashed executing match query(10) #5022
Comments
Looking at this bug. |
The argument operator in the crashed query plan has no input variable, causing a DCHECK to fail. |
|
Reduced to |
Added the above as a tck case for this issue. |
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Graphd crashed executing the following query:
The crash stack:
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
) de02384(community edition)How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: