-
Notifications
You must be signed in to change notification settings - Fork 853
SegFault when using an AQL for loop through edges #12507
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
Comments
Thanks for the bug report. Will check... |
Can you try adjusting the query string so it becomes
and use a collection name bind parameter named |
You are right, it does work with a collection name bind parameter. |
It's the internal code path that is different for the two. |
Fixed via the above PRs. |
Setting milestone to 3.7.3 just so this ticket won't be forgotten. |
* fixed issue #12507: SegFault when using an AQL for loop through edges * added derived files * added more tests * Update CHANGELOG Co-authored-by: Vadim <vadim@arangodb.com>
Thank god somone discovered this i was like wtf does it keep crashing 😄 |
Hi @KevinAuSon and @insider777, Version 3.7.3, which includes a fix for this issue, has just been released. From the Changelog:
Please comment in case the SegFault still occurs after upgrading. Thanks |
Uh oh!
There was an error while loading. Please reload this page.
My Environment
Hello, I run into troubles after having updated the arangodb version to 3.7.1.
Each time that I am using the AQL command below, the container stops with a segfault. It is the same with all the edge types and databases.
Here are the logs:
Thank you very much for your time and experience!
Nicolas
The text was updated successfully, but these errors were encountered: