-
Notifications
You must be signed in to change notification settings - Fork 417
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
Segmentation fault when executing query #395
Comments
This another query did not terminate the process:
but return error message: |
There may be an issue with the collect aggregate function. That is where it throws the error. |
I found part of the issue and am looking at the best way to address it. |
I am working on a PR to fix this now. |
I have created PR #1039 to address this issue. |
This issue is now resolved in the master (PostgreSQL version 13) branch. @MuhammadTahaNaveed Thank you for bringing this one to our attention. |
Describe the bug
A segmentation fault is occured when query.
How are you accessing AGE (Command line, driver, etc.)?
JDBC
What data setup do we need to do?
What is the command that caused the error?
Expected behavior
Should not terminate the server.
Environment (please complete the following information):
Additional context
None.
The text was updated successfully, but these errors were encountered: