Skip to content
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

Upon shutdown the Stated redis-serve with the redisgraph module, got EXCEPTION=0x5 #10

Open
mparivash1234 opened this issue Nov 13, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@mparivash1234
Copy link

machine: bigtwin-d
redis-server v6.0.9

RedisGraph Interactive Execution, shutdown, EXCEPTION=0x5

Stated redis-serve with the redisgraph module:
[mparivash@bigtwin-d src]$ ~/redis-stable/src/redis-server --port 6380 --loadmodule ./redisgraph.so
[mparivash@bigtwin-d src]$ ~/redis-stable/src/redis-cli -p 6380

127.0.0.1:6380> GRAPH.QUERY g "CREATE ()-[:R]->()-[:R]->()"

    1. "Nodes created: 3"
    2. "Relationships created: 2"
    3. "Cached execution: 0"
    4. "Query internal execution time: 121.619738 milliseconds"
      127.0.0.1:6380>
      127.0.0.1:6380>
      127.0.0.1:6380> GRAPH.QUERY g "MATCH (n)-[*2]->(m) WHERE ID(n) = 0 RETURN count(distinct m)"
    1. "count(distinct m)"
      1. (integer) 1
    1. "Cached execution: 0"
    2. "Query internal execution time: 310.265340 milliseconds”

Upon shutdown got the following:
127.0.0.1:6380> shutdown
26151:M 09 Nov 2021 10:21:41.671 # User requested shutdown...
26151:M 09 Nov 2021 10:21:41.671 * Saving the final RDB snapshot before exiting.
26151:M 09 Nov 2021 10:21:41.674 * Created 0 virtual keys for graph g
EXCEPTION=0x5 (ADDRESS / VIEW), CAUSE=0x2 (NULL POINTER), A=0x0000000000000000, TPC=0x80065543

@mparivash1234 mparivash1234 added the bug Something isn't working label Nov 13, 2021
@jasonriedy
Copy link

Duplicate of #9 .

@jasonriedy
Copy link

Ok, not entirely a duplicate. #9 combined two problems. This one almost certainly is in the matrix tuple iterator re-work as called under src/serializers/.

@jasonriedy jasonriedy reopened this Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants