-
Notifications
You must be signed in to change notification settings - Fork 50
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
Error in list.c
on line 391 (failed assertion)
#3
Comments
Yes! It does. At least for me. :) I do not know what is causing the error you are experiencing, which appears to be in the Postgres list implementation. The Bao extension doesn't directly interact with that code at all, so I'm not entirely sure how to help you. You could try using the pre-built Docker image that already has the IMDB data and the Bao extension built:
Otherwise, could you run PG inside of GDB or Valgrind and see if you can get a stack trace for that error? |
list.c
on line 391 (failed assertion)
Here is the stack:
It turns out that the index parameter in function rt_fetch starts with 1.
I fixed the code and it worked. The pull request is above. |
Original title: However, Does this project even work?
I have read your excellent paper in sigmod this year and I would really like to try this out.
However, Does this project even work?
I have complied the .so and preload it in to my postgresql(12.0 and 12.6) according to the setup tutorial. But it crashes every time I execute a query. The log is:
I doubt that maybe we are using different pg version.
Can you provide the exact postgres version that are tested?
The text was updated successfully, but these errors were encountered: